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

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

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

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

.buttons {
  color: #fff;
  background-color: #aa1f1e;
  border: 1px #bbb;
  border-radius: 6px;
  padding: 15px 50px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.buttons.newbtn {
  margin-top: 20px;
}

.button-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  flex: 1;
  padding-top: 13px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

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

.ths07-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 110vh;
}

.ths07-hero-slide-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.ths07-hero-slide-title-wrapper.newflex {
  flex-flow: column;
}

.ths07-divider-black {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-left: 0;
  margin-right: 25px;
}

.ths07-divider-black.newdiv1 {
  color: #000;
  background-color: #000;
}

.text-block {
  font-weight: 500;
}

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

.paragraph-large-4.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-divider {
  border-right: 1px dotted #8c8f93;
  width: 1px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.ths07-hero-slide-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 834px;
  display: flex;
  position: relative;
}

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

.cal-link {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

.ths07-hero-slide-image-overlay {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.wrap-h-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 35px;
  display: flex;
}

.ths07-hero-slide-paragraph {
  color: #e5e5e5;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 570px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

.content-feature-line {
  background-color: #d4d4d4;
  flex: 1;
  width: 1px;
}

.ths07-navigation-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths07-hero-slider-arrow {
  z-index: 5;
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  transition: opacity .2s ease-in-out;
  display: flex;
  inset: auto auto 8% 0%;
}

.ths07-hero-slider-arrow:hover {
  opacity: .8;
}

.ths07-hero-slider-arrow.ths07-right-arrow {
  justify-content: flex-end;
  inset: auto 0% 8% auto;
}

.ths07-hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  position: relative;
  overflow: hidden;
}

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

.wrap-v-small-6.align-v-center {
  justify-content: flex-start;
  align-items: center;
}

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

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

.button-texts {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  min-width: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
}

.chevron {
  margin-right: 5px;
}

.paragraph-regular-15 {
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.ths07-bg-line-block {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

.ths07-hero-slide-title {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ths07-hero-slide-title.newsub, .ths07-hero-slide-title.newsidetlte {
  color: #000;
}

.ths07-slide-bg-blocks-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.ths07-hero-slider-nav {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0% 2%;
}

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

.text-block-42 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.ths07-logo {
  width: 150px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.ths07-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-wrapper.btnwrapper1 {
  margin-top: 20px;
}

.button-wrapper.btnwrapper1.newwrap1 {
  justify-content: flex-end;
  align-items: center;
}

.ths07-hero-slide {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design-54-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.ths07-hero-slide.header3 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
}

.ths07-hero-slide.header2 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design-50-1.png');
}

.ths07-hero-slider-arrow-icon {
  width: 100px;
  margin-left: 20px;
}

.ths07-hero-slider-arrow-icon.ths07-rotated {
  margin-left: 0;
  margin-right: 20px;
  transform: rotate(-180deg);
}

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

.ths07-heading-h1 {
  z-index: 9;
  color: #e5e5e5;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.text-block-37 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

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

.image-2.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);
}

.ths07-hero-slide-content-wrapper {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ths07-nav-link-hover-dor {
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 28px auto 0%;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ths07-brand {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.button-filler {
  background-color: #1f1b1b;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.ths07-page-wrapper {
  background-color: #111;
  position: relative;
  overflow: hidden;
}

.ths07-nav-link {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

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

.ths07-nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

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

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

.paragraph-small.text-color-gray-800 {
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 800;
}

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

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

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

.content-image-large {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-image-large.background-brown-100 {
  background-color: #f2eeee;
}

.content-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.section-regular {
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 0 5% 120px;
  position: relative;
  overflow: hidden;
}

.section-regular.newsec {
  padding-bottom: 0;
}

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

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

.column-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

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

.content-image-wrapper {
  background-color: #fff;
  max-width: 488px;
  height: auto;
}

.h4-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.paragraph-x-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

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

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

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

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

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.services_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-global {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services-card-lign {
  background-color: #e0e3eb;
  width: 3.75rem;
  height: 2px;
}

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

.section-services {
  background-color: #f6f8f7;
}

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

.service-card-text {
  color: #2947a9;
  font-size: 1.25rem;
  font-weight: 600;
}

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

.services-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.services-card.background-color-blue {
  background-color: #2947a9;
}

.our-impact-title-text {
  color: #fff;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.bold-text-36 {
  font-size: 28px;
  line-height: 30px;
}

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

.b-badge-icon.newicon {
  color: #d12120;
  width: 20px;
  height: 20px;
}

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

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

.content-button {
  font-size: 10px;
}

.short-image {
  object-fit: cover;
  border-radius: 20px;
  width: 115%;
  max-width: none;
  height: 430px;
  margin-bottom: 45px;
  margin-left: -130px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.section.reverse-color.new111 {
  display: none;
}

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

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

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

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

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

.our-impact-title {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 112px;
  margin-bottom: 32px;
  display: flex;
}

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

.h2-2.body-color {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.h3-heading {
  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.newheading {
  color: #000;
  text-align: center;
}

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

.paragraph-regular-16.newdesc {
  color: #000;
  margin-top: 10px;
}

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

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

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

.paragraph-large-13.text-color-gray-950 {
  color: #1f1e1e;
}

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

.gallery-image-wrapper {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper.newimg1 {
  background-image: url('../images/07626926-2694-442a-b7e5-2582aa2c5da8.webp');
  background-position: 100%;
  border-radius: 8px;
  min-height: 400px;
}

.gallery-image-wrapper.newimg1.newimg3 {
  background-image: url('../images/badd3e07-0e23-4977-84a7-ab4721211b36.webp');
  background-position: 100%;
}

.gallery-image-wrapper.newimg1.newimg3.newig3 {
  background-image: url('../images/76a87fe1-b0fe-4a07-b711-41b9a415b771.webp');
  background-position: 0%;
}

.gallery-image-wrapper.newimg1.newimg4 {
  background-image: url('../images/50ad7ba3-8d78-4edd-9583-83968ef8c6b4.webp');
}

.gallery-image-wrapper.newimg1.newimg5 {
  background-image: url('../images/139b5cce-f0c0-4f34-9fb1-fa6ef71f68d9.webp');
}

.gallery-image-wrapper.newimg1.newimg2 {
  background-image: url('../images/9bdedb06-76fd-4d87-9bbe-ac5fce5f0bc9.webp');
}

.gallery-image-wrapper.newimg1.newimg6 {
  background-image: url('../images/f16be862-4b5f-4a88-b33b-84f4b5cf4d0a.webp');
}

.gallery-image-wrapper.newimg1.newimg6.newig6 {
  background-image: url('../images/c6999d9d-460f-4715-923a-428125a06b34.webp');
  background-position: 50%;
}

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

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

.section-23.newsec {
  margin-top: 20px;
}

.container-11 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

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

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

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

.section-small-3.background-secondary.newsec.newsec1 {
  background-color: #fefefe;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  margin-top: 20px;
  padding-bottom: 200px;
  display: flex;
}

.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-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 60px;
}

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

.card-01-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.card-01 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3 {
  color: #14324a;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.h2 {
  color: #14324a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.inner-card-content-01 {
  padding: 20px;
}

.card-01-button {
  text-align: center;
  text-transform: none;
  background-color: #14324a;
  border-radius: 0;
  width: 100%;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.card-01-button:hover {
  opacity: .9;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #14324ae6;
  border: 1px solid #0000;
  margin-bottom: 24px;
  padding-top: 15px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.no-bottom-pad {
  color: #102536;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.services-section-aconisa {
  background-color: #f8f8ff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 100px;
  display: flex;
}

.card-image {
  background-image: url('../images/Aconisa-Nicaraguaa---Agencia-Aduanera-comp.webp');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
}

.card-image.card-one {
  background-image: url('../images/Aconisa---Almacen-con-montacargas---comp.webp');
}

.card-image.card-two {
  background-image: url('../images/Aconisa-Nicaragua---Transporte-y-Almacen-comp.webp');
  background-position: 50%;
}

.card-content-01 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 90%;
  margin-top: -75px;
  padding: 0;
}

.cards-01-inner-wrap {
  width: 100%;
  max-width: 1100px;
}

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

.div-block {
  background-color: #f4761f;
  width: 80px;
  height: 2px;
}

.div-block.nj1 {
  background-color: #f4761f;
  width: 80px;
  height: 2px;
  margin-top: 10px;
  margin-left: 10px;
}

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

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

.overline-small.text-color-gray-600 {
  color: #fff;
  margin-bottom: 0;
}

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

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 25px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 40px;
  display: flex;
}

.section-large {
  background-image: linear-gradient(#000c, #fff3), url('../images/833412422832099019-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px 5%;
  position: relative;
}

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

.paragraph-regular-17.newregualr {
  margin-bottom: 15px;
}

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

.div-block-11 {
  background-color: #f3f3f3;
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 380px;
  height: 550px;
}

.div-block-11.divblock2 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/_DSC1980-1920w.webp');
  width: 100%;
}

.div-block-11.divblock3 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/842802737948631723-2.JPG');
  width: 100%;
}

.div-block-11.divblock3._4 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/833412422832099019-2.JPG');
}

.div-block-11.divblock3._5 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/3866201914478170227-2.JPG');
}

.div-block-11.divblock3._6 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/ConstructionscienceHeaderImage.png');
  background-position: 0 0, 100%;
}

.div-block-11.divblock3._6.i7 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/451-1.png');
}

.div-block-11.divblock3._6.i8 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/Flexible-Membrane-Floor-Prep-and-Layout-13.jpg');
}

.div-block-11.divblock1 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/150351823358850788-2.JPG');
  background-position: 0 0, 50%;
  width: 100%;
}

.text-block-43 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

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

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

.section-header-small {
  background-color: #fdf9ee;
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/5245416560398991488-2.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 120px 3%;
  position: relative;
  overflow: hidden;
}

.section-header-small.ahero {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/CSM-students-on-jobsite.jpg');
}

.section-header-small.her4 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/6837385291866400074-2.JPG');
}

.section-header-small.her4.n4 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/1105853669144418822-2.JPG');
}

.section-header-small.l1 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/833412422832099019-2.JPG');
}

.section-header-small.l1.k3 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/8873371542483535186-2.JPG');
}

.section-header-small.l1.k3.ml76 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/ConstructionscienceHeaderImage.png');
}

