@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-HeavyItalic.ttf') format("truetype"), url('../fonts/FutoSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-Heavy.ttf') format("truetype"), url('../fonts/FutoSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futosans;
  src: url('../fonts/FutoSans-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --color: #0255bb;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.nav-logo-tablet {
  max-width: 180px;
}

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

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

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

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

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

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

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

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

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

.flex-block-12.newf1 {
  border-radius: 60px;
  width: 100%;
}

.container-5 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

.header-gradient-overlay {
  z-index: 1;
  background-color: #0000004d;
  background-image: linear-gradient(#0000001a 100%, #fff), radial-gradient(circle, #0003, #0006), url('../images/565692607_783458387843041_1181613106981056741_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.text-block-48 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

.navmenu-tablet-only {
  display: none;
}

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

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

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

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

.navbar-open {
  display: none;
}

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

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

.display-heading {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.icon-regular-22.new14.ngh3 {
  color: var(--color);
}

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

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

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

.text-block-50 {
  font-size: 18px;
}

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

.nav-menu-item {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

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

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

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

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

.header-background-video {
  width: 100%;
  height: 100%;
}

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

.background {
  z-index: 0;
  pointer-events: none;
  height: 120vh;
  min-height: 750px;
  position: absolute;
  inset: 0%;
}

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

.nav-menu-wrapper {
  background-color: #0000;
  border: 1px #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.navbar-brand {
  height: 100%;
}

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

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

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

.nav-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

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

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

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

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

.nav-link {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

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

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

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 0;
  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;
}

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

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

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

.slider-section {
  position: relative;
}

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

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

.button-link-text-absolute {
  position: absolute;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  margin-top: -35px;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0%;
  position: absolute;
  top: 30px;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

.section-large-2.overflow-hidden.n1 {
  z-index: 8;
  background-color: #fff0;
  background-image: none;
  margin-top: -150px;
  padding-bottom: 0;
}

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

.section-large-2.overflow-hidden.nh {
  background-color: #fff;
  overflow: visible;
}

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

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

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

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

.bold-text-42 {
  font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h3-heading-3.text-balance.newb {
  color: #fff;
  font-size: 35px;
}

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

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

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

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

.feature-card-3.rcard {
  background-color: var(--color);
  background-image: linear-gradient(#0009 100%, #fff);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.grid_1-2.newsec {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.feature-card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

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

.p.body-color {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-weight: 200;
}

.image-59 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-59.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

.section-large {
  background-image: linear-gradient(#000c, #fff3), url('../images/IMG_0486.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 100px 5%;
  position: relative;
}

.paragraph-regular-26 {
  color: #fff;
  letter-spacing: -.12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

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

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

.feature-card-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color);
  color: #154ee0;
  letter-spacing: -.08px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

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

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

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

.feature-card-link {
  color: #25272c;
  background-color: #2f3843;
  border: 1px #d8dbdf;
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.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-span-9 {
  color: var(--color);
  text-decoration: underline;
}

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

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

.paragraph-regular-23.newpa {
  color: #fff;
}

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

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

.flex-block-20 {
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  margin-top: 75px;
  margin-bottom: 120px;
}

.section-large-3 {
  background-image: linear-gradient(#000c, #fff3), url('../images/486325858_17986376009798818_8777784309198019707_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 100px 5%;
  position: relative;
}

.section-large-3.newsec {
  background-color: var(--color);
  background-image: linear-gradient(#000c, #fff3), url('../images/image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

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

.flex-block-18 {
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
}

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

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

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

.code-embed-4.new41 {
  width: 100%;
}

.code-embed-4.new41.mholf {
  width: 100%;
  height: 100%;
}

.code-embed-4.new41 {
  width: 275px;
  height: 400px;
}

.code-embed-4.newem {
  width: 400px;
  height: 400px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-text-link-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link-2:hover {
  color: var(--color);
}

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

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

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

.paragraph-regular-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-17.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.footer-company-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 306px;
  display: flex;
}

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

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

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

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

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

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

.footer-logo {
  width: auto;
  height: auto;
}

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

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

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon-regular-16 {
  color: var(--color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-main {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.footer-icon-button {
  color: #030711;
  background-color: #fff;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button:hover {
  background-color: #fff;
  transform: translate(3px, -3px);
}

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

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

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
  margin-bottom: 65px;
}

.link-block {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block:hover {
  color: var(--color);
  transform: translate(3px, -3px);
}

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

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

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

.image-63 {
  margin-bottom: 0;
  margin-left: 0;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-x-small-2.text-color-gray-500 {
  color: #fff;
  font-size: 14px;
}

.section-footer {
  background-color: var(--color);
  background-image: linear-gradient(352deg, black, var(--color));
  padding: 80px 3% 20px;
  position: relative;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  width: 100%;
  max-width: 820px;
}

.data_reason_wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.privacy_content_wrapper {
  background-color: #fff0;
  border: 1px #6969691a;
  border-radius: 20px;
  padding: 100px 40px 24px;
  overflow: visible;
}

.bold-text-22 {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.icon1 {
  color: var(--color);
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.icon1._18o {
  width: 20px;
  height: 20px;
}

.legal_basis_text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.third_parties, .privacy-bloc.cookies, .privacy-bloc.privacy_choices_rights, .privacy-bloc.our-role, .privacy-bloc.data_storage, .privacy-bloc.how_and_why, .privacy-bloc.datatype {
  flex-direction: column;
}

.paragraph_centered, .intro_wrapper {
  text-align: center;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

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

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "."
  / 1.25fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion_content {
  flex-direction: row-reverse;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.mini_button {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: #fff;
  background-color: gray;
}

.read_more_line {
  object-fit: none;
  object-position: 100% 0%;
  background-color: #eff2ff;
  border-radius: 16px;
  flex: 0 auto;
  width: 8px;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.read_more_text {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.container-15 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.h5_alt {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.privacy_section {
  background-color: #d6dbee00;
  margin-top: 0;
  padding: 0 20px 100px;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.legal_basis_wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.legal_bases_meaning_wrapper {
  flex: 1;
  height: auto;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.bold-text-43 {
  color: #000;
}

.item_icon_header {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon1-2 {
  color: var(--color);
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.bold-text-44 {
  color: #000;
}

.code-embed-5 {
  width: auto;
  height: auto;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.video-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.h2-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.icon-small-3 {
  color: var(--color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-large-3 {
  color: var(--color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-block-53 {
  color: var(--color);
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.video-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f800;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

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

.text-block-54 {
  color: var(--color);
  font-size: 18px;
  font-weight: 600;
}

.section-large-4 {
  padding: 0 0% 128px;
  position: relative;
}

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

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

.f-paragraph-regular.n6 {
  margin-bottom: 50px;
}

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

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

.video-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.video-block {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .45s;
  display: flex;
  position: absolute;
}

.link-block-3:hover {
  transform: scale(1.3)translate(0, -6px);
}

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

.video-gradient {
  background-image: linear-gradient(#0000001a, #0003);
  position: absolute;
  inset: 0%;
}

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

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

.text-block-56 {
  color: var(--color);
  font-size: 18px;
  font-weight: 600;
}

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

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

.process-grid {
  grid-column-gap: 25px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.process-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.process-card-primary {
  background-color: var(--color);
  border-radius: 30px;
  padding: 40px;
  transition: all .45s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.process-card-primary:hover {
  background-color: var(--color);
  transform: translate(6px, -6px);
  box-shadow: 23px 23px 40px #e5e5e566;
}

.process-title-wrap {
  text-align: center;
  max-width: 680px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.process-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 35px;
  line-height: 1.3;
}

.process-section {
  background-color: #fff;
  background-image: url('../images/Bloom-Large.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 3%;
}

.process-subheading {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
}

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

.icon-large-4.newi1 {
  width: 65px;
  height: 65px;
}

.feature-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 30px;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.2;
}

.text-span-18 {
  color: var(--color);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.blog-card.card2.card9.card6 {
  box-shadow: 0 2px 5px 0 var(--color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/commercial-janitorial-cleaning-service-7c0d4a46.jpeg');
}

.blog-card.card3 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/486354141_9809675609045170_889114516663864035_n-1024x577.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  box-shadow: 0 2px 5px #008102;
}

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

.blog-card.card3.card1.card5 {
  box-shadow: 0 2px 5px 0 var(--color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/04208694-4ed5-4194-a0e4-e252da80a3cd.jpg');
}

.blog-card.card3.card1.ca5 {
  box-shadow: 0 2px 5px 0 var(--color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/43a91263-8452-4f40-a6c4-dfb2ef258c5a.jpg');
}

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

.blog-card.card3.card1.card6.n5 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/39F95F95-FBCC-4689-A69B-7232D08472BC-2.jpeg');
}

.blog-card.card3.card1.card2 {
  box-shadow: 0 2px 5px 0 var(--color);
  background-image: linear-gradient(#0009 100%, #fff), url('../images/8f9f1108-cc92-49a8-b1e3-02b3048e4fce.jpg');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-small-3.background-secondary.newsec.newsec1.invs1.ml {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 35px;
}

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

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

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

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

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

.lightbox-link-3.image2.img3.g2 {
  background-image: url('../images/IMG_4957.jpeg');
}

.lightbox-link-3.image2.img3.g2.g5 {
  background-image: url('../images/488622701_17987685500798818_7513813885013231551_n.jpg');
}

.lightbox-link-3.image2.img3.g2.g5.g8 {
  background-image: url('../images/image-1.png');
}

.lightbox-link-3.image2.img3.g2.g5.g8.o10 {
  background-image: url('../images/275223137_129923666221615_2756485033529649081_n.jpg');
}

.lightbox-link-3.image2.img3.g2.g5.g8.g11 {
  background-image: url('../images/489870817_17987685536798818_2948187573618684273_n.jpg');
}

.lightbox-link-3.image2.img3.g2.g5.g8.g11.g14 {
  background-image: url('../images/348s-1.jpg');
}

.lightbox-link-3.image2.img3 {
  background-image: url('../images/76616554605__184D5B88-35AF-4259-8D34-E1ECCEA46E4A.webp');
}

.lightbox-link-3.image2.img3.i9 {
  background-image: url('../images/7E0FE163-5204-4DAF-8068-48A106241382-2.jpeg');
}

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

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

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

.lightbox-link-3.image1.img2.g1 {
  background-image: url('../images/IMG_9662_202310030905058_live.jpeg');
}

.lightbox-link-3.image1.img2.g1.g4 {
  background-image: url('../images/486731338_17986375982798818_2636174307473751530_n.jpg');
}

.lightbox-link-3.image1.img2.g1.g4.g7 {
  background-image: url('../images/Junk-Removal-and-Furniture-Disposal-Facts.jpg');
}

.lightbox-link-3.image1.img2.g1.g4.g7.g8.g12 {
  background-image: url('../images/484482621_17985123911798818_9197361047568527739_n.jpg');
}

.lightbox-link-3.image1.img2.g1.g4.g7.g8.g12.g13 {
  background-image: url('../images/348s.png');
}

.lightbox-link-3.image1.img2.g1.g4.g7.o9 {
  background-image: url('../images/image.png');
}

.lightbox-link-3.image1.img2.i8.i11 {
  background-image: url('../images/84775965-DCB9-4C9C-98E8-19A41DBBB083-2.jpeg');
}

.lightbox-link-3.image1.img2 {
  background-image: url('../images/IMG_5957.webp');
}

.lightbox-link-3.image1.img2.i8 {
  background-image: url('../images/4C67D6C2-94D5-4FAF-878F-4FEC0371FE7E.jpeg');
}

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

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

.lightbox-link-3.image3.img4.i10.i13 {
  background-image: url('../images/B4C1E1C2-0C93-43F3-A064-413D1922877B.jpeg');
}

.lightbox-link-3.image3.img4.g3 {
  background-image: url('../images/IMG_0514.jpeg');
}

.lightbox-link-3.image3.img4.g3.g6 {
  background-image: url('../images/482700738_17983868681798818_2961831616011854012_n.jpg');
}

.lightbox-link-3.image3.img4.g3.g6.g9 {
  background-image: url('../images/68b3ca3bebe93f66ede667a9_471622979_586399877470532_7892446386482496218_n.jpg');
}

.lightbox-link-3.image3.img4.g3.g6.g9.g10 {
  background-image: url('../images/487724014_17987154977798818_8198036531290067899_n.jpg');
}

.lightbox-link-3.image3.img4.g3.g6.g9.g10.g15 {
  background-image: url('../images/348s-2.jpg');
  background-size: cover;
}

.lightbox-link-3.image3.img4.g3.g6.g9.o11 {
  background-image: url('../images/image-2.png');
  background-size: cover;
}

.lightbox-link-3.image3.img4 {
  background-image: url('../images/F167F6E6-03E6-4DED-BA69-C5D0B610D8E1.jpeg');
}

.lightbox-link-3.image3.img4.i10 {
  background-image: url('../images/79A9854F-E2DE-4A70-9F73-E751C34C1C8D-2.jpeg');
}

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

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

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

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

.background-video {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 400px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

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

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

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

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

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular-27 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.code-embed-6 {
  text-align: left;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer-logo-2 {
  width: 250px;
  height: 120px;
}

.footer-section {
  background-image: linear-gradient(337deg, black, var(--color));
  padding: 131px 5% 10px;
  position: relative;
}

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

.footer-legal-link {
  color: #6b7280;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
}

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

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

.legal-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
}

.social-link {
  color: #9ca3b0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .3s;
  display: flex;
}

.social-link:hover {
  color: #030711;
}

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

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

.footer-link {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
}

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

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

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

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

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

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

.container-16 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.nav-menu-wrapper-2 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.button-right-icon-10:hover {
  background-color: #997e60;
  transform: translate(6px, -6px);
}

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

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

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

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

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

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

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

.header-grid-lead-2 {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.text-block-58 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
}

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

.text-block-59 {
  font-size: 18px;
}

.navigation-list-wrapper-4 {
  background-color: #997e60;
  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-4.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;
}

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

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

.header-column {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.code-embed-8 {
  box-shadow: 0 2px 5px #0003;
}

.header-section-lead {
  background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0006, #0006), url('../images/image-2.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 0 5% 300px;
  position: relative;
}

.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: #000;
  width: 300px;
}

.d-130-arrow-bg {
  background-color: #0057be;
  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);
}

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

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

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

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

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

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

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

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

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

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

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

.action-m-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.bold-text-46 {
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.bold-text-46.n1 {
  color: #0057be;
}

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

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

.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-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

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

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

.text-span {
  font-size: 38px;
}

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

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

.h5-heading {
  color: #0a0a0a;
  text-align: left;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futosans, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

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

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

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

.div-block-5 {
  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-6 {
  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;
}

.form-label {
  opacity: 0;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px;
  font-size: .8em;
  line-height: 1em;
  transition: all .25s;
  display: inline-block;
  position: relative;
  left: 15px;
  transform: translate(0);
}

.form-label.focus-in {
  opacity: 1;
  transform: translate(0, 10px);
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.preform {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  margin-top: -56px;
  padding: 1.5em 2.3em;
}

.preform.shadow-large.padding-medium.is-home {
  margin-top: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-2 {
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form-input {
  color: #222;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  transition: all .1s;
}

.form-input:hover {
  border-color: #89a3ff;
}

.form-input:focus {
  outline-offset: 0px;
  border-color: #2d46ff;
  outline: 3px solid #a4caff;
}

.form-input::placeholder {
  font-weight: 600;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #d00000;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon.is-formsubmit {
  display: inline-flex;
  position: relative;
}

.form {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -22px;
  display: grid;
}

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

.feature-badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #0057be;
  border-radius: 4px;
  width: 120px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.text-block-3 {
  font-family: Futosans, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.title-wrapper-large-3 {
  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;
}

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

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

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

.section-large-5 {
  background-image: linear-gradient(#1668b440, #0057bf66), linear-gradient(#00000091 100%, #fff), url('../images/image-1.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 120px 5%;
  position: relative;
}

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

.title-wrapper-large-4 {
  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;
}

.h3-heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
}

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

.heading-style-h1 {
  color: #000;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
}

.feature_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.feature_card.c1 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Junk-Removal-and-Furniture-Disposal-Facts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.feature_card.c2 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/applianceremovalservicesorangecountyny.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.feature_card.c3 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/construction-debris.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.feature_card.c4 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/275223137_129923666221615_2756485033529649081_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.feature_card.c5 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/IMG_0008-e1655902185833-1024x770.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.feature_card.c6 {
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Best-Junk-Removal-Services.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.text-highlight {
  color: #000;
  background-image: linear-gradient(#0000 10%, #05df72 10% 90%, #0000 90%);
  padding-left: .5rem;
  padding-right: .5rem;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.text-size-large.text-color-secondary {
  color: #fff;
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.text-size-xlarge.text-color-secondary {
  color: #000;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-xlarge.text-weight-medium {
  font-weight: 500;
}

.heading-style-h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-style-h6.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h6.text-weight-semibold.newhb {
  color: #fff;
}

.feature_icon-wrapper {
  border: 1px solid #d4d4d8;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.text-size-xsmall {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.75;
}

.column-large-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

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

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

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

.column-3x-large-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.section-medium {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.section-15 {
  background-color: #19509a;
  border-bottom: 6px solid #143e75;
  border-left: 6px solid #143e75;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 3%;
}

.bold-text-47 {
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-style: italic;
}

.main-button {
  color: #fff;
  text-align: center;
  background-color: #f2994a;
  border: 0 #000;
  border-radius: .21em;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-right: 1.39em;
  padding: .9em;
  font-weight: 600;
  display: flex;
}

.main-button.is--shadow {
  background-color: #24367f;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 1px 60px -16px #f2994aa6;
}

.main-button.is--shadow:hover {
  box-shadow: 0 1px 60px -1px #f2994aa6;
}

.main-button.is--shadow.newbtn {
  box-shadow: none;
  color: #fff;
  background-color: #143e75;
  border-style: none none solid solid;
  border-color: #141414 #141414 #143e75 #143e75;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-radius: 0;
  width: 240px;
  height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  transition-duration: .45s;
  transform: skew(-4deg);
}

.main-button.is--shadow.newbtn.newg {
  background-color: #143e75;
  border-bottom-color: #09274c;
  border-left-color: #09264c;
}

.main-button.is--shadow.newbtn {
  box-shadow: none;
  color: #fff;
  background-color: #2b317e;
  width: 240px;
  height: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  transition-duration: .45s;
}

.main-button.is--shadow.newbtn:hover {
  box-shadow: none;
  transform: translate(4px, -4px);
}

.main-button.is--empty {
  background-color: var(--color);
  border: 1.5px #e4a523;
  width: 249px;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .45s;
}

.main-button.is--empty:hover {
  background-color: var(--color);
  transform: translate(4px, -4px);
}

.is--white-text-bold {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Futosans, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.padding-vertical-large {
  padding-top: 96px;
  padding-bottom: 96px;
}

.home-testimonial_content-wrapper {
  max-width: 500px;
  position: relative;
}

.testimonial-slider_headshot {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.testimonial-slider_icon {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #19509a;
  border: 1px #f9dbcf;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px #143e754d;
}

.testimonial-slider_icon:hover {
  transform: translate3d(0, 0, 20px);
}

.testimonial-slider_icon:active {
  transform: translate(0);
}

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

.section-title {
  text-transform: none;
  border-bottom: 2px solid #e4a523;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.is--white-text-bold-2 {
  color: #fff;
  letter-spacing: .5px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-grid {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-grid.newbtn1 {
  margin-top: 30px;
}

.testmonial-slider_left-arrow {
  perspective: 1000px;
  inset: 0% auto 0% -40px;
}

.testimonial-slider_client-name-wrapper {
  margin-left: 20px;
}

.text-grey {
  color: #000000d1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.page-padding {
  background-color: #ffebe100;
  padding-left: 40px;
  padding-right: 40px;
}

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

.testimonial-slider_client-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-testimonial_deco-layer {
  opacity: .05;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.text-bold {
  font-size: 22px;
  font-weight: 700;
}

.testimonial-slider_hidden-nav {
  display: none;
}

.heading-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

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

.is--orange-text-bold {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-slider {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  padding: 64px;
  box-shadow: 0 2px 5px #0003;
}

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

.testimonial-slider_text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.testmonial-slider_right-arrow {
  perspective: 1000px;
  inset: 0% -40px 0% auto;
}

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

.map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #e4a523;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta-card-outline:hover {
  transform: translate(4px, -4px);
}

.cta-card-outline.nbv {
  background-color: #2b317e;
}

.cta-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

.subheading-regular-3 {
  color: #fff;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.subheading-regular-3.text-color-gray-950 {
  color: #fff;
}

.section-regular-4 {
  background-color: #f5f5f6;
  padding: 60px 5%;
  position: relative;
}

.section-regular-4.background-white {
  background-color: #fff;
  padding-top: 40px;
}

.contact-link {
  color: #fff;
  letter-spacing: -.08px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-wrapper-2 {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  border-radius: 4px;
  padding: 4px;
}

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

.icon-regular-32.newhg {
  color: #e4a523;
}

.icon-regular-32.nhg {
  color: #2b317e;
}

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

.paragraph-regular-4.text-color-gray-600 {
  color: #000;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

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

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

.column-large-4.column-left {
  justify-content: center;
  align-items: flex-start;
}

.h4-heading-4 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .9fr;
  align-items: end;
  margin-bottom: 15px;
}

.icon-inner {
  background-color: #2b317e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-inner.dfg {
  background-color: #e4a523;
}

.cta-map-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 0;
  box-shadow: 0 2px 5px #0003;
}

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

.faq-tab-2 {
  margin-top: -8px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.h2-heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.bold-text-48 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 17px;
  font-weight: 600;
}

.icon-right-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-color-brand {
  color: #0255bb;
}

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

.paragraph-regular-15.text-weight-semibold {
  font-size: 18px;
  font-weight: 700;
}

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

.card-white {
  z-index: 2;
  background-color: #fff0;
  padding: 24px;
  position: relative;
}

.faq-outline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px #e6e6e7;
  border-right: 1px #e6e6e7;
  flex-flow: column;
  display: flex;
}

.faq-content-2 {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #252527;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.button-right-icon {
  color: #3f90c9;
  text-align: center;
  white-space: nowrap;
  background-color: #0255bb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px 12px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: var(--color);
  color: #fff;
  width: 100%;
  transform: translate(4px, -4px);
}

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

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

.faq {
  background-color: #fff;
  border-bottom: 1px #e6e6e7;
  border-left: 1px #e6e6e7;
  border-radius: 4px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

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

.faq-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px;
  display: flex;
}

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

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

.link-block-4 {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block-4:hover {
  color: #e4a523;
  transform: translate(3px, -3px);
}

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

.section-footer-2 {
  background-color: #24336f;
  background-image: linear-gradient(312deg, #0255bb00, #0057be), linear-gradient(#000000bd 100%, #fff), url('../images/image.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 80px 3% 20px;
  position: relative;
}

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

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

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

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

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

.image-62 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-62.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

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

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

.paragraph-x-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-x-small-3.text-color-gray-500 {
  color: #fff;
  font-size: 14px;
}

.footer-logo-3 {
  width: auto;
  height: auto;
}

.image-65 {
  margin-bottom: 20px;
}

.footer-text-link-3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

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

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

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

.paragraph-regular-29 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-29.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

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

.footer-icon-button-2 {
  color: #030711;
  background-color: #0255bb;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button-2:hover {
  background-color: #0255bb;
  transform: translate(3px, -3px);
}

.flex-block-26 {
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  margin-top: 75px;
  margin-bottom: 120px;
}

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

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

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

.h3-heading-5.text-balance.newb {
  color: #fff;
  font-size: 35px;
}

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

.flex-block-27 {
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
}

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

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

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

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

.text-block-5 {
  color: #143e75;
  font-size: 18px;
  font-weight: 700;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 455px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  transform: skew(-4deg);
  box-shadow: 0 2px 5px #0003;
}

.icon-small-5 {
  color: var(--color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.subheading-regular-4 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.icon-9 {
  color: #0255bb;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #0255bb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  transform: skew(-4deg);
}

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

.badge-carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #393837;
  background-color: #f6f5f3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 16px 8px 12px;
  display: flex;
}

.badge-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #ffffff80 8%, #fff0 40% 60%, #ffffff80 92%, #fff);
  position: absolute;
  inset: 0%;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.html-embed-2 {
  opacity: 1;
  width: 100%;
  margin-bottom: -15px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-small-18 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

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

.text-span-5 {
  color: #0255bb;
}

.contact-map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.paragraph-x-large-4 {
  font-size: 20px;
  line-height: 32px;
}

.h2-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

.carousel-horizontal-content-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.carousel-horizontal {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-regular-10 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-10.background-white {
  background-color: #fff;
}

.image-waves {
  z-index: 3;
  background-color: #f7f8fb;
  width: 100%;
  height: 15vh;
  margin-bottom: -150px;
  position: static;
  inset: auto 0% 0%;
}

.image-waves.w4 {
  background-color: #f7f8fb;
  position: relative;
}

.waves {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  margin-top: -145px;
}

.waves.nl6 {
  position: relative;
}

.caption-x-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption-x-small.text-color-tertiary {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 400px;
  display: grid;
}

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

.content-paragraph {
  color: #000;
  margin-bottom: 25px;
}

.content-paragraph.newtestx {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

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

.blog-card-featured {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  background-image: linear-gradient(#000000e6, #fff0), url('../images/image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  width: 200px;
  padding: 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-featured:hover {
  background-color: #fff;
}

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

.review-section {
  background-color: #f5f5f6;
  background-image: linear-gradient(#0a1236e0, #2b68cc00), url('../images/328444536_1833152047058317_2029437816332928085_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 80px 0% 80px 5%;
  position: relative;
}

.review-section.newcta {
  background-image: linear-gradient(#00000073 100%, #fff), linear-gradient(#0a1236e0, #2b68cc00), url('../images/image-1.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.button-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

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

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.icon-right-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.blog-description-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.blog-card-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  background-image: url('../images/95295648_116444030045545_7527624278724837376_n.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  padding: 150px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-row:hover {
  background-color: #fff;
}

.blog-card-row.newcard2 {
  background-image: linear-gradient(354deg, #000000e6, #fff0), url('../images/image-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blog-card-row.newcard {
  background-image: linear-gradient(354deg, #000000e6, #fff0), url('../images/image-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blog-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 4fr;
  width: 100%;
  height: 100%;
}

.code-embed {
  display: none;
}

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

.icon-regular-31.newic {
  color: #fff;
}

.blog-featured-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
}

.button-right-icon-11 {
  background-color: var(--color);
  color: #3f90c9;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px 12px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.button-right-icon-11:hover {
  color: #fff;
  background-color: #e4a523;
  transform: translate(4px, -4px);
}

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

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #2b317e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.button-primary:hover {
  background-color: #3f90c9;
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.h2-heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .9fr;
  align-items: end;
  margin-bottom: 15px;
}

.contact-card-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: row;
  padding: 24px 24px 24px 0;
  text-decoration: none;
  display: flex;
}

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

.paragraph-large-6.text-color-tertiary {
  color: #fff;
}

.subheading-large-4 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.column-large-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 45px 35px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-x-large-2 {
  color: var(--color);
  background-color: #fff;
  border: 1px #0057be;
  border-radius: 10000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px;
  display: flex;
}

.paragraph-small-19 {
  color: #fff;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.contact-grid-2 {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  position: relative;
}

.h1-heading-4 {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.h1-heading-4.newheading {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 30px;
}

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

.paragraph-large-13.text-color-tertiary {
  color: #fff;
}

.container-x-small-2 {
  z-index: 5;
  background-color: #fff0;
  border-radius: 6px;
  width: 100%;
  max-width: 1000px;
  margin-bottom: -500px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0;
  position: relative;
}

.paragraph-small-20 {
  color: #fff;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

.container-regular {
  width: 100%;
  max-width: 1216px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-block-17 {
  font-size: 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: var(--color);
  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: var(--color);
  background-image: none;
  transform: translate(-4px, -4px);
  box-shadow: 0 2px 5px #0003;
}

.code-embed-9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-logo {
  flex: none;
}

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

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

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

.cleaning-nav-link {
  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:hover {
  color: var(--color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-link.mewcontent {
  margin-top: 0;
}

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

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

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

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

.logo2_logo {
  max-height: none;
}

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

.cleaning-top-bar {
  z-index: 2;
  position: relative;
}

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

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

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

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

.heading {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bold-text-50 {
  line-height: 40px;
}

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

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

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

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

.container-19 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.text-block-67 {
  font-size: 18px;
}

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

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

.nav-menu-wrapper-3 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

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

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

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

.navbar-2 {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0%;
  display: none;
  position: absolute;
  top: 30px;
  left: 0%;
  right: 0%;
}

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

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

.h2-heading-9 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.icon-small-7 {
  color: var(--color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-large-5 {
  color: var(--color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-block-70 {
  color: var(--color);
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.text-block-71 {
  color: var(--color);
  font-size: 18px;
  font-weight: 600;
}

.section-large-6 {
  padding: 0 0% 128px;
  position: relative;
}

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

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

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

.link-block-5 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .45s;
  display: flex;
  position: absolute;
}

.link-block-5:hover {
  transform: scale(1.3)translate(0, -6px);
}

.text-block-73 {
  color: var(--color);
  font-size: 18px;
  font-weight: 600;
}

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

@media screen and (min-width: 1280px) {
  .map {
    height: 100%;
  }

  .grid-two-column-6 {
    place-items: center start;
  }

  .cta-map-2 {
    height: 400px;
    min-height: 400px;
  }

  .content-paragraph.newtestx {
    max-width: 500px;
  }

  .blog-card-featured {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr 3.25fr;
  }

  .text-block-17 {
    font-weight: 600;
  }

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .section-large-2.overflow-hidden {
    overflow: visible;
  }

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

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

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

  .feature-grid {
    margin-top: -340px;
  }

  .content-section {
    padding-bottom: 20px;
  }

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

  .grid_1-2.newsec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1500px;
  }

  .feature-card-link {
    max-width: 350px;
  }

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

  .section-regular-3 {
    background-color: #fff;
  }

  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .image-waves.w4 {
    height: 15vh;
    margin-bottom: 1px;
    position: relative;
  }

  .waves.nl6 {
    margin-top: -154px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .navbar-extra {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .logo {
    object-fit: cover;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    margin-bottom: 36px;
    display: flex;
  }

  .navbar-open {
    background-color: #ffffff0a;
    border: 2px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

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

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

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

  .nav-menu-wrapper {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #220b13;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .nav-menu-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

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

  .navbar-close {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .navigation-content {
    width: 100%;
  }

  .navbar {
    top: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .container-15 {
    width: 90%;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .h2-heading {
    font-size: 46px;
  }

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

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

  .process-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-card-primary {
    background-color: #fff;
  }

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

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

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .footer-link {
    flex: none;
    width: auto;
  }

  .nav-menu-wrapper-2 {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #220b13;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

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

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

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .code-embed-8 {
    height: 100%;
  }

  .content-wrapper {
    align-items: flex-start;
  }

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

  .hero-image-block {
    background-position: 50%;
  }

  .preform.shadow-large.padding-medium {
    margin-top: 0;
  }

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

  .padding-vertical-large {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .home-testimonial_content-wrapper {
    max-width: 450px;
  }

  .grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .testmonial-slider_left-arrow {
    width: 60px;
    left: -20px;
  }

  .page-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-slider {
    padding: 60px;
  }

  .testmonial-slider_right-arrow {
    width: 60px;
    right: -20px;
  }

  .column-regular-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .map {
    height: auto;
  }

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

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

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

  .cta-map-2 {
    height: 400px;
  }

  .h2-heading-7 {
    font-size: 36px;
  }

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

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

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

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

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

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

  .flex-block-29 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    grid-template-columns: 1.75fr 1.25fr;
  }

  .column-regular-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-card-featured {
    width: auto;
  }

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

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

  .button-primary {
    width: 100%;
  }

  .h2-heading-8 {
    font-size: 34px;
  }

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

  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navigation-logo {
    flex: none;
  }

  .navigation-dropdown {
    width: 100%;
  }

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

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

  .logo-2 {
    object-fit: cover;
  }

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

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

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

  .logo2_logo {
    max-height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-menu-wrapper-3 {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #220b13;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

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

  .navbar-2 {
    top: 24px;
  }

  .h2-heading-9 {
    font-size: 46px;
  }

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

@media screen and (max-width: 767px) {
  .nav-logo-tablet {
    max-width: 145px;
  }

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

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

  .nav-link {
    font-size: 18px;
  }

  .navbar-button-primary {
    display: none;
  }

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

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

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

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

  .footer-company-details {
    max-width: none;
  }

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

  .footer-legal {
    flex-flow: column;
  }

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

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

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

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

  .content_wrapper {
    padding-left: 40px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }

  .container-15 {
    width: 90%;
  }

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

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

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

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

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

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

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

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

  .h5-heading {
    font-size: 32px;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

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

  .text-size-xlarge {
    font-size: 18px;
  }

  .home-testimonial_content-wrapper {
    max-width: none;
  }

  .testimonial-slider_headshot {
    width: 65px;
    height: 65px;
  }

  .testimonial-slider_icon {
    background-color: #fff;
  }

  .grid-2-col {
    grid-row-gap: 45px;
  }

  .testmonial-slider_left-arrow {
    height: 60px;
    inset: auto auto -80px 0%;
  }

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

  .testimonial-slider {
    margin-bottom: 80px;
    padding: 36px;
  }

  .testimonial-slider_text {
    font-size: 20px;
  }

  .testmonial-slider_right-arrow {
    height: 60px;
    inset: auto auto -80px 70px;
  }

  .map {
    aspect-ratio: auto;
  }

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

  .h4-heading-4 {
    font-size: 32px;
  }

  .cta-map-2 {
    height: 20rem;
  }

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

  .faq-title {
    white-space: pre-line;
  }

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

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

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

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

  .content-paragraph {
    margin-bottom: 60px;
  }

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

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

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

  .h1-heading-4 {
    font-size: 48px;
  }

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

  .cleaning-list-item {
    padding-top: 0;
  }

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

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

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

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

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

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

  .logo2_logo {
    max-height: 2rem;
  }

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

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

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

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

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

  .nav-link-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo-tablet {
    max-width: 180px;
  }

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

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

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

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

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

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-content-wrap {
    background-image: none;
    padding: 5%;
  }

  .header-gradient-overlay {
    background-color: #0000;
  }

  .text-block-48 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .navigation-toggle-2 {
    padding-left: 8px;
  }

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

  .navmenu-tablet-only {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .navbar-open {
    width: 55px;
    height: 55px;
  }

  .display-heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
  }

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

  .slider-wrapper-2 {
    height: 140vh;
  }

  .text-block-50 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .nav-menu-item {
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff5c;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .button-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .navigation-dropdown-1 {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: var(--color);
    margin-right: 75px;
    display: none;
  }

  .container {
    padding-top: 250px;
  }

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

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

  .nav-link {
    letter-spacing: 1px;
  }

  .navigation-list-wrapper-3 {
    background-color: #0c6c0d00;
  }

  .navbar-close {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff2b;
    border: 2px solid #ffffff1a;
    border-radius: 100%;
  }

  .navigation-content {
    padding-left: 0;
  }

  .slider-content {
    padding-top: 0;
  }

  .body-button-normal-4 {
    text-transform: capitalize;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .subheading-small-3 {
    font-size: 40px;
    font-weight: 800;
  }

  .section-large-2.overflow-hidden.n1 {
    z-index: 100;
    background-color: #fff0;
    padding-bottom: 10px;
  }

  .section-large-2.overflow-hidden {
    background-color: #fff;
    margin-top: 0;
    padding-top: 5px;
  }

  .section-large-2.overflow-hidden.new {
    padding-top: 100px;
  }

  .bold-text-42 {
    font-size: 20px;
    font-weight: 600;
  }

  .column-x-small-2 {
    justify-content: center;
    align-items: center;
  }

  .column-x-small-2.nb {
    justify-content: center;
    align-items: flex-start;
  }

  .feature-card-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
  }

  .h3-heading-3.text-balance {
    font-size: 33px;
  }

  .content-h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .content-wrap, .content-section {
    padding-bottom: 0;
  }

  .content-image, .section-2 {
    height: 100%;
  }

  .grid_1-2 {
    padding-top: 0;
  }

  .grid_1-2.newsec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .section-14 {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .image-59.newimg2 {
    z-index: 3;
  }

  .section-large {
    background-image: linear-gradient(#000c, #fff3), url('../images/rsw_984h_1312.webp');
    height: auto;
    padding-top: 140px;
  }

  .paragraph-regular-26 {
    color: #fff;
    font-weight: 300;
  }

  .h2.body-color {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    line-height: 40px;
  }

  .feature-card-head {
    color: #fff;
    background-color: #856a4b;
  }

  .content-wrap-2 {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .feature-card-link {
    background-color: var(--color);
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-45 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }

  .text-span-15 {
    color: #008102;
    text-decoration: underline;
  }

  .code-embed-3 {
    color: #008102;
    background-color: #008102;
  }

  .flex-block-20 {
    width: 100%;
    height: 100%;
  }

  .section-large-3 {
    background-image: linear-gradient(#000c, #fff3), url('../images/546872648_755134164056265_137860239994703936_n.jpg');
    height: auto;
    padding-top: 140px;
  }

  .flex-block-19 {
    flex-flow: column;
    width: 100%;
  }

  .code-embed-4 {
    width: 100%;
  }

  .code-embed-4.newem, .code-embed-4.new41 {
    width: 100%;
    height: 100%;
  }

  .code-embed-4.new41 {
    width: 100%;
    height: 300px;
  }

  .code-embed-4.newem {
    width: 100%;
    height: 100%;
  }

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

  .section-regular {
    padding-top: 50px;
  }

  .paragraph-x-large-3 {
    line-height: 26px;
  }

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

  .contact-map-card {
    width: auto;
    max-width: none;
    right: 12px;
  }

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

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

  .icon-5 {
    color: var(--color);
  }

  .footer-legal-link-2 {
    font-size: 14px;
  }

  .footer-text-link-2 {
    font-size: 16px;
    font-weight: 400;
  }

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

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

  .paragraph-regular-17 {
    text-align: left;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    display: flex;
  }

  .text-block-52.newph {
    color: #fff;
  }

  .footer-logo {
    display: flex;
  }

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

  .footer-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-x-small-2.text-color-gray-500 {
    text-align: center;
  }

  .section-footer {
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .privacy_content_wrapper {
    background-color: #fff0;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-21 {
    font-size: 35px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .mini_button {
    color: #fff;
  }

  .mini_button:hover {
    color: #011d41;
  }

  .read_more_line {
    margin-left: 0;
  }

  .read_more_data_wrapper {
    padding-left: 24px;
  }

  .container-15 {
    width: 90%;
  }

  .privacy_section {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .code-embed-5 {
    border-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .video-content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h2-heading {
    color: #000;
    font-size: 35px;
  }

  .f-section-large {
    z-index: 5;
  }

  .video-block {
    height: 400px;
  }

  .link-block-3 {
    width: 75px;
    height: 75px;
    position: absolute;
    inset: auto;
  }

  .f-blog-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .f-blog-wrapper {
    display: block;
  }

  .f-h5-heading {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 30px;
  }

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

  .process-card-primary {
    background-color: #008102;
    background-image: url('../images/_logo-8.svg');
    background-position: 50%;
    background-size: cover;
  }

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

  .blog-card.card2 {
    top: 0;
  }

  .blog-card.card2.card9 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/brick-wall-repair.webp');
  }

  .blog-card.card3.card1.card5 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/04208694-4ed5-4194-a0e4-e252da80a3cd.jpg');
  }

  .blog-card.card3.card1.ca5 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/43a91263-8452-4f40-a6c4-dfb2ef258c5a.jpg');
  }

  .blog-card.card3.card1.card6 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/bf4d48d8-affc-4f04-8206-b44edf476251.jpg');
  }

  .blog-card.card3.card1.card2 {
    background-image: linear-gradient(#0009 100%, #fff), url('../images/8f9f1108-cc92-49a8-b1e3-02b3048e4fce.jpg');
  }

  .title-heading {
    margin-bottom: -25px;
  }

  .blog-content-wrapper {
    width: 100%;
  }

  .blog-section {
    padding: 5% 5% 15%;
  }

  .blog-title {
    font-size: 25px;
  }

  .title-wrapper-large-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-small-3.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small-3.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .section-small-3.background-secondary.newsec.newsec1.invs1.ml {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .flex-block-4 {
    flex-flow: column;
    width: 100%;
  }

  .lightbox-link-3.image2, .lightbox-link-3.image2.img3, .lightbox-link-3.image2.img3.g2, .lightbox-link-3.image2.img3.g2.g5.g8, .lightbox-link-3.image2.img3, .lightbox-link-3.image1, .lightbox-link-3.image1.img2, .lightbox-link-3.image1.img2.g1, .lightbox-link-3.image1.img2.g1.g4.g7, .lightbox-link-3.image1.img2, .lightbox-link-3.image3, .lightbox-link-3.image3.img4, .lightbox-link-3.image3.img4.g3, .lightbox-link-3.image3.img4.g3.g6.g9, .lightbox-link-3.image3.img4 {
    width: 100%;
  }

  .h3-heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-2.newheading {
    font-size: 25px;
    line-height: 35px;
  }

  .background-video {
    width: 100%;
  }

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

  .flex-block-6 {
    flex-flow: column;
    width: 100%;
  }

  .paragraph-regular-22.newdesc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .bold-text-40 {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 37px;
  }

  .paragraph-regular-27 {
    text-align: left;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

  .container-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-wrapper-2 {
    background-color: #997e60;
    margin-right: 75px;
    display: none;
  }

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

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

  .text-block-57 {
    font-size: 16px;
  }

  .header-grid-lead-2 {
    grid-template-columns: 1fr;
    margin-top: 200px;
  }

  .text-block-58 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .text-block-59 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .navigation-list-wrapper-4 {
    background-color: #0c6c0d00;
  }

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

  .header-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .header-section-lead {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .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: #000;
    width: 300px;
    margin-top: 0;
  }

  .d-130-arrow-bg {
    background-color: #0057be;
    width: 205px;
    transform: skew(25deg);
  }

  .d-130-right-arrow {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .text-block {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .image-full {
    display: none;
  }

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

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

  .subheading-small {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .bold-text-46.n1 {
    color: #0057be;
  }

  .content-image-2 {
    display: none;
  }

  .section-regular-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .hero-image-block {
    box-shadow: none;
    background-image: url('../images/image-1.png');
    border-radius: 6px;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 400px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .text-span {
    color: #ff3130;
  }

  .caption-uppercase.text-weight-medium {
    color: #1b2568;
  }

  .section-7 {
    display: none;
  }

  .div-block-5 {
    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;
  }

  .preform {
    margin-top: -56px;
    padding-top: 1.7em;
  }

  .preform.shadow-large {
    margin-top: 0;
  }

  .preform.shadow-large.padding-medium {
    width: 100%;
    margin-top: 0;
  }

  .preform.shadow-large.padding-medium.is-home {
    margin-top: -56px;
  }

  .form-input:focus {
    outline-color: #cce1ff;
  }

  .button.is-icon.is-formsubmit {
    margin-top: 20px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .preform-main-wrapper {
    width: 100%;
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .feature-badge {
    background-color: #0057be;
  }

  .text-block-3 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .text-block-60 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .section-large-5 {
    display: none;
  }

  .heading-style-h1 {
    text-align: left;
    font-size: 35px;
  }

  .title-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .main-button.is--shadow {
    width: 60%;
    padding-top: 1.2em;
    padding-bottom: 0;
  }

  .main-button.is--shadow.newbtn {
    width: 100%;
    height: 48px;
    margin-right: 0;
    transition-duration: .45s;
  }

  .main-button.is--shadow.newbtn:hover {
    transform: translate(4px, -4px);
  }

  .main-button.is--empty {
    width: 100%;
    transition: all .45s;
  }

  .main-button.is--empty:hover {
    background-color: #3f90c9;
    transform: translate(4px, -4px);
    box-shadow: 0 2px 5px #3f90c9;
  }

  .is--white-text-bold {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
  }

  .padding-vertical-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-slider_icon {
    background-color: var(--color);
  }

  .section-title {
    color: #2b317e;
  }

  .is--white-text-bold-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
  }

  .button-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .testimonial-slider_client-name-wrapper {
    margin-left: 16px;
  }

  .page-padding {
    z-index: 4;
    margin-top: -68px;
    position: relative;
  }

  .page-padding.newpa {
    margin-top: 0;
  }

  .is--orange-text-bold {
    font-size: 16px;
  }

  .testimonial-slider {
    max-width: 90vw;
    margin-bottom: 80px;
    padding: 28px;
  }

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

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

  .testimonial-slider_text {
    font-size: 18px;
  }

  .testimonial-slider_slide {
    max-width: 100%;
  }

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

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

  .h4-heading-4 {
    font-size: 30px;
  }

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

  .cta-map-2 {
    height: 400px;
    margin-top: 20px;
  }

  .h2-heading-7 {
    font-size: 36px;
  }

  .paragraph-regular-15.text-color-tertiary {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .card-white {
    padding: 16px;
  }

  .button-right-icon {
    width: 100%;
    transition-duration: .45s;
  }

  .button-right-icon:hover {
    background-color: var(--color);
    transform: translate(0, -4px);
  }

  .section-regular-6 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .faq-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-legal-links-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

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

  .section-footer-2 {
    padding-bottom: 20px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .text-block-63 {
    font-size: 16px;
  }

  .text-block-63.newph {
    color: #fff;
    font-size: 16px;
  }

  .image-62.newimg2 {
    z-index: 3;
  }

  .paragraph-x-small-3.text-color-gray-500 {
    text-align: center;
  }

  .footer-logo-3 {
    display: flex;
  }

  .footer-text-link-3 {
    font-size: 16px;
    font-weight: 400;
  }

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

  .paragraph-regular-29 {
    text-align: left;
  }

  .flex-block-26 {
    width: 100%;
    height: 100%;
  }

  .h3-heading-5.text-balance {
    font-size: 27px;
  }

  .flex-block-28 {
    flex-flow: column;
    width: 100%;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

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

  .html-embed-2 {
    position: relative;
  }

  .flex-block-29 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .content-paragraph {
    margin-bottom: 15px;
  }

  .content-paragraph.newtestx {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-card-featured {
    background-image: linear-gradient(#000000e6, #fff0), url('../images/337372222_5934527533291351_6321978824413189051_n.jpg');
    width: 100%;
  }

  .review-section {
    flex-flow: column;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .container-large-6 {
    width: 350px;
    max-width: none;
  }

  .button-group-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .blog-card-row {
    flex-flow: column;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .button-right-icon-11 {
    width: 100%;
    transition-duration: .45s;
  }

  .button-right-icon-11:hover {
    background-color: #e4a523;
    transform: translate(0, -4px);
  }

  .button-primary {
    width: 100%;
    transition-duration: .45s;
  }

  .button-primary:hover {
    box-shadow: none;
    background-color: #2b317e;
    transform: translate(4px, -4px);
  }

  .button-primary:active {
    box-shadow: none;
    background-color: #2b317e;
  }

  .h2-heading-8 {
    line-height: .9;
  }

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

  .contact-card-left {
    padding-right: 0;
  }

  .paragraph-large-6.text-color-tertiary {
    font-size: 16px;
    line-height: 26px;
  }

  .column-large-6 {
    background-color: var(--color);
    width: 100%;
    padding-left: 15px;
  }

  .icon-x-large-2 {
    color: var(--color);
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-small-19 {
    font-size: 12px;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-grid-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .h1-heading-4 {
    font-size: 35px;
  }

  .paragraph-large-13.text-color-tertiary {
    font-size: 16px;
    line-height: 26px;
  }

  .container-x-small-2 {
    max-width: none;
  }

  .paragraph-small-20 {
    font-size: 12px;
  }

  .flex-block-30 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-regular-8 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-text-link {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .icon-regular {
    color: var(--color);
  }

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

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

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

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

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

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

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

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

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

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

  .logo-2 {
    flex: none;
  }

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

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

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

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

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

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

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

  .logo2_logo {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bold-text-49 {
    font-size: 30px;
    line-height: .7;
  }

  .bold-text-50 {
    font-style: normal;
    line-height: 36px;
  }

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

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

  .container-19 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-66 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .navigation-toggle-3 {
    padding-left: 8px;
  }

  .text-block-67 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .text-block-68 {
    font-size: 16px;
  }

  .nav-menu-wrapper-3 {
    background-color: var(--color);
    margin-right: 75px;
    display: none;
  }

  .nav-link-2 {
    letter-spacing: 1px;
  }

  .navigation-list-wrapper-5 {
    background-color: #0c6c0d00;
  }

  .navbar-2 {
    margin-top: 30px;
    display: block;
  }

  .text-block-69 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .h2-heading-9 {
    color: #000;
    font-size: 35px;
  }

  .flex-block-31 {
    flex-flow: column;
    width: 100%;
  }

  .link-block-5 {
    width: 75px;
    height: 75px;
    position: absolute;
    inset: auto;
  }
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-06145424 {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-06145424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-06145424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-06145424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-06145424 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-06145424 {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-06145424, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-06145424, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-06145424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f114fbb4-83f7-bd59-8976-9e6d33936ca7-06145425 {
  grid-area: Content;
}

#w-node-e07acb63-6001-e43d-beb0-cfc178345272-06145425, #w-node-e07acb63-6001-e43d-beb0-cfc178345289-06145425, #w-node-e07acb63-6001-e43d-beb0-cfc17834528b-06145425, #w-node-bd9f99a0-537c-0bc9-93ca-31e5436dbd14-06145426, #w-node-bd9f99a0-537c-0bc9-93ca-31e5436dbd2b-06145426, #w-node-bd9f99a0-537c-0bc9-93ca-31e5436dbd2d-06145426, #w-node-fd562eb2-8678-01d9-ffc0-6c765ba0ea73-06145427, #w-node-fd562eb2-8678-01d9-ffc0-6c765ba0ea8a-06145427, #w-node-fd562eb2-8678-01d9-ffc0-6c765ba0ea8c-06145427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae964108-07a0-cfb1-f328-89df2ffd2413-06145428 {
  align-self: center;
}

#w-node-_0ee19bab-26d7-5e4f-98d9-d502f8d2e4a2-06145429, #w-node-_0ee19bab-26d7-5e4f-98d9-d502f8d2e4b9-06145429, #w-node-_0ee19bab-26d7-5e4f-98d9-d502f8d2e4bb-06145429 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-b0997c6d {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-b0997c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-b0997c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-b0997c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44bb-b0997c6d, #w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44fa-b0997c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-b0997c6d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-b0997c6d {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-b0997c6d, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-b0997c6d, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-b0997c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-7affda3b {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-7affda3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-7affda3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-7affda3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44bb-7affda3b, #w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44fa-7affda3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-7affda3b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-7affda3b {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-7affda3b, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-7affda3b, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-7affda3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-96a61649 {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-96a61649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-96a61649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-96a61649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44bb-96a61649, #w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44fa-96a61649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-96a61649 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-96a61649 {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-96a61649, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-96a61649, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-96a61649 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-fe21be6d {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-fe21be6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-fe21be6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-fe21be6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44bb-fe21be6d, #w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44fa-fe21be6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-fe21be6d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-fe21be6d {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-fe21be6d, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-fe21be6d, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-fe21be6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-10a3acf5 {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-10a3acf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-10a3acf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-10a3acf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44bb-10a3acf5, #w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44fa-10a3acf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-10a3acf5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-10a3acf5 {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-10a3acf5, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-10a3acf5, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-10a3acf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce625944-c2bd68a3 {
  justify-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259ad-c2bd68a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259b8-c2bd68a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-c2bd68a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44bb-c2bd68a3, #w-node-_1b4e09f6-36d6-b0db-c31b-2e5db88f44fa-c2bd68a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-c2bd68a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb56414b-2a75-ebb4-95c6-8729ea0e7b89-c2bd68a3 {
  align-self: start;
}

#w-node-db4f5968-696c-02fd-a0c9-a7e66334271e-c2bd68a3, #w-node-db4f5968-696c-02fd-a0c9-a7e663342735-c2bd68a3, #w-node-db4f5968-696c-02fd-a0c9-a7e663342737-c2bd68a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-06145424 {
    justify-self: start;
  }

  #w-node-_2bad938c-af69-5b2c-68c0-9b7927a8531a-06145424 {
    justify-self: center;
  }

  #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-b0997c6d, #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-7affda3b, #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-96a61649, #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-fe21be6d, #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-10a3acf5, #w-node-_0fd77b9d-67c7-a785-bbea-0c4fce6259d4-c2bd68a3 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-06145424, #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-b0997c6d, #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-7affda3b, #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-96a61649, #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-fe21be6d, #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-10a3acf5, #w-node-_971095f5-ac1f-3f6a-859a-7b304dc2423a-c2bd68a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-HeavyItalic.ttf') format('truetype'), url('../fonts/FutoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-Heavy.ttf') format('truetype'), url('../fonts/FutoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futosans';
  src: url('../fonts/FutoSans-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}