@font-face {
  font-family: "Industryinc 3 D";
  src: url('../fonts/IndustryInc-3D.woff2') format("woff2"), url('../fonts/IndustryInc-3D.woff') format("woff"), url('../fonts/IndustryInc-3D.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industryinc 3 Dshadow";
  src: url('../fonts/IndustryInc-3DShadow.woff2') format("woff2"), url('../fonts/IndustryInc-3DShadow.woff') format("woff"), url('../fonts/IndustryInc-3DShadow.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Bevel;
  src: url('../fonts/IndustryInc-Bevel.woff2') format("woff2"), url('../fonts/IndustryInc-Bevel.eot') format("embedded-opentype"), url('../fonts/IndustryInc-Bevel.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Cutline;
  src: url('../fonts/IndustryInc-Cutline.woff2') format("woff2"), url('../fonts/IndustryInc-Cutline.eot') format("embedded-opentype"), url('../fonts/IndustryInc-Cutline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Detailfill;
  src: url('../fonts/IndustryInc-DetailFill.woff2') format("woff2"), url('../fonts/IndustryInc-DetailFill.woff') format("woff"), url('../fonts/IndustryInc-DetailFill.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Stencil;
  src: url('../fonts/IndustryInc-Stencil.woff2') format("woff2"), url('../fonts/IndustryInc-Stencil.eot') format("embedded-opentype"), url('../fonts/IndustryInc-Stencil.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Outline;
  src: url('../fonts/IndustryInc-Outline.woff2') format("woff2"), url('../fonts/IndustryInc-Outline.eot') format("embedded-opentype"), url('../fonts/IndustryInc-Outline.woff') format("woff"), url('../fonts/IndustryInc-Outline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Bevelfill;
  src: url('../fonts/IndustryInc-BevelFill.woff2') format("woff2"), url('../fonts/IndustryInc-BevelFill.eot') format("embedded-opentype"), url('../fonts/IndustryInc-BevelFill.woff') format("woff"), url('../fonts/IndustryInc-BevelFill.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Innout;
  src: url('../fonts/IndustryInc-InNOut.woff2') format("woff2"), url('../fonts/IndustryInc-InNOut.eot') format("embedded-opentype"), url('../fonts/IndustryInc-InNOut.woff') format("woff"), url('../fonts/IndustryInc-InNOut.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industryinc 3 Dright";
  src: url('../fonts/IndustryInc-3DRight.eot') format("embedded-opentype"), url('../fonts/IndustryInc-3DRight.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Inline;
  src: url('../fonts/IndustryInc-Inline.eot') format("embedded-opentype"), url('../fonts/IndustryInc-Inline.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Inlinestroke;
  src: url('../fonts/IndustryInc-InlineStroke.woff') format("woff"), url('../fonts/IndustryInc-InlineStroke.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industryinc Base;
  src: url('../fonts/IndustryInc-Base.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.banner-section {
  color: #fff;
  background-color: #222;
  padding: 16px 5%;
}

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

.banner-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.banner-button {
  color: #fff;
  white-space: nowrap;
  background-color: #d12120;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #0057bf;
  background-color: #fff;
}

.banner-close-button {
  color: #b2b3bd;
  background-color: #26272c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.banner-close-button:hover {
  color: #000;
  background-color: #fff;
}

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

.d-130-right-arrow {
  position: absolute;
  transform: skew(-25deg);
}

.navigation-button-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navigation-logo-link {
  width: 200px;
}

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

.navigation-link {
  color: #fff;
  letter-spacing: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-family: Industryinc Base, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #fff;
  letter-spacing: normal;
  border-bottom: 2px solid #0057bf;
}

.navigation-link.w--current {
  color: #fff;
  letter-spacing: normal;
  border: 0 #dcdfe5;
  border-bottom: 2px solid #d12120;
}

.navigation-link.newhome.w--current {
  border-bottom-style: none;
}

.nav_phone-icon {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
}

.container-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  height: 600px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: static;
}

.d-130-read-more-link-block {
  background-color: #0057bf;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #0003;
}

.d-130-read-more-link-block.newbtn {
  background-color: #222;
  width: 300px;
}

.display-l {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.d-130-arrow-bg {
  background-color: #d12120;
  justify-content: flex-end;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -50%;
  transform: skew(25deg);
}

.paragraph-large {
  color: #fff;
  text-align: left;
  letter-spacing: -.3px;
  text-shadow: 0 1px 1px #0003;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.header-section {
  background-image: linear-gradient(145deg, #0000004f 9%, #fff0), linear-gradient(#ff31304d, #0057bf4d), linear-gradient(#00000080 100%, #fff), url('../images/2024-07-06-1.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  padding: 200px 5% 100px;
  position: relative;
}

.navigation-logo {
  width: 200px;
  margin-top: 0;
  margin-left: -10px;
}

.navigation-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.header-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: static;
}

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

.navigation-main {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_phone-info {
  align-items: center;
  display: flex;
}

.text-style-caption {
  opacity: .7;
  font-weight: 500;
  line-height: 1.5;
}

.text-style-caption.text-align-center {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-left.margin-small {
  margin-left: 10px;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navigation-main-b {
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  margin-top: 12px;
  padding: 0 40px 32px;
  position: absolute;
}

.nav_phone-icon-link {
  background-color: #d12120;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .2s;
  display: flex;
}

.nav_phone-icon-link:hover {
  background-color: #aedef8;
}

.text-style-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.text-style-link:hover {
  color: #0057bf;
}

.overline-2 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.navigation-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #222;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  background-color: #d12120;
  width: 500px;
  height: 100px;
  margin-left: -36px;
  transform: skew(25deg);
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  margin-left: -100px;
  display: flex;
}

._138-mouse-down {
  mix-blend-mode: luminosity;
  width: 90px;
  position: relative;
}

.div-block-5 {
  font-size: 16px;
}

.call {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-2 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 500;
  line-height: 40px;
}

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

.wrap-v-x-small.align-c {
  text-align: center;
  align-items: center;
  margin-top: 50px;
}

.wrap-v-x-small.align-c._11 {
  margin-top: 0;
  margin-bottom: 50px;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.action-m-2 {
  color: #fff;
  font-family: Industryinc Base, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.content-grid-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  align-items: center;
}

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #222;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.content-feature-card.newcard {
  background-color: #d12120;
}

.content-feature-card.newcard1 {
  background-color: #0057bf;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.caption-uppercase.text-weight-medium {
  font-weight: 500;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 10px;
}

.icon-blue {
  background-color: #fff0;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.image-full {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-left: 30px;
}

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

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 30px;
}

.content-image-2 {
  max-width: 488px;
  height: auto;
}

.paragraph-small {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-600 {
  color: #fff;
}

.paragraph-small.text-color-gray-500 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-top: 10px;
  font-size: 16px;
}

.content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.icon-pink {
  background-color: #fff0;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.bold-text {
  font-family: Industryinc Base, sans-serif;
  font-size: 36px;
}

.bold-text.n1 {
  color: #cd2c27;
}

.section-regular-3 {
  background-color: #fff;
  padding: 40px 5%;
  position: relative;
}

.title-wrapper-m {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.h1-heading {
  color: #030711;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.h1-heading.newheading {
  font-size: 51px;
}

.bold-text-2 {
  color: #fff;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.section-8 {
  background-color: #d12120;
  background-image: linear-gradient(#000000cf 100%, #fff), url('../images/3333.jpeg');
  background-position: 0 0, 50% 29%;
  background-size: auto, cover;
  height: 700px;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-3 {
  color: #fff;
  margin-left: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.overline-4 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-9 {
  margin-top: 10px;
}

.blog-image {
  border-radius: 8px;
  overflow: hidden;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.div-block-7 {
  margin-top: 10px;
}

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

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 240px;
}

.section-large {
  background-color: #f3f3f300;
  margin-top: -100px;
  padding: 0 5% 40px;
  position: relative;
}

.action-m {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.blog-card {
  background-color: #0000;
  border-radius: 12px;
  flex-flow: column;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8 {
  margin-top: 10px;
}

.grid-three-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -500px;
  margin-bottom: 25px;
}

.wrap_2-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section_bg-image {
  background-image: linear-gradient(#0006 100%, #0f0f0ff0 100%, #fff0), url('../images/83108d5ee992bfc1100f66a158ec3cd1l-m3112336960rd-w960_h720.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

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

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

.p.body-color {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-3.newmes {
  margin-right: 10px;
}

.content-wrap_bg-blur {
  background-color: #ffffffa6;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-4 {
  font-family: Industryinc Base, sans-serif;
  font-weight: 700;
}

.paragraph-small-3 {
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.avatar-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.testimonial-card-large {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-card-large:hover {
  border-color: #0000;
  box-shadow: 45px 45px 140px -48px #07090d14;
}

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

.f-section-regular {
  color: #000;
  background-color: #fefefe;
  padding: 40px 5%;
  position: relative;
}

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

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

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

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.f-heading-detail-small {
  color: #fabd1b;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.f-h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-background {
  background-color: #fefefe;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.field-label-5 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.field-label-4 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
  font-weight: 700;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.mg-top-8px {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

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

.text-200.medium.color-neutral-800 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
  font-weight: 700;
}

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

.div-block-12 {
  margin-left: 10px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.div-block-11 {
  margin-left: 10px;
}

.section-11 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-11.position-relative {
  color: #000;
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.heading-8 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.icon-link-2-texts-wrapper {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.icon-link-2-texts-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

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

.grid-2-columns.contact-v6 {
  grid-column-gap: 60px;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

.grid-2-columns.contact-v7 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  margin-bottom: 40px;
}

.color-neutral-300 {
  color: #fff;
}

.square-icon {
  border-radius: 16px;
}

.select-field {
  color: #000;
  letter-spacing: normal;
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  margin-right: 17px;
  padding: 16px 0 16px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.select-field:focus {
  border-color: #000;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: #000;
  border-color: #0057bf;
}

.textarea {
  border-radius: 6px;
  font-weight: 500;
}

.success-message-2 {
  color: #fff;
  background-color: #0057bf;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.div-block-10 {
  margin-left: 10px;
}

.form-1 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.form-1.pd-64px---56px {
  padding: 64px 56px;
}

.form-1.formstyles {
  border-radius: 8px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.subtitle {
  color: #0057bf;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 6px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #0057bf;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #0057bf;
}

.input::placeholder {
  color: #000;
  font-size: 18px;
}

.container-default {
  max-width: 1218px;
  margin-top: -30px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-48px {
  color: #000;
  margin-bottom: 48px;
}

.half-bg-right {
  z-index: -1;
  background-color: #4a3aff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.width-36 {
  width: 36%;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-style: solid;
  border-color: #0057bf;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  border-color: #0057bf;
}

.text-area::placeholder {
  color: #000;
  font-size: 18px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.mg-bottom-40px {
  color: #000;
  margin-bottom: 40px;
}

.heading-7 {
  color: #000;
  margin-top: 10px;
  font-family: Industryinc Base, sans-serif;
}

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

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

.footer-text-link {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #d12120;
  -webkit-text-stroke-color: #d12120;
}

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

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

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

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

.grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.footer-line {
  background-color: #f2f3f8;
  width: 100%;
  height: 1px;
}

.footer-line.margin-48 {
  margin-top: 48px;
  margin-bottom: 20px;
}

.icon-regular-5 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  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;
}

.section-regular-5 {
  background-color: #1d1e1f;
  padding: 20px 5%;
  position: relative;
}

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

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

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

.footer-title {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Industryinc Base, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

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

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-9 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.paragraph-small-9.footertxt {
  display: none;
}

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

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

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

.icon-regular-8.new14._11 {
  color: #fff;
  width: 40px;
  height: 40px;
}

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

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

.paragraph-large-5 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.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.new2 {
  color: #070707;
  font-size: 18px;
  font-weight: 600;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

.footer-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1a1a1a;
  text-align: center;
  background-color: #d12120;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  display: flex;
}

.footer-legal-link-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

.body {
  background-color: #fefefe;
  font-family: Montserrat, sans-serif;
}

.bold-text-9, .bold-text-10 {
  font-family: Industryinc Base, sans-serif;
}

.paragraph-small-10 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

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

.display-l-2 {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.overline-5 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0157bf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  background-color: #ff3130;
  width: 500px;
  height: 100px;
  margin-left: -36px;
  transform: skew(25deg);
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  margin-left: -100px;
  display: flex;
}

.div-block-15 {
  font-size: 16px;
}

.text-block-4 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.action-m-3 {
  color: #fff;
  font-family: Industryinc Base, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-small-11 {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-11.text-color-gray-600 {
  color: #fff;
}

.bold-text-11 {
  font-family: Industryinc Base, sans-serif;
  font-size: 36px;
}

.section-regular-6 {
  background-color: #fff;
  padding: 40px 5%;
  position: relative;
}

.text-color-purple-600 {
  color: #ff3130;
}

.section-regular-7 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.h5-heading-2 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.subheading-small-2 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.image-full-2 {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.content-grid-b-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.h1-heading-2 {
  color: #030711;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.h1-heading-2.newheading {
  font-family: Industryinc Outline, sans-serif;
}

.bold-text-12 {
  color: #fff;
  font-size: 57px;
}

.section-13 {
  background-color: #161616;
  height: 350px;
}

.section-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-13 {
  color: #fff;
  margin-left: -10px;
  font-family: Industryinc Outline, sans-serif;
  font-size: 57px;
}

.overline-6 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-16, .div-block-17 {
  margin-top: 10px;
}

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

.action-m-4 {
  color: #030711;
  font-family: Industryinc Base, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-small-12 {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-12.text-color-gray-500 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  margin-top: 10px;
  font-size: 16px;
}

.div-block-18 {
  margin-top: 10px;
}

.grid-three-column-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-14 {
  font-family: Industryinc Base, sans-serif;
  font-weight: 700;
}

.avatar-name-2 {
  font-family: Industryinc Base, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.f-heading-detail-small-2 {
  color: #fabd1b;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Industryinc Base, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-h3-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.field-label-6 {
  color: #000;
  font-family: Industryinc Inline, sans-serif;
  font-weight: 700;
}

.div-block-19 {
  margin-left: 10px;
}

.field-label {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.div-block-20 {
  margin-left: 10px;
}

.field-label-2 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.section-15 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-15.position-relative {
  color: #000;
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-21 {
  margin-left: 10px;
}

.subtitle-2 {
  color: #0057bf;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-6.newmes {
  margin-right: 10px;
}

.heading-9 {
  color: #000;
  margin-top: 10px;
  font-family: Industryinc Base, sans-serif;
}

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

.paragraph-small-13 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

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

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

.paragraph-large-6 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-small-14 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

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

.text-block-7 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0157bf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  margin-left: -100px;
  display: flex;
}

.div-block-23 {
  font-size: 16px;
}

.section-regular-8 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.section-regular-8.newsec1 {
  background-color: #fefefe;
}

.h5-heading-3 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

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

.h5-heading-3.newtxt2 {
  font-size: 42px;
}

.subheading-small-3 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.image-full-3 {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.bold-text-16 {
  color: #fff;
  font-size: 57px;
}

.section-17 {
  background-color: #161616;
  height: 350px;
}

.section-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-17 {
  color: #fff;
  margin-left: -10px;
  font-family: Industryinc Outline, sans-serif;
  font-size: 57px;
}

.overline-7 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-24, .div-block-25 {
  margin-top: 10px;
}

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

.action-m-5 {
  color: #030711;
  font-family: Industryinc Base, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-small-15 {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-15.text-color-gray-500 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  margin-top: 10px;
  font-size: 16px;
}

.div-block-26 {
  margin-top: 10px;
}

.grid-three-column-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-18 {
  font-family: Industryinc Base, sans-serif;
  font-weight: 700;
}

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

.field-label-7 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.div-block-27 {
  margin-left: 10px;
}

.field-label-8 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.div-block-28 {
  margin-left: 10px;
}

.field-label-9 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.section-19 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-19.position-relative {
  color: #000;
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-10 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.div-block-29 {
  margin-left: 10px;
}

.subtitle-3 {
  color: #0057bf;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-9.newmes {
  margin-right: 10px;
}

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

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

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

.paragraph-large-7 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

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

.mainbluebox {
  cursor: pointer;
  background-color: #1a428a;
  justify-content: space-between;
  align-items: center;
  width: 33.3333%;
  height: 120px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

._138-mouse-down-2 {
  width: 35px;
  position: relative;
}

.call-2 {
  font-size: 12px;
  font-weight: 500;
}

.text-block-10 {
  font-size: 22px;
  font-weight: 500;
}

.hero-image-block {
  background-image: url('../images/pexels-daria-rem-1977047.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  display: none;
  box-shadow: 0 10px 20px #0000000d;
}

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-heading {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.d-130-read-more-link-block-2 {
  background-color: #161616;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #0003;
}

.paragraph-cta {
  color: #dadde7;
  letter-spacing: -.02em;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

.section-cta {
  background-color: #1355ff;
  align-items: center;
  padding: 100px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

.nav__css {
  position: fixed;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.nav__line {
  background-color: #000;
  flex: none;
  width: 80%;
  height: 2px;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  transform: translate(0, -4px);
}

.nav__line.second__line {
  transform: translate(0, 4px);
}

.nav__flexed {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav__inner {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.nav__bar {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.nav__link {
  text-transform: uppercase;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 700;
  line-height: 1;
}

.nav__logo {
  object-fit: scale-down;
  height: 100%;
}

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

.nav__logo__link {
  flex: none;
  width: 120px;
  margin-right: 32px;
}

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

.body-4 {
  font-family: Montserrat, sans-serif;
}

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

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-blog-bottom-grid {
  grid-column-gap: 98px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  margin-bottom: 72px;
}

.blog-social-share-link {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  border: 1px solid #e4e6f1;
  border-radius: 48px;
  align-items: center;
  min-width: 130px;
  min-height: 40px;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.f-blog-thumbnail-regular {
  height: 400px;
}

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

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-blog-thumbnail {
  border-radius: 8px;
  height: 320px;
  margin-bottom: 24px;
  overflow: hidden;
}

.f-blog-social-share {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

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

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

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

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

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.f-text-weight-bold {
  color: #fff;
  margin-bottom: -10px;
  font-weight: 700;
}

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

.f-section-large {
  background-color: #f59e14;
  background-image: linear-gradient(#0006 100%, #fff), url('../images/maxresdefault-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 40px 5%;
  position: relative;
}

.f-section-large.newlarge {
  margin-top: -8px;
}

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

.f-blog-dot {
  background-color: #642eff;
  border-radius: 99px;
  flex: none;
  width: 4px;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
}

.f-blog-badge-wrapper {
  justify-content: space-between;
  min-width: 481px;
  margin-top: 32px;
  display: flex;
}

.f-blog-social-grid-vertical {
  grid-column-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.f-h3-heading-4 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-blog-badge-dot {
  color: #642eff;
  text-align: center;
  background-color: #f7f5ff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

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

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

.f-blog-thumbnail-large {
  border-radius: 8px;
  height: 320px;
  margin-bottom: 48px;
  overflow: hidden;
}

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

.f-blog-social-link {
  color: #1b114a;
  background-color: #fbfcfe;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  transition: all .3s;
  display: flex;
}

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

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-blog-content-grid {
  grid-column-gap: 114px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 56px;
  align-items: start;
}

.blog-list {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.blog-closing-wrap {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-seperator-dot {
  background-color: #e6e6e6;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

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

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

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

.wrap-h-x-small.align-c {
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

.title-wrapper-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-large-8 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}

.paragraph-large-8.text-weight-semibold {
  color: #000;
  font-family: Industryinc Base, sans-serif;
  font-weight: 700;
}

.paragraph-large-8.text-gray-500 {
  color: #000;
}

.blog-image-2 {
  width: 100%;
}

.caption {
  font-size: 12px;
  line-height: 16px;
}

.caption.text-gray-500 {
  color: gray;
}

.blog-break {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.blog-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.blog-author-detail {
  width: 100%;
  max-width: 840px;
}

.blog-detail-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.wrap-h-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 65px;
}

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

.blog-share-button {
  color: #fff;
  background-color: #0057bf;
  border-radius: 32px;
  padding: 4px 24px;
  text-decoration: none;
}

.blog-social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.blog-twitter {
  color: #fff;
  background-color: #e0cb25;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.blog-line {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.heading-detail {
  color: #0057bf;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.h5-heading-4 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.wrap-h-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.wrap-h-xx-small.justify-c {
  justify-content: center;
}

.blog-header-image {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 480px;
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}

.blog-category {
  color: #fff;
  background-color: #0057bf;
  border-radius: 32px;
  padding: 4px 14px;
  font-weight: 500;
  text-decoration: none;
}

.avatar-image-2 {
  object-fit: cover;
  background-color: #161616;
  width: 100%;
  height: 100%;
}

.blog-linkedin {
  color: #fff;
  background-color: #2867b2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

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

.wrap-h-regular.align-c {
  justify-content: flex-start;
  align-items: center;
}

.sub-heading-small {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.bold-text-20 {
  font-family: Industryinc Base, sans-serif;
}

.bold-text-21 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.list-item {
  color: #000;
}

.bold-text-22 {
  font-family: Industryinc Base, sans-serif;
}

.list-item-2 {
  color: #000;
}

.bold-text-23, .bold-text-24 {
  font-family: Industryinc Base, sans-serif;
}

.bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31 {
  color: #000;
  font-family: Industryinc Base, sans-serif;
}

.bold-text-32 {
  font-family: Industryinc Base, sans-serif;
}

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

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

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

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

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

.avatar {
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}

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

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

.button-primary-right-icon {
  grid-column-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

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

.cta-button {
  margin-top: 0;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industryinc Base, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.section-large-2 {
  background-image: linear-gradient(0deg, #ff313066, #0057bf00), linear-gradient(#00000091 100%, #fff), url('../images/3333.jpeg');
  background-position: 0 0, 0 0, 50% 25%;
  background-size: auto, auto, cover;
  padding: 120px 5%;
  position: relative;
}

.cta-shape-left {
  pointer-events: none;
  height: 314px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-shape-right {
  pointer-events: none;
  height: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

.icon-x-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.button-right-icon:hover {
  background-color: #ff3130;
}

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

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

.body-button-normal {
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.button-submit {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #0057bf;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  transition: all .45s;
}

.button-submit:hover {
  background-color: #ff3130;
  transform: translate(0, -4px);
}

.text-block-13, .div-block-32, .text-block-14 {
  color: #fff;
}

.content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

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

.image-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: auto auto 30% -20%;
  box-shadow: -19px 23px 150px #0000001a;
}

.content-image {
  border-radius: 50px;
  width: 100%;
  box-shadow: 28px 40px 50px -20px #0000001a;
}

.image-wrap {
  text-align: right;
  position: relative;
}

.content-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.red-text {
  color: #ff9066;
}

.image-card-title {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.content-paragraph {
  color: #665e73;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.section-content {
  padding: 180px 3%;
  overflow: hidden;
}

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

.feature-grid.new1-des {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.new1-des._11 {
  grid-template-columns: 1fr 1fr;
  width: auto;
}

.feature-grid.n11 {
  display: none;
}

.image-card-02 {
  color: #a0a0a0;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  max-width: 75%;
  padding: 10px 26px 10px 18px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto -5vw 5% auto;
  box-shadow: 18px 24px 150px #0000001a;
}

.content-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

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

.feature-text {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.image-card-icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.cta_content-right {
  border-radius: 1rem;
  overflow: hidden;
}

.cta-map {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.div-block-33 {
  display: none;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-carousel-b {
  flex-flow: column;
  flex: none;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.logo-item-small {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

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

.logo-item {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.max-width-regular {
  max-width: 638px;
}

.logo-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff, #fff0 30% 70%, #fff);
  position: absolute;
  inset: 0%;
}

.logo-overlay.gray {
  background-image: linear-gradient(#f6f7f9, #fff0 30% 70%, #f6f7f9);
}

.logo-carousel-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.logo-carousel-group {
  flex-flow: column;
  flex: none;
  display: flex;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.button-text {
  z-index: 1;
  position: relative;
}

.css-embed {
  display: none;
}

.text-color-orange {
  color: #fe5b25;
}

.logo-carousel-t {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-large-9 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-9.text-color-gray-800 {
  color: #394151;
}

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

.logo-carousel-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 328px;
  min-height: 376px;
  max-height: 376px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.logo-carousel-wrapper.center {
  max-width: 416px;
  min-height: 390px;
  max-height: 390px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-small.background-gray {
  background-color: #f6f7f9;
  display: none;
}

.align-h-c {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-wrap-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  align-items: center;
  display: flex;
}

.header-logo-svg {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.logo-block {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  font-size: 1.125rem;
}

.text-size-regular.text-grey {
  color: #b9b9b9;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.list-link {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.card-review {
  text-align: center;
  background-color: #fefefe;
  border-radius: 8px;
  flex-direction: column;
  padding: 15px 10px;
  box-shadow: 0 2px 5px #0003;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

.wrap-banner {
  color: #000;
  text-align: center;
  background-color: #e8f91f;
  border-radius: 1rem;
  padding: 6rem;
}

.social-link {
  color: #000;
  background-color: #2d2d2d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.social-link:hover {
  background-color: #907bff;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.link-footer {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.text-grey {
  color: #d0d0d0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.line-divider {
  background-color: #454545;
  width: 100%;
  height: 1px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.nav {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5.5rem;
  display: flex;
}

.wrap-img-cta {
  width: 100%;
  height: 100%;
}

.layout-cta {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout-cta.alt {
  grid-template-columns: 1fr .75fr;
}

.wrap-footer-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 6.5rem;
  padding-left: 0;
  display: flex;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.icon-banner {
  width: 1.5rem;
  height: 1.5rem;
}

.wrap-banner-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.grid-industry {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.navbar11_menu-button {
  padding: 0;
}

.img-industry {
  width: 100%;
  height: 100%;
}

.footer-left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.no-top {
  padding-top: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-size-medium {
  color: #d0d0d0;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.testimonial-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.grid-review.margin-top.margin-xlarge {
  margin-top: 130px;
}

.icon-cta {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-embed-xsmall {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.wrap-merchant-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

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

.heading-style-h1 {
  letter-spacing: -4px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.grid-list-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.icon-features {
  width: 3rem;
  height: 3rem;
}

.img-hero {
  width: 100%;
  height: 100%;
}

.industry-image-wrapper {
  width: 100%;
  position: relative;
}

.card-testimonial {
  background-color: #2d2d2d;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.container-large-17 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.section-banner {
  position: relative;
}

.navbar-link {
  color: #fff;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: background-color .35s;
}

.navbar-link:hover {
  background-color: #454545;
}

.navbar-link.w--current {
  color: #000;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_menu.is-page-height-tablet {
  justify-content: space-between;
  align-items: center;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-grey {
  color: #a2a2a2;
}

.row-cta {
  display: flex;
}

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

.padding-global {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.card-industry {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-merchants {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-logo {
  width: 135px;
  height: 40px;
}

.grid-features {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.wrap-icon-cta {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.img-cta {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.title-footer {
  color: #737373;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.wrap-merchants {
  width: 10rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.divider-nav {
  background-color: #454545;
  width: 1px;
  height: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button {
  color: #161616;
  text-align: center;
  background-color: #e8f91f;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .35s;
}

.button:hover {
  background-color: #f4ff6d;
}

.button.is-alternate {
  color: #fff;
  background-color: #161616;
  border-color: #fff;
}

.button.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  transition: color .35s, background-color .35s;
}

.button.is-secondary:hover {
  color: #000;
  background-color: #fff;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.testimonial-logo {
  object-fit: contain;
  width: 7.75rem;
  height: 100%;
  max-height: 3.5rem;
}

.block-features {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-credit-text {
  color: #737373;
}

.row-merchants {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.header-left-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 604px;
  margin-top: 80px;
  display: flex;
}

.paragraph-regular-2 {
  color: #fff;
  text-align: center;
  width: 800px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
}

.header-logo {
  flex: 1;
  align-items: center;
  display: flex;
}

.container-large-18 {
  z-index: 1;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-background {
  z-index: -1;
  pointer-events: none;
  background-color: #f5f5f5;
  width: 40vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  display: flex;
}

.text-color-neutral-400 {
  color: #8f8f8f;
}

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

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

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

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.button-primary {
  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;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  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:hover {
  background-color: #141414;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.h1-heading-4 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.section-large-3 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/66d0aa7e050e710de1e48a45_2024-04-26.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 120px 5% 40px;
  position: relative;
}

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

.badge {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-wrap-small {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  padding: 12px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.header-features {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.header-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr;
  place-items: center;
  margin-bottom: 56px;
}

.header-feature-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-small-16 {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

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

.header-title-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.sub-heading-small-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.image-50 {
  width: 1.2rem;
}

.text-grey-2 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.people-image-2 {
  width: 1.5rem;
  margin-left: 0;
  margin-right: 5px;
}

.rating-stars-wrapper-2 {
  grid-column-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #000000a3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block {
  background-color: #000;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link {
  color: #fff;
  text-transform: uppercase;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 300;
  transition: all .3s;
}

.link:hover {
  box-shadow: inset 0 -2px #fc0;
}

.link.w--current {
  color: #e6b711;
}

.logo-big-block---t3 {
  background-color: #f8f8f8;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100px;
  display: flex;
}

.topbar-main-block {
  z-index: 2;
  background-image: linear-gradient(#00000080 100%, #12121299 100%, #fff), url('../images/maxresdefault.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.topbar-main-block._01 {
  background-image: url('../images/background-Image-5_1background Image (5).webp');
  overflow: visible;
}

.heading-block {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper---t3 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-regular---t3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.librarie-container {
  background-color: #fff3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.dropdown-link---t3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.top-bar-block {
  margin-bottom: 50px;
}

.topbar-and-nav-block---t3 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.topbar-contact-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.detail-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #7b8280;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-icon-border---t3 {
  background-color: #ddd;
  width: 1px;
  height: 40px;
}

.top-bar-block---t3 {
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  display: flex;
}

.navbar-no-shadow---t3 {
  background-color: #fff;
  border-top: 1px solid #0003;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-brand---t3 {
  display: none;
}

.topbar-3-main-block---t3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 0 0 1px #0003, 4px 4px 14px #0003;
}

.dropdown-list---t3 {
  padding: 28px;
}

.dropdown-list---t3.w--open {
  background-color: #0a66c2;
  padding: 20px;
  display: flex;
  top: 70%;
  left: -50px;
}

.logo-text {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.topbar-text---t3 {
  color: #1d262d;
  font-size: 13px;
}

.nav-link---t3 {
  color: #1d262d;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 0;
  padding: 22.5px 0;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.icon---t3 {
  margin-right: 0;
}

.topbar---t3 {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

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

.nav-logo.topbar-02 {
  padding: 5px 30px;
}

.search-icon---t3 {
  color: #1d262d;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.menu-heading-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

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

.dropdown-toggle---t3 {
  text-transform: uppercase;
  padding: 22.5px 30px 22.5px 0;
  transition: color .3s;
}

.topbar-btn {
  color: #1d262d;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #1d262d;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.topbar-btn:active {
  background-color: #43464d;
}

.container---t3 {
  max-width: 1140px;
}

.navbar-no-shadow-container---t03 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.contact-block-res---t3 {
  display: none;
}

.contact-text---t3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1d262d;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.search-icon-block---t3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-menu-wrapper---t3 {
  display: flex;
}

.cleaning-nav-underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

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

.contact-time {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.cleaning-social-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
}

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

.cleaning-nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.cleaning-navbar-container {
  z-index: 5;
  color: var(--white);
  background-color: #f59e14;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-size: cover;
  border-top: 4px #dd9f29;
  border-bottom: 4px solid #dd9f29;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 20px;
  display: block;
}

.cleaning-top-bar-blue-bg {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f59e15;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

.cleaning-top-bar {
  position: relative;
}

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

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

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

.contact-email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.cleaning-list-item.page {
  border-bottom: 2px solid #edb92f;
  font-weight: 600;
}

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

.button-2 {
  text-transform: uppercase;
  background-color: #00000091;
  border-bottom-left-radius: 0;
  margin-left: 25px;
  padding: 16px 16px 16px 25px;
  font-size: 16px;
  font-weight: 600;
  transition: all 1s, all 1s;
  box-shadow: inset 3px 0 #d12120;
}

.button-2:hover {
  background-color: #00000054;
  box-shadow: inset 88vw 0 #d12120;
}

.button-2:active {
  box-shadow: inset 5px 0 #fff;
}

.section-20 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-20.newsection {
  justify-content: flex-start;
  align-items: center;
}

.test1 {
  text-align: center;
  background-color: #dd9f2a;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 35px 15px 24px;
  transition: all 1s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #f59e14, inset 3px 0 #ad6f0c;
}

.test1:hover {
  box-shadow: inset 100vh 0 #dd9e28;
}

.test1.new1.nn {
  background-color: #b47a1e;
}

.test1.new1.nn.kk {
  background-color: #f59e14;
  text-decoration: none;
}

.test1.e1 {
  color: #fff;
  background-color: #dd9f29;
  box-shadow: 0 2px 5px #0003, inset 3px 0 #6b4407;
}

.button-text-2 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link-block-2 {
  margin-left: 22px;
  transition: all 1s;
}

.link-block-2.newlinkblk {
  margin-left: 0;
}

.link-block-2.newbnlock {
  background-color: #d99831;
  margin-left: 0;
}

.bold-text-34 {
  font-weight: 400;
}

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

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

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

.paragraph-regular-bg.text-weight-bold {
  color: #fff;
  font-weight: 700;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-large-4 {
  background-color: #fefefe;
  padding: 40px 5%;
  position: relative;
}

.section-large-4.new1 {
  display: none;
}

.section-large-4.neww2 {
  background-color: #fefefe;
}

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

.paragraph-small-17.text-color-gray-600 {
  color: #fff;
  font-size: 15px;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-800 {
  color: #000;
  margin-bottom: 5px;
}

.content-image-card-small {
  border-radius: 12px;
  width: 100%;
  max-width: 418px;
  position: relative;
  overflow: hidden;
}

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

.overline-8 {
  color: #f59e14;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-divider {
  background-color: #d5d9e2;
  border-radius: 2px;
  height: .5px;
}

.h2-heading-2 {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 43px;
}

.content-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.content-feature-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.content-icon {
  color: #390764;
  background-color: #faf5ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.content-feature-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  background-color: #d12120;
  background-image: url('../images/Copy-of-Blue-And-White-Modern-HVAC-Services-Poster-2.svg');
  background-position: 50%;
  background-size: cover;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.h5-heading-5 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.section-regular-9 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.paragraph-large-10 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-10.text-weight-medium {
  font-weight: 500;
}

.subheading-small-4 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-image-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 488px;
  height: auto;
  display: flex;
}

.content-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.overline-regular {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.column-x-small.column-align-center {
  text-align: center;
  align-items: center;
}

.image-full-4 {
  width: 100%;
  height: auto;
}

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

.content-wrapper-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  display: flex;
}

.content-feature-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-color-purple-601 {
  color: #5c2d5c;
}

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

.bold-text-35 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.slider-mask {
  overflow: visible;
}

.hide {
  display: none;
}

.icon-button-outline {
  color: #262626;
  border: 1px solid #d4d4d4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #0a0a0a;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

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

.container-large-20.relative {
  position: relative;
}

.title-wrapper-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-10 {
  padding: 60px 5% 40px;
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-slider-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #0000);
  width: 5%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, #fff, #0000);
  inset: 0% 0% 0% auto;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f0f0f0;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.h3-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.gallery-slider-button {
  width: auto;
  inset: auto auto 0% 0%;
}

.gallery-slider-button.right {
  inset: auto 0% 0% auto;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline-9 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide {
  margin-right: 32px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-small-18 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-small-18.text-weight-semibold {
  font-weight: 600;
}

.section-regular-11 {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

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

.testimonial-slider-clipped {
  -webkit-clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  background-color: #0000;
  width: 514px;
  height: auto;
  position: static;
}

.icon-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.badge-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.testimonial-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h3-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 600;
  line-height: 1.2;
}

.testimonial-header-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 400px;
  padding-bottom: 24px;
  display: flex;
}

.testimonial-mask-small {
  overflow: visible;
}

.testimonial-slider-overlay {
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-regular-16 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.testimonial-rating-small {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonal-rating-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.testimonial-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.testimonial-button:hover {
  color: #000;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.testimonial-icon {
  background-color: #f3f4f6;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

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

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

.code-embed {
  display: none;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

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

.testimonial-avatar {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.testimonial-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonal-slide {
  margin-right: 40px;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  display: flex;
}

.testimonial-slider-button {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-slider-button:hover {
  color: #fff;
  background-color: #5e53a2;
}

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

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

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

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

.section-small-2.background-secondary.new12 {
  background-color: #f3f3f3;
}

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

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

.b-badge-icon.newicon {
  color: #bc900a;
  -webkit-text-stroke-color: #f59e15;
  width: 20px;
  height: 20px;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.appointment-button-text-div-container {
  width: 90%;
}

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

.icon-regular-17.newicon {
  color: #ede32c;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 15px;
}

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

.our-impact-purple-div-container-2 {
  z-index: 1;
  background-color: #dd9f2a;
  background-image: linear-gradient(#dd9f2a 100%, #fff), url('../images/66d0aa7e050e710de1e48a45_2024-04-26.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 90px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

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

.wrap-v-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

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

.home-testimonials_rating-wrapper {
  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.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.new122 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

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

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

.make-an-appointment-arrow-div {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Untitled-design-3_1Untitled design (3).png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 45px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.appointment-button-div-main-3 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 45px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.make-an-appointment-text {
  color: #fff;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.testimonial-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fefefe;
  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;
}

.testimonial-card-2.test12 {
  box-shadow: none;
  background-color: #f3f3f3;
  border-bottom: 3px solid #d12120;
  border-right-width: 3px;
}

.testimonial-card-2.test12:hover {
  box-shadow: none;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

.flex-horizontal {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.grid-3-columns.instagram-feed---3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.color-accent-1 {
  color: #4a3aff;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  min-height: 320px;
  max-height: 320px;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.pd-14px---24px {
  padding: 14px 24px;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 8px;
  max-height: 320px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper._11 {
  margin-bottom: 0;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

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

.mg-bottom-0 {
  margin-bottom: 0;
}

.gallery-image-wrapper {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper.newimg1 {
  background-image: url('../images/medium-1c24f3d93dccc27d69464d2b750f59c8.jpeg');
  border-radius: 8px;
}

.gallery-image-wrapper.newimg1.newimg3 {
  background-image: url('../images/medium-6c287d8017b48472b6cffe2d7c15dd60.jpeg');
}

.gallery-image-wrapper.newimg1 {
  background-image: url('../images/07626926-2694-442a-b7e5-2582aa2c5da8.webp');
  background-position: 100%;
  border-radius: 8px;
  min-height: 400px;
}

.gallery-image-wrapper.newimg1.newimg5 {
  background-image: url('../images/139b5cce-f0c0-4f34-9fb1-fa6ef71f68d9.webp');
}

.gallery-image-wrapper.newimg1.newimg4 {
  background-image: url('../images/50ad7ba3-8d78-4edd-9583-83968ef8c6b4.webp');
}

.gallery-image-wrapper.newimg1.newimg2 {
  background-image: url('../images/9bdedb06-76fd-4d87-9bbe-ac5fce5f0bc9.webp');
}

.gallery-image-wrapper.newimg1.newimg3 {
  background-image: url('../images/badd3e07-0e23-4977-84a7-ab4721211b36.webp');
  background-position: 100%;
}

.gallery-image-wrapper.newimg1.newimg3.newig3 {
  background-image: url('../images/76a87fe1-b0fe-4a07-b711-41b9a415b771.webp');
  background-position: 0%;
}

.gallery-image-wrapper.newimg1.newimg6 {
  background-image: url('../images/f16be862-4b5f-4a88-b33b-84f4b5cf4d0a.webp');
}

.gallery-image-wrapper.newimg1.newimg6.newig6 {
  background-image: url('../images/c6999d9d-460f-4715-923a-428125a06b34.webp');
  background-position: 50%;
}

.title-wrapper-large-4 {
  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;
}

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

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

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.h2-heading-4 {
  color: #fff;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.section-small-3.background-secondary.newsec.m {
  background-color: #fefefe;
  margin-top: 0;
}

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

.section-small-3.background-secondary.newsec.newsec1 {
  background-color: #fefefe;
  margin-top: 20px;
  display: none;
}

.gallery-thumb-cover {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.paragraph-large-12.text-color-gray-950 {
  color: #fff;
}

.container-10 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

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

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

.section-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.section-22.newsec {
  margin-top: 20px;
}

.our-impact-purple-text {
  color: #fff;
  width: 400px;
  min-width: 520px;
  max-width: 1000px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-70 {
  z-index: 0;
  background-image: linear-gradient(#0009, #f59e1480), url('../images/maxresdefault-3.jpg');
  background-position: 0 0, 50% 37%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.impact-div-container {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
  position: relative;
}

.impact-top-div-container {
  width: 100%;
  height: 241px;
  display: flex;
}

.maels-text-div {
  flex-direction: column;
  display: flex;
}

.trained-div-container, .mneals-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

._2900, ._12k {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.trained-text-div {
  flex-direction: column;
  display: flex;
}

.pups-trained {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.our-pimact-main-text-div {
  padding-right: 0;
}

.our-impact-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.meals-served {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.our-impact-stats-div {
  justify-content: space-around;
  width: 100%;
  height: 100px;
  margin-top: 79px;
  display: flex;
}

.bath-text-container {
  flex-direction: column;
  display: flex;
}

.our-impact-main-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 42px;
}

.baths-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-65 {
  width: 100%;
}

.baths-image-div {
  background-image: url('../images/Untitled-design-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._3700 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.impact-top-left-div {
  width: 100%;
  margin-left: -91px;
}

.our-impact-title-text {
  color: #fff;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-impact-purple-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 150px;
  margin-top: 112px;
}

.our-impact-title {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 112px;
  margin-bottom: 32px;
  display: flex;
}

.our-impact-purple-div-container {
  z-index: 1;
  background-image: url('../images/review-3.svg'), url('../images/Untitled-design-2.svg');
  background-position: 0 100%, 0 0;
  background-size: cover, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

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

.puppy-baths {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.impact-section {
  background-color: #0e0e0e;
  flex-direction: column;
  align-items: center;
  height: 400px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.our-impact-dog-image-div {
  width: 50%;
  margin-right: 0;
}

.our-poimact-dog-image {
  background-image: url('../images/bobcat-image.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  width: 498px;
  height: 315px;
  margin-left: -100px;
  position: relative;
  top: -80px;
  left: 72px;
}

.paragraphs-white {
  color: #fff;
  width: 600px;
  margin-top: 10px;
  font-size: 16px;
}

.m-footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.m-footer-input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.m-footer-link {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s, opacity .2s;
  display: block;
}

.m-footer-link:hover {
  color: #d12120;
}

.m-footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr 2fr 1fr;
}

.m-footer-section {
  color: #fff;
  background-color: #f59e15;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-size: cover;
  margin-top: -5px;
  padding: 40px 5% 10px;
}

.m-text-link {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.m-footer-logo {
  max-width: 200px;
}

.m-footer-title {
  color: #f4f4f6;
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-paragraph-extra-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-footer-form-large {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.m-footer-logo-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: block;
}

.m-footer-contact-link {
  color: #c8c9d0;
  background-color: #d12120;
  border: 1px solid #22242f;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  min-height: 48px;
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.m-footer-contact-link.test1.nn {
  background-color: #dd9e28;
  flex-flow: row;
  text-decoration: none;
}

.m-footer-link-block {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.m-error-message {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.m-footer-checkbox-dark {
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 0;
  margin-left: -32px;
  padding: 6px;
  overflow: hidden;
}

.m-footer-checkbox-dark.w--redirected-checked {
  background-color: #5a6ded;
  background-image: url('../images/check.svg');
  background-size: 32px 32px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
}

.m-footer-checkbox-dark.w--redirected-focus {
  box-shadow: none;
}

.m-footer-legal-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #717384;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-footer-legal-button {
  color: #fff;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.m-footer-legal-button:hover {
  color: #d12120;
}

.m-footer-submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #5a6ded;
  border-radius: 50px;
  min-height: 48px;
  padding: 12px 32px;
  font-weight: 600;
  transition: background-color .2s;
}

.m-footer-submit-button:hover {
  background-color: #7e8ef1;
}

.m-footer-text-field-small {
  background-color: #22242f;
  border: 1px solid #333647;
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-weight: 500;
  transition: border-color .3s;
}

.m-footer-text-field-small:focus {
  border-color: #94a5a8;
}

.m-footer-text-field-small::placeholder {
  color: #b2b3bd;
}

.m-footer-social-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.m-subheading-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-success-message {
  text-align: center;
  background-color: #86c1a0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.m-footer-graphic {
  display: flex;
}

.m-footer-checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #717384;
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.m-icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.m-icon-large.new1 {
  color: #fff;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.m-paragraph-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.m-text-color-gray-400 {
  color: #868898;
}

.m-footer-social-link {
  color: #c8c9d0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-footer-social-link:hover {
  color: #fff;
  background-color: #5a6ded;
  overflow: hidden;
}

.m-footer-line {
  background-color: #dd9e28;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 10px;
}

.m-footer-top-banner {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.m-footer-checkbox-wrapper {
  margin-left: 24px;
}

.m-footer-form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.m-margin-bottom-04 {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
}

.m-footer-form-input {
  grid-column-gap: 8px;
  align-items: center;
  width: 100%;
}

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

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

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

.brix---link-text-2.new2 {
  color: #020202;
  font-size: 18px;
  font-weight: 600;
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

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

.label-regular-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

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

.paragraph-regular-13 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

.text-block-16 {
  color: #fff;
}

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

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

.button-right-icon-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  background-image: url('../images/btn-graphic.svg'), linear-gradient(205deg, #d4010a, #0d1541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-2:hover {
  background-color: #282556;
  transform: translate(0);
}

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

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

.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_2.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.new111 {
  display: none;
}

.short-image {
  object-fit: cover;
  border-radius: 20px;
  width: 115%;
  max-width: none;
  height: 430px;
  margin-bottom: 45px;
  margin-left: -130px;
  box-shadow: 0 2px 5px #0003;
}

.icon-right-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.bold-text-36 {
  font-size: 28px;
  line-height: 30px;
}

.body-button-normal-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 700;
}

.playbuttonwrapper {
  color: #fff;
  background-color: #d4010a;
  background-image: url('../images/Untitled-design-3_2.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;
}

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

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

.paragraph-small-19.text-color-gray-800 {
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 800;
}

.content-button {
  font-size: 10px;
}

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

.h2-2.body-color {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

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

.title-wrapper-large-5 {
  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: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-11 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.section-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.section-23.newsec {
  margin-top: 20px;
}

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

.paragraph-large-13.text-color-gray-950 {
  color: #1f1e1e;
}

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

.f-team-image-square {
  border-radius: 8px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.f-margin-bottom-75, .f-team-name-wrapper {
  margin-bottom: 16px;
}

.f-line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-h3-heading-5 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-team-title-wrapper-left {
  max-width: 500px;
  margin-bottom: 48px;
}

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

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

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

.f-team-regular {
  text-decoration: none;
}

.f-team-content-wrapper {
  color: #160042;
  margin-top: 24px;
}

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

.f-heading-detail-small-5 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-37, .bold-text-38 {
  font-size: 20px;
}

.bold-text-39 {
  color: #fff;
  text-decoration: underline;
}

._1-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

._1-2-grid._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.h2-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon.dark {
  color: #000;
}

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

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.icon-text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.form-inner {
  flex-direction: column;
  display: flex;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-wrap {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.paragraph {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.button-3 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

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

.spacer-m {
  width: 100%;
  height: 20px;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.content-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-2:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-2:focus {
  border: 1px solid #434de7;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.spacer-l {
  color: #000;
  width: 100%;
  height: 30px;
}

.half-bg-image-bottom {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.half-bg-image-bottom.height-430px {
  height: 430px;
}

.half-bg-image-bottom.height-430px.contact-v7 {
  background-image: none;
  height: auto;
  margin-top: -332px;
  position: relative;
}

.html-embed-2 {
  margin-bottom: 0;
}

.text-block-17, .text-block-18 {
  color: #000;
}

.div-block-2 {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

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

.section-24 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-24.position-relative {
  padding-top: 60px;
  padding-bottom: 0;
}

.color-neutral-301 {
  color: #eff0f6;
}

.input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  min-height: 55px;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input-3:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-3:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input-3::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.field-label-10 {
  color: #000;
  font-size: 16px;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #2da6cf;
  background-image: url('../images/untitled-15.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  padding: 15px 38px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-2.test1 {
  background-color: #000;
  background-image: none;
  box-shadow: 0 2px 5px #0003, inset 3px 0 #d12120;
}

.success-message-3 {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.subtitle-4 {
  color: #f59e15;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-40px-2 {
  color: #0a0a0a;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.heading {
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
}

.text-area-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.html-embed-4 {
  margin-bottom: 0;
}

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

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

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

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-heading-detail-small-6 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-h3-heading-6 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-content-text-wrapper {
  max-width: 460px;
}

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

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

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

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

.navigation-link-06:hover {
  color: #d12120;
}

.brand-logo {
  width: 150px;
}

.navigation-content-dark {
  background-color: #000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.navigation-logo-wrapper {
  align-items: center;
  display: flex;
}

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

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

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

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

.navigation-link-7:hover {
  color: #a0bafa;
}

.brand {
  margin-right: 20px;
}

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

.nav-icon {
  margin-right: 14px;
}

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

.navigation-link-wrapper {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-list {
  min-width: 140px;
}

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

.navigation-list-wrapper {
  background-color: #000;
  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.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;
}

.navigation-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.navigation-button {
  background-color: #57619e;
  border-radius: 10px;
  margin-left: 10px;
  padding: 16px 20px;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: #444e8a;
}

.navigation {
  background-color: #32375d;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 30px 30px 52px #09072512;
}

.navigation-toggle {
  color: #fff;
  padding: 0 24px 10px 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.navigation-toggle:hover, .navigation-toggle.w--open:hover {
  color: #d12120;
}

.footer-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.nav__container-2 {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.footer-category-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-links-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.wrap-v-regular-2 {
  font-size: 20px;
}

.nav__inner-2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.nav__flexed-2 {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navigation-logo-2 {
  width: 200px;
  margin-top: 0;
  margin-left: -10px;
}

.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._11 {
  color: #fff;
  width: 40px;
  height: 40px;
}

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

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  padding-left: 5%;
  padding-right: 13%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-background-2 {
  background-image: linear-gradient(#0000 100%, #fff);
  height: 120vh;
}

.feature-icon-2 {
  color: #edb92f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

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

.display-l-3 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.cleaning-navbar-no-shadow-2 {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 4px solid #dd9f2a;
  margin-top: 0;
  position: static;
  top: 0;
}

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

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

.overline-10 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.overlay {
  background-color: #0000;
  background-image: linear-gradient(#0000 2%, #00000061 52%, #00000029 87%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-video {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.test1-2 {
  text-align: center;
  background-color: #edb92f;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 35px 15px 24px;
  transition: all 1s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #0003, inset 3px 0 #83620b;
}

.test1-2:hover {
  box-shadow: inset 100vh 0 #d12120;
}

.test1-2.e1 {
  background-color: #dd9f2a;
  box-shadow: 0 2px 5px #0003, inset 3px 0 #83620c;
}

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

.paragraph-large-14 {
  color: #fff;
  text-align: left;
  letter-spacing: -.3px;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.container-large-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  height: 600px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: static;
}

.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: #edb92f;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

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

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

.section-26 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.background-video {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.text-block-20 {
  font-size: 16px;
  font-weight: 600;
}

.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: #d61f02;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  transform: skew(-4deg);
  box-shadow: 0 2px 5px #0003;
}

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

.cleaning-navbar-no-shadow-3 {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #00000080;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  position: static;
  top: 0;
}

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

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

.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-11 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

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

.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-navbar-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
}

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

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

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

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

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

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

.cleaning-nav-link-2:hover {
  color: #dd9f2a;
}

.cleaning-nav-link-2:active {
  color: #d61f02;
}

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

.cleaning-nav-menu-2 {
  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;
}

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

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

.cleaning-list-item-2.page {
  border-bottom: 2px solid #dd9f2a;
  font-weight: 600;
}

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

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

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

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

.cleaning-top-bar-blue-bg-3 {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #00000080;
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

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

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

.cleaning-top-bar-2 {
  z-index: 2;
  position: relative;
}

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

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

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

.column {
  padding-left: 0;
  padding-right: 0;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #f08c3c;
  border-radius: 4px;
  height: auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s ease-out;
  display: block;
}

.submit-button:hover {
  background-color: #285064;
}

.form {
  margin-left: -10px;
  margin-right: -10px;
}

.form-group {
  flex: 0 auto;
  padding-right: 0;
}

.form-column {
  padding: 0 0 0 61px;
}

.for-group-100 {
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.for-group-100.submit-btn {
  -webkit-text-fill-color: inherit;
  background-color: #f08c3c00;
  background-clip: border-box;
  justify-content: flex-end;
  display: flex;
}

.row {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.container.hero-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.form-row {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.image-6 {
  color: #285064;
  padding-left: 5px;
}

.form-inner-2 {
  -webkit-text-fill-color: inherit;
  background-color: #f4f5f5;
  background-clip: border-box;
  border-radius: 24px 0;
  padding: 30px;
}

.read-more-link {
  color: #fabe46;
  background-color: #3898ec00;
  align-items: center;
  width: 120px;
  min-width: 110px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.read-more-link:hover {
  color: #fff;
}

.banner-heading {
  color: #e2f3f5;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 600;
  line-height: 85px;
}

.paragraph-3 {
  color: #8d99a0;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 32px;
}

.form-control {
  color: #4a494b;
  object-fit: fill;
  border: 1px solid #41a8b080;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.form-control:focus {
  color: #4a494b;
  border-color: #000;
}

.form-control.company-name {
  margin-bottom: 0;
}

.form-control.message {
  height: 128px;
}

.form-control.phone {
  margin-bottom: 0;
}

.form-title {
  color: #285064;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 48px;
}

@media screen and (min-width: 1280px) {
  .display-l {
    font-size: 50px;
  }

  .header-logo-svg {
    width: 80px;
    height: 80px;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .topbar-3-main-block---t3 {
    box-shadow: 0 0 0 1px #0003, 4px 4px 16px #0003;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

  .container---t3, .navbar-no-shadow-container---t03 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .gallery-image-wrapper.newimg1.newimg5 {
    background-image: url('../images/139b5cce-f0c0-4f34-9fb1-fa6ef71f68d9.webp');
  }

  .gallery-image-wrapper.newimg1.newimg4 {
    background-image: url('../images/50ad7ba3-8d78-4edd-9583-83968ef8c6b4.webp');
  }

  .gallery-image-wrapper.newimg1.newimg6 {
    background-image: url('../images/79cc3262-5516-40df-9bbb-b920718af227.webp');
  }

  .gallery-image-wrapper.newimg1.newimg6.newig6 {
    background-image: url('../images/b8e92a58-79ce-4064-86a8-c6c4a414990d.webp');
  }

  .h2-3 {
    font-size: 37px;
  }

  .border-wrap {
    box-shadow: 0 2px 5px #0003;
  }

  .content-wrap-2 {
    border-radius: 10px;
    padding-right: 30px;
    box-shadow: 0 2px 5px #0003;
  }

  .half-bg-image-bottom.height-430px.contact-v7 {
    margin-top: 0;
  }

  .icon-regular-19 {
    color: #d12120;
  }

  .btn-primary-2.test1 {
    background-color: #000;
    background-image: none;
  }

  .subtitle-4 {
    color: #d12120;
  }

  .container-default-2 {
    margin-bottom: -350px;
  }

  .text-block-20 {
    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-3 {
    color: #fff;
    margin-left: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-link.w--current {
    font-size: 20px;
  }

  .display-l {
    font-size: 40px;
  }

  .paragraph-small.text-color-gray-500 {
    font-size: 18px;
  }

  .section-regular-3 {
    background-color: #fff;
  }

  .div-block-9, .blog-content, .div-block-7 {
    margin-top: 10px;
  }

  .action-m {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .div-block-8 {
    margin-top: 10px;
  }

  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .testimonial-card-large {
    grid-row-gap: 40px;
    background-color: #f3f3f3;
    box-shadow: 0 2px 5px #0003;
  }

  .f-section-regular {
    background-color: #f3f3f3;
  }

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

  .f-h3-heading {
    color: #000;
    font-weight: 700;
  }

  .f-testimonial-background {
    background-color: #f3f3f3;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .display-l-2 {
    font-family: Industryinc Base, sans-serif;
    font-size: 56px;
  }

  .section-regular-6 {
    background-color: #fff;
  }

  .div-block-16, .div-block-17 {
    margin-top: 10px;
  }

  .action-m-4 {
    margin-bottom: 20px;
    font-family: Industryinc Base, sans-serif;
    font-size: 26px;
  }

  .paragraph-small-12.text-color-gray-500 {
    font-size: 18px;
  }

  .div-block-18 {
    margin-top: 10px;
  }

  .f-h3-heading-2 {
    color: #000;
    font-family: Industryinc Base, sans-serif;
    font-weight: 700;
  }

  .div-block-24, .div-block-25 {
    margin-top: 10px;
  }

  .action-m-5 {
    margin-bottom: 20px;
    font-family: Industryinc Base, sans-serif;
    font-size: 26px;
  }

  .paragraph-small-15.text-color-gray-500 {
    font-size: 18px;
  }

  .div-block-26 {
    margin-top: 10px;
  }

  .container-regular---t3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .detail-block---t3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

  .container---t3 {
    max-width: 100%;
  }

  .navbar-no-shadow-container---t03 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

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

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

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

  .our-impact-purple-div-container {
    justify-content: flex-start;
    align-items: center;
  }

  .display-l-3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .container-large-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .logo-big-block---t3 {
    border: 0 solid #000;
    flex: none;
  }

  .topbar-main-block._01 {
    background-image: url('../images/background-Image-5_1background Image (5).webp');
    background-size: cover;
  }

  .topbar-and-nav-block---t3 {
    border: 0 solid #000;
    margin-left: -1px;
    margin-right: -1px;
  }

  .detail-block---t3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .topbar-3-main-block---t3 {
    margin-left: auto;
    margin-right: auto;
  }

  .topbar---t3 {
    border: 0 solid #000;
  }

  .nav-button-wrapper---t3 {
    flex: none;
  }

  .container---t3 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-large-4.neww2 {
    padding-bottom: 100px;
  }

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

  .code-embed-2 {
    width: 500px;
  }

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

  .container.hero-container {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nrl4 {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-link {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .display-l {
    font-size: 44px;
    line-height: 54px;
  }

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

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px;
  }

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

  .header-text-wrap {
    max-width: 600px;
  }

  .text-style-caption.text-align-center {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .navigation-main-b {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navigation-mobile {
    color: #fff;
    background-color: #030711;
    border-radius: 44px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    display: flex;
  }

  .navigation-mobile.w--open {
    color: #fff;
    background-color: #030711;
    border-color: #0000;
  }

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

  .content-wrapper {
    align-items: flex-start;
  }

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

  .grid-three-column, .testimonial-grid, .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.contact-v6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .form-1.formstyles {
    padding: 54px 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.width-36 {
    width: 100%;
  }

  .half-bg-right.width-36.height-30 {
    height: 30%;
  }

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

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

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

  .display-l-2 {
    font-size: 72px;
    line-height: 82px;
  }

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

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

  .section-15 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .section-19 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .hero-image-block {
    background-position: 50%;
  }

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

  .section-cta {
    padding-bottom: 140px;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

  .nav__line {
    transform: rotate(-20deg)translate(0);
  }

  .nav__line.second__line {
    transform: rotate(20deg)translate(0);
  }

  .nav__inner {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav__container {
    justify-content: space-between;
  }

  .nav__link {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__logo__link {
    width: 100px;
    height: 32px;
  }

  .f-blog-thumbnail, .f-blog-thumbnail-large {
    margin-bottom: 16px;
  }

  .blog-header-image {
    height: 360px;
  }

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

  .content-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .image-card-02 {
    max-width: 80%;
  }

  .logo-carousel-wrapper {
    margin-left: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-img-cta {
    min-width: 0;
  }

  .layout-cta {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .grid-industry {
    grid-column-gap: 2rem;
  }

  .navbar11_menu-button.w--open {
    background-color: #0000;
  }

  .footer-left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .grid-review {
    grid-column-gap: 2rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-features {
    grid-column-gap: 2rem;
  }

  .footer-social-list {
    margin-bottom: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .header-left-wrapper {
    align-items: center;
  }

  .header-logo {
    justify-content: center;
  }

  .header-background {
    width: 100%;
    height: 400px;
    inset: auto 0% 0%;
  }

  .header-content-top {
    align-items: center;
  }

  .header-hint {
    padding-left: 0;
  }

  .button-primary {
    display: flex;
  }

  .header-content-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-title-left {
    text-align: center;
    align-items: center;
  }

  .nav-menu {
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .link {
    text-align: center;
  }

  .logo {
    object-fit: cover;
  }

  .logo-big-block---t3 {
    display: none;
  }

  .topbar-main-block {
    position: relative;
  }

  .navbar-wrapper---t3 {
    justify-content: space-between;
    overflow: hidden;
  }

  .tw---t3 {
    background-color: #4ccef9;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .dropdown-link---t3 {
    color: #1d262d;
    font-weight: 500;
  }

  .in---t3 {
    background-color: #0072b1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .detail-block---t3 {
    display: none;
  }

  .navbar-no-shadow---t3 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .navbar-brand---t3 {
    display: block;
  }

  .dropdown-list---t3.w--open {
    background-color: #fff;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
    top: 0%;
    left: 0;
  }

  .contact-heading-res---t3 {
    color: #000;
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }

  .nav-link---t3 {
    color: #1d262d;
    width: 100%;
    padding: 14px 5px;
    display: block;
  }

  .topbar-nav-list-item {
    color: #1d262d;
    text-align: left;
    width: 100%;
  }

  .topbar---t3 {
    display: none;
  }

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

  .menu-button---t3.w--open {
    z-index: 30;
    color: #fff;
    background-color: #c8c8c800;
  }

  .yt---t3 {
    background-color: red;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .contact-link-icon-res---t3 {
    color: #0a66c2;
  }

  .nav-button-wrapper---t3 {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu---t3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .social-icon---t3 {
    color: #fff;
  }

  .dropdown-toggle---t3 {
    color: #1d262d;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 5px;
  }

  .contact-link-block-res---t3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #6f7775;
    text-align: left;
    text-decoration: none;
    display: flex;
  }

  .topbar-btn {
    border: 1px solid #1d262d;
  }

  .dropdown---t3 {
    width: 100%;
  }

  .navbar-no-shadow-container---t03 {
    position: static;
  }

  .contact-block-res---t3 {
    margin-top: 20px;
    display: block;
  }

  .icon-3 {
    color: #1d262d;
  }

  .social-icon-block-res---t3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 30px;
    display: flex;
  }

  .contact-list-item-res---t3 {
    font-size: 16px;
    line-height: 30px;
  }

  .fb---t3 {
    background-color: #4661c5;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-menu-wrapper---t3 {
    z-index: 9999;
    background-color: #fff;
    width: 70%;
    height: 85vh;
    margin-top: 92px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .cleaning-nav-underline {
    color: #1d262d;
    background-color: #1d262d;
  }

  .icon-2 {
    color: #fff;
  }

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

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

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

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

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

  .contact-time {
    color: #fff;
  }

  .cleaning-social-icon {
    color: #0a66c2;
    line-height: 18px;
  }

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

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

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

  .contact-email {
    color: #fff;
  }

  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

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

  .section-large-4 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .content-wrapper-3 {
    align-items: flex-start;
  }

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

  .testimonial-header-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 90%;
    padding-bottom: 0;
  }

  .testimonial-slider-overlay {
    width: 10%;
  }

  .testimonial-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .testimonial-group.third {
    display: none;
  }

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

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

  .our-impact-purple-button-div, .our-impact-purple-block-text-div-2 {
    width: auto;
  }

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

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

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

  .impact-div-container {
    width: 90%;
    height: auto;
  }

  .impact-top-div-container {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .trained-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .mneals-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2900, ._12k {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .pups-trained {
    text-align: center;
    font-size: 17px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .meals-served {
    text-align: center;
    font-size: 17px;
  }

  .our-impact-stats-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid;
  }

  .our-impact-main-text {
    text-align: left;
  }

  .baths-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .baths-image-div {
    margin-right: 0;
  }

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

  .impact-top-left-div {
    width: 90%;
    margin-top: 40px;
  }

  .our-impact-purple-block {
    margin-top: 0;
    margin-bottom: -75px;
  }

  .our-impact-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

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

  .puppy-baths {
    text-align: center;
    font-size: 17px;
  }

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

  .our-impact-dog-image-div {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .our-poimact-dog-image {
    position: static;
  }

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

  .m-footer-contact-link {
    max-width: none;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-24 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

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

  .navigation-content-dark {
    border-radius: 0;
    width: 100%;
  }

  .navigation-logo-wrapper {
    align-items: center;
    display: flex;
  }

  .navigation-content {
    width: 100%;
  }

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

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

  .menu-button-dark {
    color: #fff;
    border: 1px solid #ffffff1a;
    margin-left: 14px;
  }

  .menu-button-dark.w--open {
    color: #fff;
    background-color: #40466e;
    border-style: none;
  }

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

  .chevron {
    margin-right: 20px;
  }

  .navigation-link-wrapper {
    background-color: #32375d;
    height: auto;
    position: absolute;
    top: 80px;
  }

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

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

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

  .navigation-button {
    display: none;
  }

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

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

  .nav__container-2 {
    justify-content: space-between;
  }

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

  .nav__inner-2 {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .hero {
    justify-content: flex-start;
    padding-top: 190px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-5 {
    color: #fff;
  }

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

  .display-l-3 {
    font-size: 72px;
    line-height: 82px;
  }

  .logo-2 {
    object-fit: cover;
  }

  .cleaning-nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .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-3 {
    object-fit: cover;
  }

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

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

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

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

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

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

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

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

  .column {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .form-column {
    padding-left: 0;
  }

  .row {
    flex-wrap: wrap;
  }

  .banner-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 69px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .form-title {
    font-size: 28px;
    line-height: 42px;
  }

  .nrl4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrapper-small {
    justify-content: flex-start;
  }

  .banner-close-button {
    position: static;
  }

  .display-l {
    font-size: 52px;
    line-height: 72px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .h5-heading {
    font-size: 32px;
  }

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

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

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

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

  .grid-three-column, .grid_1-2, .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .form-1.pd-64px---56px {
    padding: 58px 32px;
  }

  .form-1.formstyles {
    padding: 56px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .text-area {
    border-radius: 18px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

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

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

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

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

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

  .display-l-2 {
    font-size: 52px;
    line-height: 72px;
  }

  .section-regular-6, .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-2 {
    font-size: 32px;
  }

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

  .h1-heading-2 {
    font-size: 54px;
    line-height: 62px;
  }

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

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

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

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

  .h5-heading-3 {
    font-size: 32px;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr;
  }

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

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

  .nav__trigger {
    margin-left: 8px;
  }

  .nav__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__link {
    font-size: 24px;
  }

  .nav__logo__link {
    width: 100px;
  }

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

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

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

  .blog-detail-wrapper {
    flex-wrap: wrap;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

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

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

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

  .content-grid {
    grid-row-gap: 60px;
  }

  .image-card {
    bottom: 64%;
    left: -7vw;
  }

  .image-card-02 {
    bottom: 20%;
  }

  .content-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-map {
    height: 20rem;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-banner {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav {
    min-height: 4rem;
  }

  .layout-cta {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout-cta.alt {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .grid-industry {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .grid-review {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .card-testimonial {
    padding: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-features {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-credit-text {
    margin-top: 1rem;
  }

  .row-merchants {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    place-items: center;
  }

  .header-background {
    display: none;
  }

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

  .header-features {
    grid-row-gap: 24px;
  }

  .navbar {
    padding-bottom: 1px;
    display: block;
  }

  .div-block {
    background-color: #0000;
    width: auto;
    display: inline-block;
  }

  .link-block {
    float: left;
    padding: 18px 21px 8px 19px;
    display: block;
  }

  .menu-button {
    color: #fff;
    font-size: 43px;
  }

  .navbar-brand---t3 {
    padding-left: 0;
  }

  .nav-link---t3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-menu---t3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu-wrapper---t3 {
    width: 100%;
  }

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

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

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

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

  .cleaning-list-item {
    padding-top: 0;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

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

  .content-feature-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h5-heading-5 {
    font-size: 44px;
  }

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

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

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

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

  .testimonial-slider-clipped {
    width: auto;
  }

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

  .testimonial-mask-small {
    width: 90%;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

  .testimonal-slide {
    margin-right: 24px;
  }

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

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

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

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

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

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 40px;
  }

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

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

  .our-poimact-dog-image {
    background-size: cover;
    border-radius: 0;
  }

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

  .m-footer-top-banner {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

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

  .input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .text-area-2 {
    border-radius: 18px;
  }

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

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

  .navigation-logo-wrapper {
    width: 100%;
  }

  .navigation-button {
    display: none;
  }

  .nav__container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    justify-content: flex-start;
    padding-top: 180px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .display-l-3 {
    font-size: 52px;
    line-height: 72px;
  }

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

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

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

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

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

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

  .cleaning-list-item-2 {
    padding-top: 0;
  }

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

  .container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .banner-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

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

  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-large-4 {
    flex-flow: column;
    grid-auto-flow: column;
    height: 100%;
    display: flex;
  }

  .d-130-read-more-link-block {
    background-color: #0057bf;
    border-radius: 6px;
    width: 240px;
    margin-top: 0;
  }

  .d-130-read-more-link-block.newbtn {
    background-color: #222224;
    width: 300px;
    margin-top: 0;
  }

  .display-l {
    text-align: center;
    letter-spacing: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 37px;
  }

  .display-l.newl {
    font-size: 32px;
  }

  .d-130-arrow-bg {
    background-color: #d12120;
    width: 205px;
    transform: skew(25deg);
  }

  .paragraph-large {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-section {
    background-image: linear-gradient(#0006, #fff0), linear-gradient(#0000008c 100%, #fff), url('../images/3333.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .navigation-logo {
    width: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .header-text-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .wrap-v-small {
    color: #000;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .brix---header-wrapper-transparent {
    display: none;
  }

  .overline-2 {
    text-align: left;
  }

  .section-7 {
    display: none;
  }

  .div-block-3 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 220px;
  }

  ._138-mouse-down {
    mix-blend-mode: screen;
    border-radius: 20px;
    width: 80px;
    margin-left: -20px;
  }

  .call {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-2 {
    font-size: 20px;
    font-weight: 800;
  }

  .h5-heading {
    font-size: 30px;
  }

  .content-feature-card {
    background-color: #222224;
  }

  .content-feature-card.newcard {
    background-color: #d12120;
  }

  .caption-uppercase.text-weight-medium {
    color: #d12120;
  }

  .image-full {
    display: none;
  }

  .subheading-small {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .content-image-2 {
    display: none;
  }

  .bold-text {
    font-size: 32px;
  }

  .bold-text.n1 {
    color: #d12120;
  }

  .section-regular-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .h1-heading {
    line-height: 40px;
  }

  .h1-heading.newheading {
    margin-top: -18px;
    font-size: 39px;
  }

  .bold-text-2 {
    font-size: 33px;
    line-height: 20px;
  }

  .section-8 {
    background-color: #d12120;
    display: none;
  }

  .section-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .bold-text-3 {
    font-size: 39px;
  }

  .overline-4 {
    font-size: 11px;
  }

  .image-cover {
    border-radius: 20px;
  }

  .image-cover.newcover {
    border-radius: 100%;
  }

  .section-large {
    padding-bottom: 40px;
    display: block;
  }

  .action-m {
    font-size: 20px;
  }

  .blog-card {
    margin-top: 10px;
  }

  .grid-three-column {
    margin-top: -468px;
    display: none;
  }

  .section_bg-image {
    display: none;
  }

  .text-block-3 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-small-3 {
    margin-top: -30px;
  }

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

  .f-section-regular {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

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

  .section-11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-11.position-relative {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-link-2-texts-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .grid-2-columns.form {
    place-items: center stretch;
    width: auto;
  }

  .grid-2-columns.contact-v6 {
    grid-row-gap: 48px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .select-field {
    width: 330px;
  }

  .textarea {
    width: 330px;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-10 {
    margin-left: 10px;
  }

  .form-1.pd-64px---56px {
    padding: 40px 24px;
  }

  .form-1.formstyles {
    width: auto;
    padding-left: 23px;
    padding-right: 23px;
  }

  .subtitle {
    color: #1b2568;
  }

  .input {
    width: 330px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .input:hover {
    border-color: #0057bf;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .text-area:hover {
    border-color: #0057bf;
  }

  .text-area:focus-visible, .text-area[data-wf-focus-visible] {
    color: #000;
    border-color: #0057bf;
  }

  .text-area::placeholder {
    font-size: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .heading-7 {
    font-size: 34px;
  }

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

  .footer-text-link {
    font-weight: 500;
  }

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

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

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .grid-three-column-2 {
    display: none;
  }

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

  .section-regular-5 {
    background-color: #1d1e1f;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .f-footer-brand {
    display: block;
  }

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

  .paragraph-small-9 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-small-9.newtxtfooter {
    display: none;
  }

  .paragraph-small-9.footertxt {
    display: block;
  }

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

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

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

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

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

  .footer-large-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .body {
    background-color: #fefefe;
  }

  .display-l-2.herotext {
    text-align: left;
    letter-spacing: normal;
    font-size: 33px;
    line-height: 40px;
  }

  .display-l-2.newtext1 {
    text-align: left;
    letter-spacing: normal;
    font-size: 38px;
    line-height: 45px;
  }

  .section-12 {
    display: none;
  }

  .div-block-14 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 220px;
  }

  .text-block-4 {
    font-size: 20px;
    font-weight: 800;
  }

  .section-regular-6 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

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

  .h5-heading-2.newttxt5 {
    letter-spacing: normal;
    font-size: 28px;
    line-height: 35px;
  }

  .subheading-small-2 {
    font-size: 17px;
    line-height: 25px;
  }

  .section-13 {
    display: none;
  }

  .text-block-5 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .section-15 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-15.position-relative {
    display: none;
  }

  .text-block-6 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .icon-regular-10 {
    color: #ec1d25;
    margin-right: 5px;
  }

  .text-block-7 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .section-16 {
    display: none;
  }

  .div-block-22 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 220px;
  }

  .section-regular-8.newsec, .section-regular-8.newsec1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h5-heading-3.newtxt.new-tt {
    letter-spacing: normal;
    font-size: 25px;
    line-height: 30px;
  }

  .h5-heading-3.newtxt2.txt11 {
    letter-spacing: normal;
    font-size: 26px;
    line-height: 32px;
  }

  .h5-heading-3.new-text {
    letter-spacing: normal;
    font-size: 28px;
    line-height: 34px;
  }

  .subheading-small-3 {
    font-size: 17px;
    line-height: 26px;
  }

  .section-17 {
    display: none;
  }

  .text-block-8 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .section-19 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-19.position-relative {
    display: none;
  }

  .text-block-9 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .icon-regular-12 {
    color: #ec1d25;
    margin-right: 5px;
  }

  .mainbluebox {
    background-color: #222224;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 90px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .container-3 {
    background-color: #d12120;
    width: 40%;
    height: 90px;
    margin-left: -70px;
    transform: skew(25deg);
  }

  .div-block-30 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 220px;
  }

  ._138-mouse-down-2 {
    mix-blend-mode: luminosity;
    border-radius: 20px;
    width: 80px;
    margin-left: -20px;
  }

  .call-2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-10 {
    font-size: 20px;
    font-weight: 800;
  }

  .hero-image-block {
    box-shadow: none;
    background-image: url('../images/Graphic.svg');
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 345px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .hero-image-block.newimg {
    background-image: url('../images/Graphic03.png');
    border-radius: 8px;
  }

  .hero-image-block.newimg.img2 {
    background-image: url('../images/Website-Graphic.png');
  }

  .hero-image-block.newimg.img2.newimg3 {
    background-image: url('../images/Graphic01.png');
    background-position: 100%;
    min-height: 400px;
  }

  .hero-image-block.newimg.img2.newimg2 {
    background-image: url('../images/Black--Red-Minimalist-Graphic-Designer-Job-Hiring-Instagram-Post-1.png');
    background-position: 100%;
    min-height: 380px;
  }

  .hero-image-block.newimg.img2.newimg1 {
    background-image: url('../images/Black--Red-Minimalist-Graphic-Designer-Job-Hiring-Instagram-Post-2.png');
    background-position: 100%;
    min-height: 380px;
  }

  .div-block-31 {
    width: auto;
  }

  .cta-heading {
    text-align: center;
    letter-spacing: normal;
    font-family: Industryinc Base, sans-serif;
    font-size: 32px;
    line-height: 40px;
  }

  .d-130-read-more-link-block-2 {
    background-color: #161616;
    border-radius: 6px;
    width: 240px;
    margin-top: 20px;
  }

  .d-130-read-more-link-block-2.newbtn {
    background-color: #0057bf;
    flex-flow: row;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .paragraph-cta {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .text-block-11 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

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

  .section-cta {
    background-color: #000;
    background-image: linear-gradient(356deg, #000000b3, #0009), url('../images/2024-04-25-1.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
    display: flex;
  }

  .section-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav__trigger.nav__closed {
    justify-content: center;
    align-items: flex-end;
    height: 40px;
  }

  .nav__line {
    background-color: #fff;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
  }

  .nav__inner {
    background-color: #161616;
  }

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    display: block;
    position: absolute;
  }

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 20px;
    position: static;
  }

  .nav__link {
    font-size: 18px;
  }

  .nav__logo__link {
    width: 200px;
    margin-top: -40px;
  }

  .line-wrap {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

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

  .f-section-large {
    background-image: linear-gradient(#000c 100%, #fff), url('../images/3333.jpeg');
  }

  .blog-break {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-detail-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .blog-header-image {
    height: 280px;
  }

  .blog-category, .text-block-12 {
    font-size: 14px;
  }

  .form-2 {
    display: flex;
  }

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

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

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

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

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

  .testimonial-author-name {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .text-span {
    color: #ff3130;
  }

  .button-primary-right-icon {
    width: 100%;
  }

  .section-large-2 {
    display: none;
  }

  .button-right-icon {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-submit {
    background-color: #d12120;
  }

  .feature-icon {
    color: #dd9f2a;
    width: 25px;
    height: 25px;
  }

  .image-card {
    max-width: 90%;
    left: 8%;
  }

  .content-image {
    border-radius: 30px;
  }

  .image-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .section-content {
    background-image: radial-gradient(circle at -60% 0, #fd7e4133, #fff0 42%);
  }

  .feature-grid {
    color: #fff;
  }

  .feature-grid.new1-des._11 {
    display: none;
  }

  .feature-grid.n11 {
    display: block;
  }

  .image-card-02 {
    padding-right: 20px;
    inset: auto 8% -4% auto;
  }

  .feature-text {
    color: #fff;
    font-weight: 600;
  }

  .image-card-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .bold-text-33 {
    color: #d12120;
  }

  .cta-map {
    margin-top: 20px;
  }

  .brix---mg-bottom-24px-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .div-block-33 {
    margin-top: 0;
    margin-bottom: 210px;
  }

  .logo-carousel-inner {
    justify-content: center;
  }

  .overline {
    color: #d12120;
    font-size: 16px;
  }

  .h2-heading {
    color: #000;
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  }

  .logo-carousel-t.mobile {
    display: none;
  }

  .paragraph-large-9.text-color-gray-800 {
    color: #000;
    margin-bottom: -50px;
    font-size: 16px;
    line-height: 26px;
  }

  .svg {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-small.background-gray {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .n1 {
    color: #d12120;
  }

  .logo-block {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .image-47 {
    width: 80px;
  }

  .image-48 {
    width: 100px;
  }

  .image-49 {
    width: 80px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row-merchants {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .header-logo {
    justify-content: center;
  }

  .header-logos {
    flex-direction: column;
  }

  .button-primary {
    width: 100%;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

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

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

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

  .link {
    background-color: #161616;
  }

  .link.w--current {
    background-color: #3a3a3a;
  }

  .menu-button {
    background-color: #202020;
    font-size: 35px;
  }

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

  .logo {
    flex: none;
  }

  .topbar-main-block {
    height: auto;
    padding-bottom: 200px;
  }

  .heading-section {
    position: relative;
  }

  .navbar-no-shadow---t3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-heading-text {
    font-size: 32px;
    line-height: 40px;
  }

  .nav-button-wrapper---t3 {
    width: auto;
  }

  .nav-menu---t3 {
    flex-direction: column;
  }

  .contact-link-block-res---t3 {
    text-align: left;
  }

  .cleaning-nav-menu {
    flex-direction: column;
  }

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

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

  .contact-block.hide {
    display: none;
  }

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

  .cleaning-top-bar-blue-bg {
    background-color: #ffffff1a;
    transform: skew(40deg);
  }

  .cleaning-top-bar {
    display: none;
  }

  .top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #00000080;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    transform: skew(0deg);
  }

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

  .button-2 {
    padding-right: 23px;
    font-size: 12px;
  }

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

  .section-20.newsection {
    margin-top: 10px;
  }

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

  .test1.new1 {
    background-color: #d12120;
    margin-right: 20px;
  }

  .test1.new1.nn.kk {
    margin-top: 25px;
    margin-right: 0;
    text-decoration: none;
  }

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

  .link-block-2 {
    width: 100%;
  }

  .link-block-2.newlinkblk {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-large-4 {
    background-color: #fefefe;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .section-large-4.new1 {
    display: none;
  }

  .paragraph-x-large.text-color-gray-800 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-heading-2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
  }

  .h2-heading-2.newheading {
    font-size: 33px;
  }

  .h2-heading-2._111 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .gallery-button-wrapper {
    margin-top: 40px;
  }

  .gallery-lightbox-link {
    height: 330px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .section-small-2.background-secondary {
    display: block;
  }

  .b-badge-icon.newicon {
    color: #dd9e28;
  }

  .appointment-button-text-div-container {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .our-impact-purple-div-container-2 {
    flex-flow: column;
    display: flex;
  }

  .home-testimonials_rating-wrapper {
    align-items: center;
    display: none;
  }

  .appointment-button-div-main-3 {
    margin-top: 0;
  }

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

  .our-impact-purple-block-text-div-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .h2-heading-3 {
    font-size: 32px;
  }

  .home-testimonials_rating-icon.newstar {
    margin-left: 5px;
  }

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

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .gallery-image-wrapper.newimg1 {
    background-image: url('../images/bobcat-image-6.webp');
    background-position: 50%;
  }

  .gallery-image-wrapper.newimg1.newimg5 {
    background-image: url('../images/CID-XD-SKID-STEER-TRACK-LOADER-IN-ACTION-01__02666.jpg');
    background-position: 50%;
  }

  .gallery-image-wrapper.newimg1.newimg4 {
    background-image: url('../images/image000000_8.jpeg');
  }

  .gallery-image-wrapper.newimg1.newimg2 {
    background-image: url('../images/bobcat-image-3.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg3 {
    background-image: url('../images/tree-terminator-best-tree-care-attachments.webp');
    background-position: 50%;
  }

  .gallery-image-wrapper.newimg1.newimg3.newig3 {
    background-image: url('../images/bobcat-image.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg6 {
    background-image: url('../images/Category_-_Skid_Steer_Demolition_Grapples.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg6.newig6 {
    background-image: url('../images/land-clearing-2.jpg');
  }

  .h2-heading-4 {
    font-size: 48px;
  }

  .section-small-3.background-secondary.newsec, .section-small-3.background-secondary.newsec.m {
    display: none;
  }

  .section-small-3.background-secondary.newsec {
    padding-top: 60px;
    display: block;
  }

  .section-small-3.background-secondary.newsec.newsec1 {
    background-color: #fefefe;
    margin-top: 0;
    padding-top: 40px;
    display: block;
  }

  .container-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .trained-div-container, .mneals-div-container {
    justify-content: space-between;
  }

  ._2900, ._12k, .pups-trained, .meals-served {
    text-align: right;
  }

  .our-impact-stats-div {
    align-items: stretch;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .our-impact-main-text {
    text-align: center;
    margin-bottom: -27px;
    font-size: 25px;
    line-height: 35px;
  }

  .baths-div-container {
    justify-content: space-between;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
  }

  ._3700 {
    text-align: right;
  }

  .impact-top-left-div {
    margin-left: 0;
  }

  .our-impact-purple-block {
    display: none;
  }

  .our-impact-purple-div-container {
    display: flex;
  }

  .puppy-baths {
    text-align: right;
  }

  .impact-section {
    display: none;
  }

  .our-impact-dog-image-div {
    flex-flow: column;
    margin-top: -120px;
  }

  .our-poimact-dog-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 300px;
    margin-left: 0;
  }

  .paragraphs-white {
    text-align: center;
    width: auto;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .m-footer-input-wrapper {
    flex-direction: column;
  }

  .m-footer-section {
    padding-top: 60px;
  }

  .m-footer-title {
    margin-bottom: 10px;
  }

  .m-footer-contact-link.test1.nn {
    margin-left: 0;
    margin-right: 0;
  }

  .m-footer-contact-link.test1.nn:hover {
    box-shadow: inset 100vh 0 #dd9e28;
  }

  .m-footer-link-block {
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  .m-footer-legal-wrapper {
    flex-direction: column;
  }

  .m-footer-submit-button {
    width: 100%;
  }

  .m-paragraph-small {
    text-align: center;
  }

  .m-footer-line {
    margin-top: 10px;
  }

  .m-footer-form-input {
    flex-direction: column;
  }

  .icon-regular-18 {
    color: #dd9e28;
    margin-right: 5px;
  }

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

  .brix---link-text-2.nre1 {
    font-size: 15px;
  }

  .brix---link-text-2.nre1.new2 {
    font-size: 14px;
  }

  .brix---link-wrapper-color-primary-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .content-wrap {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .button-right-icon-2 {
    width: 300px;
  }

  .section.reverse-color {
    padding-top: 0;
  }

  .section.reverse-color.new111 {
    background-image: url('../images/Untitled-design-3_2.png'), linear-gradient(#000c 100%, #fff), url('../images/clearing-land-in-texas.jpg');
    background-position: 50%, 0 0, 50% 100%;
    background-size: cover, auto, cover;
    margin-top: 100px;
    padding-top: 67px;
    padding-bottom: 100px;
    display: block;
  }

  .short-image {
    width: 100%;
    max-height: 350px;
    margin-top: -90px;
    margin-left: 0;
  }

  .bold-text-36 {
    font-size: 23px;
    line-height: 25px;
  }

  .playbuttonwrapper {
    clear: none;
    width: 80px;
    height: 80px;
    position: relative;
    top: 0%;
    left: 40%;
  }

  .playbuttonwrapper.new12 {
    position: relative;
    top: 275%;
    bottom: 0%;
  }

  .grid_1-2-2 {
    padding-top: 0;
  }

  .paragraph-small-19.text-color-gray-800 {
    display: none;
  }

  .h2-2.body-color {
    line-height: 24px;
  }

  .h2-heading-5 {
    font-size: 38px;
    font-weight: 700;
  }

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

  .container-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .paragraph-large-13.text-color-gray-950 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .bold-text-39 {
    color: #fff;
    text-decoration: underline;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2-3 {
    font-size: 30px;
  }

  .html-embed-2 {
    position: relative;
  }

  .div-block-71 {
    width: auto;
    min-width: 280px;
  }

  .icon-regular-19 {
    color: #dd9e28;
    margin-right: 5px;
  }

  .section-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-24.position-relative {
    padding-top: 30px;
  }

  .div-block-72 {
    min-width: 280px;
  }

  .input-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .input-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-2.test1 {
    background-color: #000;
    background-image: none;
  }

  .subtitle-4 {
    color: #dd9e28;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-73 {
    width: auto;
    min-width: 280px;
  }

  .heading {
    font-size: 32px;
  }

  .div-block-6 {
    min-width: 280px;
  }

  .html-embed-4 {
    position: relative;
  }

  .f-content-image-tall {
    height: 400px;
  }

  .f-section-large-2 {
    background-color: #fefefe;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .f-paragraph-large-2 {
    color: #000;
    font-size: 18px;
    line-height: 26px;
  }

  .f-heading-detail-small-6 {
    color: #dd9f2a;
    font-size: 12px;
  }

  .f-h3-heading-6 {
    margin-top: -10px;
    font-size: 21px;
  }

  .f-h3-heading-6.mmm {
    font-size: 24px;
  }

  .f-content-text-wrapper {
    margin-top: -20px;
  }

  .f-image-cover-4 {
    text-align: left;
    background-image: url('../images/bobcat-image.jpg');
    background-position: 100% 0;
    background-size: auto;
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

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

  .nav__container-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    position: static;
  }

  .footer-category-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-links-grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
  }

  .footer-links-grid-2.newlinks {
    margin-left: -90px;
  }

  .nav__inner-2 {
    background-color: #000;
    background-image: linear-gradient(#0000001a 100%, #fff);
    padding-left: 20px;
    padding-right: 0;
  }

  .nav__flexed-2 {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 35px;
  }

  .navigation-logo-2 {
    width: 180px;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .code-embed-2 {
    display: none;
  }

  .hero {
    height: 140vh;
    padding-top: 200px;
  }

  .video-background-2 {
    background-image: linear-gradient(342deg, #0000, #fff0), linear-gradient(#0000 100%, #fff);
    height: 140vh;
    display: block;
  }

  .feature-icon-2 {
    color: #d12120;
    width: 25px;
    height: 25px;
  }

  .cleaning-top-bar-blue-bg-2 {
    background-color: #ffffff1a;
    transform: skew(40deg);
  }

  .display-l-3 {
    text-align: center;
    letter-spacing: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
  }

  .cleaning-navbar-no-shadow-2 {
    display: none;
  }

  .overline-10 {
    text-align: left;
  }

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

  .overlay {
    background-image: linear-gradient(#0000007a 38%, #0000 72%);
    height: 120vh;
  }

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

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

  .code-embed-3 {
    display: none;
  }

  .paragraph-large-14 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large-23 {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

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

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

  .logo-2 {
    flex: none;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .footer-text-link-2 {
    font-size: 16px;
  }

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

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

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

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

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

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

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

  .logo-3 {
    flex: none;
    margin-top: 8px;
    margin-left: -15px;
  }

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

  .cleaning-navbar-container-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    background-image: url('../images/Untitled-design-17.png');
    background-position: 50%;
    background-size: cover;
  }

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

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

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

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

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

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

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

  .cleaning-nav-menu-2 {
    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;
  }

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

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

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

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

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

  .cleaning-top-bar-blue-bg-3 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    background-image: url('../images/Untitled-design-17.png');
    background-position: 50%;
    background-size: cover;
    width: 75%;
    height: 61px;
    margin-left: -60px;
    display: block;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: visible;
    transform: skew(40deg);
  }

  .top-2 {
    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;
  }

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

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

  .icon-regular-24.new14 {
    color: #dd9e29;
  }

  .form {
    margin-left: 0;
    margin-right: 0;
  }

  .for-group-100 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero-container {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-row {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-inner-2 {
    padding: 30px 15px 20px;
  }

  .banner-heading {
    white-space: normal;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 49px;
  }

  .form-control, .form-control.company-name {
    margin-bottom: 10px;
  }

  .form-control.message {
    height: 80px;
  }

  .form-control.phone {
    margin-bottom: 10px;
  }

  .form-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .nrl4 {
    display: none;
  }
}

#w-node-c032aa6e-a82c-19e5-0531-40834d2be95e-02b201fe, #w-node-c032aa6e-a82c-19e5-0531-40834d2be962-02b201fe, #w-node-c032aa6e-a82c-19e5-0531-40834d2be972-02b201fe, #w-node-c032aa6e-a82c-19e5-0531-40834d2be976-02b201fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2a55a29-3971-a085-7fe7-21dffb86646f-02b201fe {
  align-self: center;
}

#w-node-_26efa8a4-b56e-76e4-a89c-ddbb341e8023-02b201fe {
  justify-self: start;
}

#w-node-c19143e4-1af9-947f-427f-937cf456df27-02b201fe, #w-node-_1c209af9-9983-ae0e-7ce7-f91d2a607dff-02b201fe, #w-node-e5989d7c-63e4-8c37-4bff-8741092a1ab5-02b201fe, #w-node-e5989d7c-63e4-8c37-4bff-8741092a1abe-02b201fe, #w-node-e5989d7c-63e4-8c37-4bff-8741092a1ac7-02b201fe, #w-node-e4a11500-2a7b-458e-485e-2d3ad9a671ad-02b201fe, #w-node-e4a11500-2a7b-458e-485e-2d3ad9a671cc-02b201fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7f8a4f2a-02af-593e-fd9f-219df071c160-02b201fe {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c209af9-9983-ae0e-7ce7-f91d2a607dfd-02b201fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3455bf99-f843-ba40-4753-294dccac049f-02b201fe, #w-node-e4a11500-2a7b-458e-485e-2d3ad9a671cc-02b201fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Industryinc 3 D';
  src: url('../fonts/IndustryInc-3D.woff2') format('woff2'), url('../fonts/IndustryInc-3D.woff') format('woff'), url('../fonts/IndustryInc-3D.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc 3 Dshadow';
  src: url('../fonts/IndustryInc-3DShadow.woff2') format('woff2'), url('../fonts/IndustryInc-3DShadow.woff') format('woff'), url('../fonts/IndustryInc-3DShadow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Bevel';
  src: url('../fonts/IndustryInc-Bevel.woff2') format('woff2'), url('../fonts/IndustryInc-Bevel.eot') format('embedded-opentype'), url('../fonts/IndustryInc-Bevel.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Cutline';
  src: url('../fonts/IndustryInc-Cutline.woff2') format('woff2'), url('../fonts/IndustryInc-Cutline.eot') format('embedded-opentype'), url('../fonts/IndustryInc-Cutline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Detailfill';
  src: url('../fonts/IndustryInc-DetailFill.woff2') format('woff2'), url('../fonts/IndustryInc-DetailFill.woff') format('woff'), url('../fonts/IndustryInc-DetailFill.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Stencil';
  src: url('../fonts/IndustryInc-Stencil.woff2') format('woff2'), url('../fonts/IndustryInc-Stencil.eot') format('embedded-opentype'), url('../fonts/IndustryInc-Stencil.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Outline';
  src: url('../fonts/IndustryInc-Outline.woff2') format('woff2'), url('../fonts/IndustryInc-Outline.eot') format('embedded-opentype'), url('../fonts/IndustryInc-Outline.woff') format('woff'), url('../fonts/IndustryInc-Outline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Bevelfill';
  src: url('../fonts/IndustryInc-BevelFill.woff2') format('woff2'), url('../fonts/IndustryInc-BevelFill.eot') format('embedded-opentype'), url('../fonts/IndustryInc-BevelFill.woff') format('woff'), url('../fonts/IndustryInc-BevelFill.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Innout';
  src: url('../fonts/IndustryInc-InNOut.woff2') format('woff2'), url('../fonts/IndustryInc-InNOut.eot') format('embedded-opentype'), url('../fonts/IndustryInc-InNOut.woff') format('woff'), url('../fonts/IndustryInc-InNOut.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc 3 Dright';
  src: url('../fonts/IndustryInc-3DRight.eot') format('embedded-opentype'), url('../fonts/IndustryInc-3DRight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Inline';
  src: url('../fonts/IndustryInc-Inline.eot') format('embedded-opentype'), url('../fonts/IndustryInc-Inline.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Inlinestroke';
  src: url('../fonts/IndustryInc-InlineStroke.woff') format('woff'), url('../fonts/IndustryInc-InlineStroke.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industryinc Base';
  src: url('../fonts/IndustryInc-Base.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}