.section-header-small.newhead4 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/3562878418527393567-2.JPG');
  background-position: 0 0, 50%;
}

.section-header-small.newhead55 {
  background-image: linear-gradient(1deg, #0009 100%, #fff0), url('../images/2519540098324672245-2.JPG');
}

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

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

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.paragraph-regular-18 {
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

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

.icon-right.newicon2 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.icon-right.newicon1 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

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

.badge-icon {
  color: #fff;
  background-color: #f1e6ff00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.h1-heading {
  color: #fff;
  letter-spacing: -2.4px;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

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

.container-header {
  border-left: 1px solid #b1bbc8;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 62px;
}

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

.wrap-v-small-7.align-v-center {
  justify-content: flex-start;
  align-items: center;
}

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

.wrap-v-small.align-l {
  align-items: flex-start;
}

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

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  background-image: url('../images/btn-graphic.svg'), linear-gradient(205deg, #d4010a, #0d1541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #282556;
  transform: translate(0);
}

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

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

.max-width-large {
  max-width: 749px;
}

.header-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 32px;
  align-items: center;
  padding: 6px 12px 6px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.section-25 {
  background-image: url('../images/Untitled-design-23.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: -120px;
  position: relative;
  transform: rotate(180deg);
}

.section-25.new1.new2 {
  z-index: 1;
  margin-top: -112px;
  margin-bottom: -118px;
  transform: none;
}

.section-25.new1.new2.n6 {
  margin-bottom: -44px;
}

.section-25.new1.ml6 {
  margin-top: -52px;
  transform: none;
}

.section-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 40px;
  display: flex;
}

.div-block-15 {
  background-color: #f3f3f3;
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 380px;
  height: 550px;
}

.div-block-15.divblock2 {
  width: 100%;
}

.div-block-15.divblock3 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/8654f2ad-4e36-4b14-b684-44d16042eb12.jpg');
  width: 100%;
}

.div-block-15.divblock1 {
  background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/0d1366b5-ffde-45c3-b03d-43ffe1f1c3d5.jpg');
  background-position: 0 0, 100%;
  width: 100%;
}

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

.content-card-b {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 486px;
  padding: 32px;
  display: flex;
}

.section-regular-2 {
  background-color: #f3f3f3;
  background-image: url('../images/646f55e4780ceb1d6e789e46_About--Services-Bg.png');
  background-position: 0 0;
  background-size: cover;
  padding: 80px 0% 0;
  position: relative;
}

.section-regular-2.newsec1 {
  padding-bottom: 10px;
}

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

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.paragraph-large-2.text-weight-medium {
  color: #000;
}

.content-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

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

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

.content-feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 40px;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-items: center;
}

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

.bold-text {
  font-size: 38px;
  line-height: 40px;
}

.content-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.content-image-b {
  border-radius: 8px;
  height: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}

.cta-feature-card-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f3f3f3;
  border: 1px #eaedf0;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.team-cta-image {
  width: 200px;
  height: 80px;
}

.newimg1 {
  filter: invert();
}

.gallery-carousel-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d8dbdf;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  max-width: 364px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 32px;
  display: flex;
}

.h6-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-regular-19 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-19.text-color-tertiary {
  color: #000;
  line-height: 26px;
}

.team-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.code-embed-2 {
  text-align: center;
  display: none;
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary, .bold-text-3 {
  color: #000;
}

.button-wrapper-small {
  width: 100%;
  max-width: 160px;
}

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

.paragraph-regular-20.newdesc {
  color: #000;
  margin-top: 10px;
}

.carousel-horizontal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  display: flex;
}

.gallery-carousel-image {
  aspect-ratio: 3.64 / 5.16;
  border-radius: 16px;
  flex: none;
  max-width: 364px;
  overflow: hidden;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.h1-heading-2.text-weight-regular {
  font-weight: 400;
}

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

.team-cta-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px 32px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.text-color-brand-orange {
  color: #aa1f1e;
  font-weight: 600;
}

.text-block-44 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.text-block-44.newblock {
  color: #000;
  font-weight: 700;
}

.carousel-horizontal {
  width: 100vw;
  position: relative;
  left: -5%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

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

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

.title-wrapper-large-7 {
  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-regular-6 {
  background-color: #f3f3f3;
  background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 80px 5%;
  position: relative;
}

.appointment-button-text-div-container {
  width: 90%;
}

.appointment-button-div-main {
  background-color: #c40b0b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 45px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: skew(-6deg);
}

.appointment-button-div-main.l3 {
  background-color: #161616;
  width: 340px;
}

.appointment-button-div-main.newbtn {
  background-color: #161616;
  width: 300px;
  height: 45px;
  transform: skew(-6deg);
}

.appointment-button-div-main.newbtn.ntb5n {
  background-color: #d66d24;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  background-image: url('../images/Untitled-design-27.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.make-an-appointment-arrow-div.btnimg {
  background-image: url('../images/Untitled-design-27.svg');
  background-position: 0%;
  background-size: cover;
  width: 60px;
  height: 45px;
}

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

.icon-regular-15.newicon {
  margin-left: 11px;
}

.make-an-appointment-text {
  color: #fff;
  margin-left: -40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.make-an-appointment-text.newtext {
  margin-left: 5px;
}

.make-an-appointment-text.l2 {
  margin-left: 0;
}

.make-an-appointment-text.l2.nl6 {
  text-align: center;
}

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

.row-small.wrap-children {
  flex-flow: row;
  margin-top: 20px;
}

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

.icon-regular-16.newav11 {
  color: #fff;
}

.label-small {
  font-size: 14px;
  line-height: 20px;
}

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

.label-small.text-weight-semibold.text-color-black {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

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

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

.dropdown-card-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h4-heading-3 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.section-large-4 {
  background-image: linear-gradient(#000000c4 100%, #fff), url('../images/6870434123241458879-2.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 57px;
  padding: 108px 5% 250px;
  position: relative;
}

.content-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #8b8a89;
  background-color: #161616;
  background-image: url('../images/Untitled-design-33.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px #f0edea;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-link:hover {
  color: #ff443d;
  background-color: #161616;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

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

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

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

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  display: flex;
}

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

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

.content-links.mewlonks {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 133px;
}

.contact-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  padding: 24px;
  display: flex;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---heading-h2-size {
  margin-top: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
  overflow: hidden;
}

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

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---card-team-v1 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---heading-h3-size-link {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #4a3aff;
}

.brix---hidden-desktop {
  display: none;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---paragraph-default {
  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---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.icon-regular-17.icon3 {
  width: 40px;
  height: 40px;
}

.image-3 {
  width: 200px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-footer {
  background-color: #161616;
  padding: 80px 3% 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.reasons-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.reasons-wrapper.nl4 {
  margin-top: 97px;
}

.reasons-container {
  background-color: #161616;
  background-image: url('../images/Untitled-design-33.svg'), url('../images/Untitled-design-14.png');
  background-position: 85% 2%, 50% 100%;
  background-size: cover, cover;
  border: 1px #e0e3eb;
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  padding: 2rem 1rem 6.5rem;
}

.reasons-big-text {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.reasons_small-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  color: #fff;
  background-color: #0057be;
  font-size: 16px;
  font-weight: 700;
}

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

.text-block-2 {
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.flex-block-4 {
  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;
}

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

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

.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.image4 {
  background-image: url('../images/337178563716671278-2.JPG');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

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

.lightbox-link-3.image4.img6 {
  background-image: url('../images/1367405206440961836-2.JPG');
}

.lightbox-link-3.image4.img6.img7 {
  background-image: url('../images/6594088602736928664-2.JPG');
}

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

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

.lightbox-link-3.image2._6.an {
  background-image: url('../images/8543566919150324151-2.JPG');
  text-decoration: none;
  transition: all .45s;
}

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

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/5798956642276496650-2.JPG');
}

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

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

.lightbox-link-3.image6.img8 {
  background-image: url('../images/5796863610394943336-2.JPG');
}

.lightbox-link-3.image6.img9 {
  background-image: url('../images/6432789098132297199-2.JPG');
}

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

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

.lightbox-link-3.image1.ani {
  background-image: url('../images/8301030173498032098-2.JPG');
  background-position: 0%;
  background-size: cover;
  text-decoration: none;
}

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

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

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

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

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

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

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

.lightbox-link-3.image5.img7 {
  background-image: url('../images/6150806516342541994-2.JPG');
}

.lightbox-link-3.image5.img7.img8 {
  background-image: url('../images/2558815942270402838-2.JPG');
}

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

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.text-block-4 {
  color: #fff;
  margin-left: 15px;
  font-weight: 700;
}

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

.contact-item {
  color: #4a494b;
  border-right: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.contact-item:hover {
  color: #0074a2;
}

.nav-container {
  border-top: 1px #fff6;
  border-radius: 1px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

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

.container-2 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.header-ribbon {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

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

.nav-logo {
  max-width: 100%;
  height: 150px;
}

.nav-brand {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav__css {
  position: fixed;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
}

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

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

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

.social-list {
  padding-left: 5px;
  padding-right: 15px;
}

.social-list.social-list-twitter {
  padding-right: 0;
}

.contact_data {
  align-items: center;
  display: flex;
}

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

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

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

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

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

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

.cal-link-2 {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

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

.header-ribbon {
  background-color: #fff0;
  background-image: url('../images/Untitled-design-4.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.navbar-2 {
  z-index: 800;
  background-color: #03192700;
  height: 100px;
  padding-top: 0;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.link-text-hov {
  color: #fff;
}

.bold-text-41 {
  letter-spacing: normal;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  line-height: 55px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.success-message-2 {
  text-align: center;
  background-color: #86c1a0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-regular-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-card-2 {
  background-color: #161616;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  padding: 55px 24px 45px;
  box-shadow: 0 2px 5px #0003;
}

.contact-text-area {
  color: #fff;
  background-color: #fff0;
  border: 1px #22242f;
  border-bottom: 1px solid #d66d23;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  min-height: 100%;
  margin-bottom: 0;
  padding: 20px 24px 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .45s;
  display: block;
}

.contact-text-area:hover {
  transform: translate(4px, -4px);
}

.contact-text-area:active, .contact-text-area:focus {
  border-color: #333647;
}

.contact-text-area::placeholder {
  color: #fff;
}

.contact-form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #22242f;
  border-bottom: 1px solid #d66d23;
  border-radius: 0;
  min-height: 54px;
  margin-bottom: 0;
  padding: 20px 24px 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .45s;
}

.contact-text-field:hover {
  transform: translate(4px, -4px);
}

.contact-text-field:active {
  border-color: #333647;
}

.contact-text-field:focus {
  border-color: #45485f;
}

.contact-text-field::placeholder {
  color: #fff;
}

.column-x-large-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  margin-bottom: 25px;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

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

.footer-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

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

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

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

.icon-x-large {
  color: #3d89e7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

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

.text-block-45 {
  font-weight: 600;
}

.cal-link-3 {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

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

.button-full {
  flex-direction: column;
  width: 100%;
  display: block;
}

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

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

.subheading-regular-8 {
  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-8.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-logo {
  padding-left: 0;
  display: flex;
}

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

.footer-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
  display: grid;
}

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

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

.footer-social-links-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.subheading-regular-12 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.navigation-menu-left-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: static;
}

.dropdown-grid-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

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

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

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

.dropdown-image {
  border-radius: 8px;
}

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

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

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

.cleaning-list-item.page:hover {
  color: #3d89e7;
  border-bottom-color: #3d89e7;
}

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

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

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ababab;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-link:hover {
  background-color: #ffffff14;
}

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

.dropdown-footnote-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

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

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

.cleaning-navbar-container {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 5%;
  display: none;
}

.nav-menu-wrapper-4 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -35px;
  display: flex;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 600;
}

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

.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: #3d89e7;
  background-image: linear-gradient(#3d89e7, #124dac);
  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: #3d89e7;
  background-image: linear-gradient(#3d89e7, #124dac);
  transform: translate(-4px, -4px);
  box-shadow: 0 2px 5px #0003;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  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: #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;
}

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

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

.column-regular-5.column-space-between {
  justify-content: space-between;
}

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

.dropdown-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

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

.column-large-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.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: #3d89e7;
}

.cleaning-nav-link:active {
  color: #d61f02;
}

.logo-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: -70px;
}

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

.icon-large-3.newicon {
  width: 26px;
  height: 26px;
}

.navigation-dropdown-toggle-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.navigation-dropdown-toggle-4:hover {
  color: #fff;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

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

.navigation-dropdown-toggle-4.w--open {
  background-color: #52525252;
}

.footer-social-link-5 {
  color: #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.footer-main-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 288px;
  display: flex;
}

.dropdown-featured-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}

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

.footer-column.newcolumn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

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

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

.text-block-46 {
  font-size: 16px;
  font-weight: 600;
}

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

.footer-company-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.dropdown-icon-block {
  color: #fff;
  background-color: #fff;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-secondary-small-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #124dac;
  letter-spacing: -.25px;
  background-color: #fff;
  border: 1px #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-small-5:hover {
  color: #3d89e7;
  background-color: #fff;
  border-color: #ffffff1f;
}

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

.paragraph-x-small-9 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small-9.text-color-gray-500 {
  color: #124dac;
}

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

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

.nav-main__container-3 {
  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: flex;
  position: relative;
}

.navigation-dropdown-list-3 {
  background-color: #0000;
  padding-top: 32px;
  overflow: hidden;
}

.navigation-dropdown-list-3.w--open {
  left: -345px;
}

.logo-3 {
  margin-top: -20px;
  position: relative;
}

.dropdown-card-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(#3d89e7, #124dac 99%, #fff);
  border-radius: 16px;
  flex-direction: column;
  min-width: 994px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

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

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

.line-wrap-3 {
  transform-style: preserve-3d;
}

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

.column-x-large.new1 {
  display: none;
}

.paragraph-small-19 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

.subheading-regular-3 {
  color: #2f261d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-regular-3.text-weight-semibold {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.text-block-47 {
  font-weight: 500;
}

.cal-link-4 {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-block-48 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.paragraph-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.section-aboutus {
  position: relative;
}

.aboutus_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #161616;
  background-image: url('../images/Untitled-design-33.svg'), url('../images/Untitled-design-30.svg');
  background-position: 87% 0, 50%;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: center;
  height: 625px;
  padding: 2.8rem 1.5rem 3rem;
  display: flex;
  position: absolute;
  inset: 10% -50% 10% 80%;
}

.aboutus_image-wrapper {
  width: 65%;
  position: relative;
}

.button-3 {
  color: #2947a9;
  text-align: center;
  background-color: #fff;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #f9995d;
}

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

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

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

.f-blog-tabs {
  display: flex;
}

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

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

.f-blog-tabs-content {
  margin-left: 98px;
}

.f-blog-avatar {
  background-color: #f7f9fd;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

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

.f-sub-heading-large {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.f-blog-badge-category {
  color: #642eff;
  text-align: center;
  background-color: #f7f5ff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.blog-category-title-2 {
  color: #160042;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.f-blog-tab-menu-vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.f-blog-category {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

.blog-category-icon {
  width: 16px;
  height: 16px;
  margin-right: 13px;
}

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

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

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

.f-text-color-gray-500 {
  color: #6b7094;
}

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

.blog-tumbnail-300 {
  border-radius: 8px;
  height: 300px;
  margin-bottom: 32px;
  overflow: hidden;
}

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

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

.f-blog-title-wrapper-left {
  z-index: 5;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

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

.f-blog-author-wrapper {
  align-items: center;
  height: 48px;
  display: flex;
}

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

.f-blog-tab-link-large {
  color: #160042;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  min-width: 295px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  font-size: 14px;
}

.f-blog-tab-link-large.w--current {
  background-color: #f7f9fd;
}

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

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

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

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

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

.paragraph-normal-normal {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}

.f-blog-grid {
  grid-column-gap: 99px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.95fr;
}

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

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

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

.f-blog-form-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 49px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-blog-form-button:hover {
  background-color: #282556;
}

.f-blog-form-button:active {
  background-color: #160042;
}

.f-blog-form-button:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

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

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

.f-blog-form-square {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  padding: 12px 16px;
}

.f-blog-form-square::placeholder {
  color: #b6b9ce;
  letter-spacing: -.01em;
  font-size: 14px;
}

.f-blog-avatar-wrapper-small {
  align-items: center;
  height: 48px;
  margin-top: 24px;
  display: flex;
}

.paragraph-normal-bold {
  letter-spacing: -.03em;
  font-weight: 500;
}

.blog-icon {
  width: 16px;
  height: 16px;
  margin-left: 13px;
  margin-right: 13px;
}

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

.f-blog-category-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .gallery-image-wrapper.newimg1.newimg4 {
    background-image: url('../images/50ad7ba3-8d78-4edd-9583-83968ef8c6b4.webp');
  }

  .gallery-image-wrapper.newimg1.newimg5 {
    background-image: url('../images/139b5cce-f0c0-4f34-9fb1-fa6ef71f68d9.webp');
  }

  .gallery-image-wrapper.newimg1.newimg6 {
    background-image: url('../images/79cc3262-5516-40df-9bbb-b920718af227.webp');
  }

  .gallery-image-wrapper.newimg1.newimg6.newig6 {
    background-image: url('../images/b8e92a58-79ce-4064-86a8-c6c4a414990d.webp');
  }

  .cleaning-navbar-container {
    max-width: none;
  }

  .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 (max-width: 991px) {
  .navigation-content {
    width: 100%;
  }

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

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

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

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

  .chevron {
    margin-right: 20px;
  }

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

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

  .content-features {
    grid-template-columns: 1fr 1fr;
  }

  .services_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .our-impact-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .card-01-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-section-aconisa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-01-inner-wrap {
    flex-direction: row;
    display: block;
  }

  .container-header {
    padding-top: 32px;
    padding-left: 32px;
  }

  .content-card-b {
    max-width: none;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .reasons-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .social-media {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .container-2 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__container {
    justify-content: space-between;
  }

  .nav-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .nav__inner {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

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

  .nav__inner-2 {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

  .navigation-dropdown-3 {
    width: 100%;
  }

  .navigation-menu-left-2 {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

  .dropdown-grid-large {
    grid-template-columns: 2fr;
  }

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

  .nav-menu-wrapper-4 {
    margin-top: 10px;
  }

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

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

  .logo-2 {
    object-fit: cover;
  }

  .navigation-dropdown-toggle-4 {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-featured-links {
    max-width: 40%;
  }

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

  .navigation-dropdown-list-3 {
    padding-top: 0;
  }

  .navigation-dropdown-list-3.w--open {
    padding-top: 8px;
    position: static;
  }

  .logo-3 {
    object-fit: cover;
  }

  .dropdown-card-large-2 {
    min-width: auto;
  }

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

  .nav__wrapper-2 {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .paragraph-2 {
    font-size: .875rem;
  }

  .aboutus_text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    top: 8%;
    bottom: 8%;
    right: -50%;
  }

  .button-3 {
    font-size: .75rem;
  }

  .f-blog-tabs {
    flex-direction: column;
  }

  .f-blog-tabs-content {
    margin-left: 0;
  }

  .f-blog-tab-menu-vertical {
    margin-bottom: 40px;
  }

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

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

@media screen and (max-width: 767px) {
  .button-wrapper {
    margin-top: 45px;
  }

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

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

  .h4-heading {
    font-size: 32px;
  }

  .services_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .spacer-large {
    padding-top: 2rem;
  }

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

  .padding-global.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-section-small.hidden {
    padding-bottom: 0;
  }

  .section-services {
    margin-top: 0;
    padding-top: .5rem;
  }

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

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

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

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

  .section-header-small {
    overflow: hidden;
  }

  .container-header {
    border-left-style: none;
    padding-left: 0;
  }

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

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

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

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-regular-6, .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

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

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

  .footer-company-details {
    max-width: none;
  }

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

  .footer-legal {
    flex-flow: column;
  }

  .reasons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu-wrapper {
    margin-top: 0;
  }

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

  .text-block-4 {
    display: none;
  }

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

  .contact-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__trigger {
    margin-left: 8px;
  }

  .nav-link {
    display: none;
  }

  .social-list, .nav__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-wrapper {
    flex-direction: row;
  }

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

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

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

  .footer-link-grid, .footer-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .cleaning-list-item {
    padding-top: 0;
  }

  .nav-menu-wrapper-4 {
    margin-top: 0;
  }

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

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

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

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

  .dropdown-featured-links {
    max-width: 50%;
  }

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

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

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

  .paragraph-2 {
    font-size: .875rem;
  }

  .aboutus_text-wrapper {
    position: static;
  }

  .aboutus_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .button-3 {
    width: 100%;
  }

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

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

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

@media screen and (max-width: 479px) {
  .buttons {
    width: 100%;
  }

  .ths07-hero-section {
    min-height: 130vh;
  }

  .ths07-divider-black {
    background-color: #fff;
  }

  .ths07-hero-slide-content-block {
    align-items: flex-start;
    margin-top: 149px;
  }

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

  .ths07-hero-slide-paragraph {
    line-height: 27px;
  }

  .ths07-hero-slider-arrow {
    opacity: 100;
    width: auto;
    padding-left: 10px;
    bottom: 10%;
  }

  .ths07-hero-slider-arrow.ths07-right-arrow {
    padding-right: 10px;
    bottom: 10%;
  }

  .ths07-hero-slider {
    min-height: 130vh;
  }

  .paragraph-regular-15 {
    text-align: left;
    width: 260px;
    font-size: 15px;
  }

  .ths07-hero-slide-title {
    text-align: center;
  }

  .ths07-hero-slide-title.newsub {
    max-width: 300px;
  }

  .ths07-slide-bg-blocks-wrapper {
    min-height: 110vh;
  }

  .ths07-hero-slider-nav {
    bottom: 5%;
  }

  .ths07-header {
    height: 100px;
    display: none;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .ths07-hero-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-2 {
    padding-bottom: 0;
  }

  .ths07-heading-h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-39 {
    color: #fff;
  }

  .image-2.newimg2 {
    z-index: 8;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .button-filler {
    background-color: #191919;
  }

  .paragraph-small.text-color-gray-800 {
    display: none;
  }

  .content-image-large {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-features {
    margin-top: 60px;
  }

  .section-regular {
    background-image: url('../images/Untitled-design-36.svg');
    background-position: 50%;
    background-size: cover;
  }

  .h4-heading {
    font-family: Outfit, sans-serif;
    font-weight: 600;
    line-height: 1.1;
  }

  .paragraph-x-large {
    font-weight: 300;
  }

  .subheading-regular {
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .services_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
  }

  .spacer-large {
    padding-top: 1rem;
  }

  .padding-global.hidden-mobile {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-small.hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-services {
    background-color: #fff;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-card-text {
    font-size: 1rem;
  }

  .services-card {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .services-card.background-color-blue.card2 {
    background-image: linear-gradient(#2947a999 100%, #fff), url('../images/Website-Graphic-12.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .services-card.background-color-blue.card3, .services-card.background-color-blue.card6 {
    background-image: linear-gradient(#2947a999 100%, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .services-card.card1 {
    background-image: linear-gradient(#000000b3 100%, #fff), url('../images/Website-Graphic-10.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid_1-2-2 {
    padding-top: 0;
  }

  .bold-text-36 {
    font-size: 23px;
    line-height: 25px;
  }

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

  .content-wrap {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .short-image {
    width: 100%;
    max-height: 350px;
    margin-top: -90px;
    margin-left: 0;
  }

  .section.reverse-color {
    padding-top: 0;
  }

  .section.reverse-color.new111 {
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(#000c 100%, #fff), url('../images/3333.jpeg');
    background-position: 50%, 0 0, 50% 100%;
    background-size: cover, auto, cover;
    margin-top: 100px;
    padding-bottom: 60px;
    display: block;
  }

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

  .h2-2.body-color {
    line-height: 24px;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 37px;
  }

  .h3-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading.newheading {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-large-13.text-color-gray-950 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .gallery-image-wrapper.newimg1 {
    filter: none;
    background-image: url('../images/2024-04-25.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg3 {
    filter: none;
    background-image: url('../images/2024-02-15-3.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg3.newig3 {
    filter: none;
    background-image: url('../images/3333.jpeg');
  }

  .gallery-image-wrapper.newimg1.newimg4 {
    filter: none;
    background-image: url('../images/2024-07-06-1.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg5 {
    filter: none;
    background-image: url('../images/2024-02-15.jpg');
    background-position: 50%;
  }

  .gallery-image-wrapper.newimg1.newimg2 {
    filter: none;
    background-image: url('../images/1222.jpeg');
  }

  .gallery-image-wrapper.newimg1.newimg6 {
    background-image: url('../images/2024-02-15_1.jpg');
  }

  .gallery-image-wrapper.newimg1.newimg6.newig6 {
    background-image: url('../images/66d0aa7e050e710de1e48a45_2024-04-26.jpg');
  }

  .title-wrapper-large-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .section-23 {
    grid-template-columns: 1fr;
  }

  .container-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .h2-heading-5 {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-right: 15px;
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    display: flex;
  }

  .section-small-3.background-secondary.newsec {
    padding-top: 60px;
    display: block;
  }

  .section-small-3.background-secondary.newsec.newsec1 {
    background-color: #fefefe;
    background-image: url('../images/64722386290e384f56283ebc_Why-Us-Section-Bg.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    padding-top: 60px;
    display: block;
  }

  .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: 50px;
    padding-top: 60px;
  }

  .h2 {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 30px;
  }

  .margin-bottom-24px-3 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .paragraph.no-bottom-pad {
    color: #102536;
  }

  .services-section-aconisa {
    background-color: #fff;
    border-bottom-style: none;
    padding-top: 3rem;
    padding-bottom: 60px;
  }

  .div-block {
    background-color: #f4761f;
    width: 65px;
    height: 2px;
    margin-top: 9px;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block.nj1 {
    width: 100px;
  }

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

  .bold-text-37 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .bold-text-38 {
    font-weight: 600;
  }

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

  .section-3 {
    flex-flow: column;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .heading {
    margin-bottom: 10px;
    font-family: Outfit, sans-serif;
  }

  .section-large {
    background-image: linear-gradient(#000000eb 100%, #fff3), url('../images/Untitled-Design-54-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    padding-top: 140px;
  }

  .paragraph-regular-17.newregualr {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
  }

  .section-2 {
    height: 100%;
  }

  .div-block-11.divblock2 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/_DSC1980-1920w.webp');
    background-position: 0 0, 50%;
    width: 100%;
  }

  .div-block-11.divblock3 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/1105853669144418822-2.JPG');
    width: 100%;
  }

  .div-block-11.divblock3._4 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/833412422832099019-2.JPG');
  }

  .div-block-11.divblock3._5 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/8873371542483535186-2.JPG');
  }

  .div-block-11.divblock3._6 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/ConstructionscienceHeaderImage.png');
    background-position: 0 0, 100%;
  }

  .div-block-11.divblock1 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/2519540098324672245-2.JPG');
    width: 100%;
  }

  .div-block-11.divblock1.divb2 {
    background-image: linear-gradient(#0000, #00000085 38%, #000c), url('../images/6594088602736928664-2.JPG');
  }

  .section-24 {
    position: absolute;
  }

  .wrap-v-x-large {
    margin-top: -65px;
    margin-left: 10px;
  }

  .section-header-small {
    background-image: linear-gradient(#0000008c 100%, #fff), url('../images/6870434123241458879-2.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .header-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-regular-18 {
    text-align: left;
    width: 260px;
    font-size: 15px;
  }

  .h1-heading {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .container-header {
    padding-bottom: 50px;
  }

  .wrap-v-small.align-l {
    margin-top: 60px;
  }

  .wrap-v-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button-right-icon {
    background-image: linear-gradient(205deg, #000, #a84f0a 69%);
    width: 100%;
    margin-right: 20px;
  }

  .header-badge {
    border-radius: 6px;
  }

  .paragraph-large-bg.text-weight-medium {
    font-size: 18px;
    line-height: 27px;
  }

  .section-25 {
    z-index: 12;
    background-image: url('../images/Untitled-design-22.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100px;
    margin-top: 0;
    position: absolute;
    inset: auto 0% -3%;
    transform: rotate(180deg);
  }

  .section-25.new1 {
    background-image: url('../images/Untitled-design-36.svg');
    background-position: 50%;
    background-size: cover;
    margin-top: -60px;
    position: static;
    inset: auto 0% -28%;
  }

  .section-25.new1.new2 {
    margin-top: -15px;
    margin-bottom: -100px;
    position: relative;
    transform: none;
  }

  .section-26 {
    background-color: #000;
    width: 100%;
    height: 300px;
  }

  .div-block-13 {
    margin: 5%;
  }

  .section-27 {
    flex-flow: column;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .div-block-15.divblock2, .div-block-15.divblock3, .div-block-15.divblock1 {
    width: 100%;
  }

  .content-card-b {
    padding: 24px;
  }

  .section-regular-2 {
    padding: 40px 5% 10px;
  }

  .section-regular-2.newsec1 {
    display: none;
  }

  .content-feature-wrapper {
    flex-direction: column;
  }

  .bold-text {
    font-size: 32px;
  }

  .bold-text-39 {
    font-size: 28px;
    line-height: 37px;
  }

  .team-cta-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrapper-small {
    max-width: 210px;
  }

  .team-cta-outline {
    grid-auto-flow: row;
    display: none;
  }

  .appointment-button-text-div-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .appointment-button-text-div-container.n1 {
    width: 80%;
  }

  .appointment-button-div-main {
    border-radius: 6px;
    width: 100%;
    height: 45px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .appointment-button-div-main.l3 {
    background-color: #161616;
    width: 100%;
  }

  .appointment-button-div-main.newbtn {
    background-color: #161616;
    border-radius: 0;
    width: 100%;
  }

  .appointment-button-div-main.newbtn.ntb5n {
    background-color: #d66d24;
    margin-top: 20px;
  }

  .make-an-appointment-arrow-div {
    background-color: #e3220b00;
    background-image: url('../images/Untitled-design-27.svg');
    background-position: 0%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 45px;
  }

  .make-an-appointment-arrow-div.btnimg {
    background-image: url('../images/Untitled-design-27.svg');
  }

  .icon-regular-15.newicon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 15px;
  }

  .make-an-appointment-text {
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .row-small.wrap-children {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    padding: 0% 8% 10%;
  }

  .row-small.wrap-children.newwrap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .icon-regular-16, .icon-regular-16.newav11 {
    color: #f4761f;
  }

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

  .h4-heading-3 {
    margin-bottom: 10px;
    font-family: Outfit, sans-serif;
    font-size: 32px;
    line-height: 40px;
  }

  .section-large-4 {
    background-image: linear-gradient(#000000ad 100%, #fff0), url('../images/5123402164397277714-2.JPG');
    background-position: 0 0, 50%;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 235px;
    display: block;
    position: static;
  }

  .content-link {
    background-color: #161616;
    background-image: url('../images/Untitled-design-33.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .content-link:hover {
    background-color: #161616;
  }

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

  .contact-grid {
    flex-flow: column;
  }

  .contact-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: -90px;
  }

  .content-links {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .content-links.mewlonks {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 60px;
  }

  .contact-heading {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 96px;
    display: block;
    position: relative;
  }

  .brix---card-team-v1 {
    background-image: linear-gradient(#0000, #0d1541cc), url('../images/2023-09-09.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 12px;
    width: 336px;
    height: 500px;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---card-team-v1.newimg1 {
    background-image: linear-gradient(#0000, #0d1541cc), url('../images/Untitled-design-10.png');
  }

  .brix---card-team-v1.newimg2 {
    background-image: linear-gradient(#0000, #0d1541cc), url('../images/Elegant-Beige-and-White-Kitchen-Design.jpeg');
  }

  .brix---slide-item-mg {
    width: 335px;
    height: 500px;
  }

  .brix---btn-slider-arrow-right---top-left {
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #0d1541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    border-style: none;
    border-radius: 12%;
    top: 220px;
    bottom: -72px;
    left: -4%;
  }

  .brix---btn-slider-arrow-right---top-right {
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #0d1541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    border-style: none;
    border-radius: 12%;
    top: 220px;
    bottom: -72px;
    right: -4%;
  }

  .brix---paragraph-default {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-15 {
    justify-content: center;
    align-items: center;
    margin-top: 465px;
    margin-bottom: 0;
    margin-left: -100px;
    display: flex;
  }

  .section-15.newsec1 {
    margin-left: -50px;
  }

  .brix---heading-h3-size {
    color: #fff;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .image-3 {
    width: 200px;
  }

  .footer-text-link {
    font-size: 16px;
    font-weight: 400;
  }

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

  .footer-icon-button, .footer-icon-button:hover, .footer-icon-button:active {
    background-color: #f4761f;
  }

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

  .icon-regular-18.new14.neq {
    color: #f4761f;
  }

  .footer-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

  .section-footer {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .footer-logo {
    display: flex;
  }

  .paragraph-x-small-2.text-color-gray-500 {
    text-align: center;
  }

  .paragraph-regular-21 {
    text-align: left;
  }

  .reasons-wrapper {
    margin-top: 45px;
  }

  .reasons-container {
    background-color: #161616;
    background-image: url('../images/Untitled-design-33.svg');
    background-position: 100%;
    background-size: cover;
    border-radius: 4px;
    padding-left: 1rem;
    box-shadow: 0 2px 5px #0003;
  }

  .reasons-big-text {
    color: #fff;
    font-weight: 700;
  }

  .reasons_small-text {
    color: #fff;
  }

  .paragraph-regular-22.newdesc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .badge-regular.gray {
    background-color: #0057be;
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-40 {
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 37px;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .title-wrapper-large-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .lightbox-link-3.image4 {
    background-image: url('../images/337178563716671278-2.JPG');
  }

  .lightbox-link-3.image2._6.an {
    background-image: url('../images/5118149713014908054-2.JPG');
  }

  .lightbox-link-3.image2._6.an.a2 {
    background-image: url('../images/5798956642276496650-2.JPG');
  }

  .lightbox-link-3.image6 {
    background-image: url('../images/2073208695001390613-2.JPG');
  }

  .lightbox-link-3.image1.ani {
    background-image: url('../images/8301030173498032098-2.JPG');
  }

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

  .lightbox-link-3.image3.an {
    background-image: url('../images/5123402164397277714-2.JPG');
  }

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

  .lightbox-link-3.image5 {
    background-image: url('../images/4569068405685288152-2.JPG');
  }

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

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

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

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: block;
    position: static;
  }

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

  .nav-container {
    border-top-style: none;
  }

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

  .menu-line.m1 {
    width: 30px;
  }

  .menu-line.m2 {
    width: 20px;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 0;
  }

  .container-2.header-ribbon {
    justify-content: center;
    align-items: center;
  }

  .line-wrap {
    width: 40px;
    height: 39px;
    margin-right: 10px;
  }

  .nav-logo {
    max-width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .icon-regular-19 {
    color: #d4010a;
    margin-right: 5px;
  }

  .footer-text-link-2 {
    font-weight: 500;
  }

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

  .footer-text-link-2.w--current {
    color: #ede32c;
  }

  .footer-text-link-2.new11.w--current {
    color: #fff;
  }

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .nav-wrapper {
    margin-top: 0;
  }

  .nav__inner {
    background-color: #161616;
  }

  .cal-link-2 {
    width: 40px;
    height: 40px;
  }

  .footer-large-grid {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .navbar-2 {
    padding-top: 10px;
  }

  .bold-text-41 {
    letter-spacing: normal;
    font-family: Outfit, sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 37px;
  }

  .bold-text-41.newt1 {
    font-size: 40px;
  }

  .bold-text-41.t1 {
    font-size: 45px;
  }

  .heading-2 {
    color: #fff;
    font-size: 24px;
  }

  .contact-card-2 {
    background-color: #161616;
    background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
    background-position: 50% 0;
    background-size: cover;
    padding-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .contact-text-area {
    color: #fff;
    border-bottom-color: #f4761f;
  }

  .contact-text-area::placeholder {
    color: #fff;
  }

  .contact-text-field {
    color: #fff;
    border-bottom-color: #f4761f;
  }

  .contact-text-field::placeholder {
    color: #fff;
  }

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

  .footer-link {
    font-size: 16px;
    font-weight: 300;
  }

  .nav__inner-2 {
    background-color: #161616;
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
  }

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

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

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

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

  .cal-link-3 {
    width: 40px;
    height: 40px;
  }

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

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

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

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

  .cleaning-container-regular {
    display: none;
  }

  .footer-grid-5 {
    z-index: 1;
    align-items: center;
    position: relative;
  }

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

  .navigation-container {
    display: flex;
  }

  .dropdown-footnote {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-menu-left-2 {
    z-index: 9;
    background-color: #161616;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0% auto auto 0%;
  }

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

  .overline-6.text-color-white.newt {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
  }

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

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

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

  .cleaning-navbar-container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    display: block;
    position: absolute;
  }

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

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

  .nav__bar-3 {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: none;
    position: static;
  }

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

  .logo-2 {
    flex: none;
    margin-top: 8px;
    margin-left: -35px;
  }

  .icon-large-3 {
    color: #fff;
  }

  .icon-large-3.newicon {
    width: 26px;
    height: 26px;
  }

  .footer-social-link-5 {
    background-color: #ffffff40;
    border-radius: 8px;
  }

  .footer-main-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .dropdown-featured-links {
    max-width: none;
  }

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

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

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

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

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

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

  .logo-3 {
    flex: none;
  }

  .logo-3.newlogo {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: -25px;
  }

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

  .paragraph-regular-23 {
    color: #fff;
    font-size: 16px;
  }

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

  .nav__wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
  }

  .line-wrap-3 {
    z-index: 8;
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: relative;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

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

  .column-x-large.new1 {
    display: none;
  }

  .subheading-regular-3.text-weight-semibold {
    font-size: 20px;
  }

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

  .paragraph-2 {
    font-size: .875rem;
  }

  .aboutus_text-wrapper {
    height: 100%;
    margin-top: -36px;
    padding: 5rem 1rem 6rem;
  }

  .aboutus_image-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .aboutus-image {
    height: 350px;
    margin: 0% 0% -8%;
    position: relative;
  }

  .div-block-16 {
    margin: 5%;
  }

  .f-blog-wrapper {
    display: block;
  }

  .f-blog-wrapper.ml {
    display: none;
  }

  .f-blog-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .f-h5-heading {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 30px;
  }

  .bold-text-42 {
    font-family: Outfit, sans-serif;
    font-size: 35px;
  }
}

#w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-a0d9ef69, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-a0d9ef69, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-a0d9ef69, #w-node-a72e3f44-e661-3b5d-a9d6-5dd10737c068-0737c067, #w-node-f0a56855-25c4-1614-4f96-480acaa467d2-caa467ba, #w-node-f0a56855-25c4-1614-4f96-480acaa468dc-caa467ba, #w-node-f0a56855-25c4-1614-4f96-480acaa468e2-caa467ba, #w-node-f0a56855-25c4-1614-4f96-480acaa468e4-caa467ba, #w-node-_15bdb9a1-8817-3bfe-1af5-55c460c95a88-42d6e9c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15bdb9a1-8817-3bfe-1af5-55c460c95a8a-42d6e9c8 {
  justify-self: end;
}

#w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-42d6e9c8, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-42d6e9c8, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-42d6e9c8, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-d2ea8ef3, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-d2ea8ef3, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-d2ea8ef3, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-ca1a2ab7, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-ca1a2ab7, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-ca1a2ab7, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-ca1a2ab7, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-ca1a2ab7, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-73a1cc26, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-73a1cc26, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-73a1cc26, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-73a1cc26, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-73a1cc26, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-ec9414ce, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-ec9414ce, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-ec9414ce, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-ec9414ce, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-ec9414ce, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-2911a0fd, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-2911a0fd, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-2911a0fd, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-2911a0fd, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-2911a0fd, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-6cfec462, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-6cfec462, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-6cfec462, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-6cfec462, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-6cfec462, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-23cc01ae, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-23cc01ae, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-23cc01ae, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-23cc01ae, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-23cc01ae, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d3767-a552b49d, #w-node-_36a0c785-3286-ff46-a54a-4e66cc1d37a3-a552b49d, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c10-a552b49d, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c16-a552b49d, #w-node-d3f581d2-9da6-f10a-3b36-dc24c46e2c18-a552b49d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f0a56855-25c4-1614-4f96-480acaa467d2-caa467ba {
    order: 9999;
  }

  #w-node-f0a56855-25c4-1614-4f96-480acaa46887-caa467ba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0a56855-25c4-1614-4f96-480acaa46887-caa467ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0a56855-25c4-1614-4f96-480acaa46887-caa467ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


