:root {
  --default-radius: 10px;
  --main-color: #4bc076;
  /* --main-color: #4b83c0; */
  /* --bg-color: #c7d9ed; */
  --bg-color: #c7edcf;
  --black: black;
  --transparent: white;
}

.navbar-no-shadow {
  position: static;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

.nav-menu-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  border-radius: var(--default-radius);
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--bg-color);
  color: var(--black);
}

.button-primary:active {
  background-color: var(--main-color);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  grid-column-gap: 30rem;
  grid-row-gap: 30rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.image {
  width: 150px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/Jsk72-llc-2.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  min-height: 100vh;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.hero-wrapper.wrp {
  justify-content: space-around;
}

.hero-split {
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.hero-split.remove {
  padding-left: 0;
  padding-right: 0;
}

.hero-split.bbg {
  background-color: rgba(0, 0, 0, 0.5);
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.button-primary-2 {
  border-radius: var(--default-radius);
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  background-color: var(--bg-color);
  color: var(--black);
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: var(--default-radius);
  object-fit: cover;
  width: 400px;
  height: 500px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

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

.heading-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-3 {
  border-radius: var(--default-radius);
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.div-block {
  background-color: var(--main-color);
  padding: 2rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block.mainpage {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.ikonik-eoh9p {
  color: var(--bg-color);
}

.path-iygfog {
  color: var(--bg-color);
}

.path-hs5ou {
  color: var(--main-color);
}

.ikonik-gpnkt {
  color: #fff;
  width: 35px;
  height: 35px;
}

.div-block-2 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.features-metrics {
  background-color: var(--main-color);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.div-block-4 {
  border-radius: var(--default-radius);
  background-color: var(--bg-color);
  padding: 2rem;
}

.three {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.three:hover {
  border-radius: var(--default-radius);
  background-color: var(--main-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.three:focus {
  color: var(--bg-color);
}

.three.not-bg {
  background-color: #fff;
}

.three.no-bd,
.three.not-bgm {
  box-shadow: none;
}

.image-3 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

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

.div-block-26 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url("../images/restaurant.png");
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-26.main-content.rmbg {
  background-color: var(--transparent);
  background-image: none;
}

.image-4 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.text-link-arrow {
  color: #1a1b1f;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.main-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 1rem;
  padding: 1rem 4rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}

.main-button:hover {
  color: #ff9100;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9100;
}

.main-button.big-b {
  border-color: #fff;
}

.main-button.big-b.bt1 {
  background-color: var(--main-color);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
}

.image-5 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.div-block-27 {
  opacity: 0.4;
  background-color: #ff9100;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-4 {
  color: #000;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.arrow-embed {
  color: var(--main-color);
  margin-left: 2px;
  display: flex;
}

.grid {
  grid-column-gap: 5rem;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

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

.grid.bb-grid {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.pricing-card-text {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-25 {
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.pricing-description {
  color: #000;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

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

.div-block-31 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.ikonik-4oclp {
  color: var(--main-color);
  width: 35px;
  height: 35px;
  position: relative;
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-12 {
  color: var(--main-color);
  font-size: 24px;
}

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

.text-block-13 {
  color: var(--main-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.ikonik-fk5y9,
.ikonik-pg1bx,
.ikonik-pk10y,
.ikonik-7l8xr,
.ikonik-26hmv {
  color: var(--main-color);
  width: 35px;
  height: 35px;
}

.div-block-34 {
  width: 100%;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 600px;
  display: flex;
  position: relative;
}

.container-7 {
  min-width: 1080px;
}

.image-6 {
  object-fit: cover;
  width: 50%;
  height: 800px;
  position: static;
}

.image-6.img {
  width: 100%;
}

.div-block-35 {
  background-image: url("../images/happy-clean-4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-7 {
  flex: 0 auto;
}

.heading-8 {
  color: var(--transparent);
  font-size: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 15%;
}

.div-block-36 {
  background-color: var(--main-color);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-37 {
  position: relative;
}

.heading-9 {
  color: var(--transparent);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 15%;
  right: auto;
}

.div-block-38 {
  position: relative;
}

.heading-10 {
  color: var(--transparent);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.text-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-11 {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-39 {
  position: absolute;
}

.div-block-40 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/happy-clean-8.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-41,
.div-block-42 {
  flex: 1;
  position: relative;
}

.image-8 {
  object-fit: cover;
  height: 100%;
  position: relative;
}

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

.heading-12 {
  color: var(--transparent);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 4%;
}

.heading-13 {
  color: var(--transparent);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.heading-14 {
  color: var(--transparent);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.paragraph-2 {
  color: var(--transparent);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.heading-15 {
  color: var(--transparent);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 30%;
  right: 0%;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-43 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.hero-wrapper-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.text-block-19,
.field-label-7 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.div-block-47 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  object-fit: cover;
  border-radius: 1rem;
  width: 500px;
  height: 400px;
}

.ikonik-6d9xwj {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.text-block-18 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.ikonik-0zc57 {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.path-0xv4t {
  color: var(--main-color);
}

.heading-16 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-20 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.ikonik-xqokl {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.text-field-5 {
  border-radius: 1rem;
}

.div-block-46 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content.main-ctn {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url("../images/happy-clean-5.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 10rem;
  position: relative;
}

.div-block-48 {
  background-color: #fff;
  border-radius: 1rem;
  width: 600px;
  padding: 1rem;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.2);
}

.margin-bottom-24px-4 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.textarea-2 {
  min-height: 150px;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.div-block-45 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  display: block;
}

.div-block-49 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: var(--transparent);
}

.text-block-22 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-17 {
  color: var(--transparent);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.div-block-50 {
  z-index: 2;
  border-radius: var(--default-radius);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  display: flex;
  position: relative;
}

.text-block-23 {
  color: var(--transparent);
  text-align: center;
}

.heading-18 {
  color: var(--transparent);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-51 {
  flex-flow: column;
  justify-content: space-between;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 30px 40px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.button-primary-5.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #000;
  font-family: Montserrat, sans-serif;
}

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

.footer-legal-link {
  color: #000;
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-52 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.hero-wrapper-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.text-block-24,
.field-label-8 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.div-block-53 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-11 {
  object-fit: cover;
  border-radius: 1rem;
  width: 400px;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.ikonik-6d9xwj-2 {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.text-block-25,
.field-label-6,
.field-label-5 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.ikonik-0zc57-2 {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.heading-19 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-26 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.ikonik-xqokl-2 {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.field-label-4 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.div-block-54 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-55 {
  background-color: #fff;
  border-radius: 1rem;
  width: 600px;
  padding: 1rem;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.2);
}

.margin-bottom-24px-5 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.div-block-56,
.div-block-57 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/happy-clean-3.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-20 {
  color: var(--transparent);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.paragraph-3 {
  color: var(--transparent);
  text-align: center;
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-27 {
  text-decoration: none;
}

.image-12,
.image-13,
.image-14,
.image-15,
.image-16,
.image-17,
.image-18,
.image-19 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.section-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/happy-clean-2.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.hero-without-image {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-12.pdp {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-12.pad {
  padding-top: 0;
  padding-bottom: 0;
}

.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-6 {
  color: var(--transparent);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.heading-21 {
  color: var(--transparent);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-28 {
  color: var(--transparent);
}

.text-block-28.button-primary {
  font-size: 16px;
}

.link-block-9 {
  text-decoration: none;
}

.hero-wrapper-two-2 {
  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-7 {
  margin-bottom: 24px;
}

.text-span {
  color: var(--main-color);
}

.section-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/happy-clean-3.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.div-block-59 {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  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-8 {
  color: var(--transparent);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading-22 {
  color: var(--transparent);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-heading-left-2 {
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-5.dm-bg {
  border-radius: var(--default-radius);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/happy-clean-1.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 500px;
  height: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.shadow-two-3 {
  border-radius: var(--default-radius);
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.text-block-29 {
  color: var(--main-color);
}

.heading-23 {
  font-size: 24px;
  line-height: 24px;
}

.heading-24 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-30 {
  color: var(--main-color);
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_heading {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.paragraph-11 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_component {
  margin-top: 7rem;
}

.uui-space-medium-6 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_icon-wrapper {
  color: #0085ff;
  width: 30px;
  height: 30px;
}

.accordion-icon_vertical-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: 0.75rem;
  position: absolute;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_horizontal-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 0.75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion-icon_component-3 {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.ikonik-hdrjf {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.ikonik-ka7r6h {
  color: #000;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.text-block-31 {
  color: var(--main-color);
}

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

.text-block-32 {
  color: var(--transparent);
  font-family: Montserrat, sans-serif;
}

.heading-25 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-61 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2rem;
  display: flex;
}

.ikonik-6iw5y {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--default-radius);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ikonik-m3fim {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.text-block-33 {
  color: var(--main-color);
}

.div-block-64 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-65 {
  display: flex;
}

.div-block-66 {
  margin-top: 5rem;
}

.text-block-34 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-26,
.text-block-35,
.heading-27,
.text-block-36 {
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.link-block-10 {
  text-decoration: none;
}

.hero-heading-left-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-6 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  border-radius: var(--default-radius);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/happy-clean-1.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-split-6.bnm {
  border-radius: var(--default-radius);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/happy-clean-3.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 500px;
  height: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-split-6.bnm.img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/happy-clean-2.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.margin-bottom-24px-10 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.div-block-67 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-37 {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-68 {
  justify-content: space-between;
  align-items: flex-start;
}

.heading-28 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.div-block-69 {
  flex-flow: column;
  justify-content: space-around;
  padding-top: 1rem;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

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

.heading-29 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url("../images/");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  width: 300%;
  height: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.image-20 {
  object-fit: cover;
  flex: 1;
  height: 500px;
}

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

.div-block-71 {
  background-color: var(--bg-color);
  flex: 1;
  padding: 1rem 1rem 1rem 5rem;
}

.div-block-71.bigg {
  background-color: var(--transparent);
  padding-left: 0;
  padding-right: 0;
}

.text-block-39 {
  max-width: 400px;
}

.div-block-72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-72.pd-deb {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10rem;
  display: flex;
}

.text-block-40 {
  color: var(--black);
  max-width: 500px;
  font-family: Montserrat, sans-serif;
}

.heading-30 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-73 {
  width: 100%;
  display: flex;
}

.bold-text-5,
.bold-text-6 {
  font-weight: 600;
}

.bold-text-7,
.heading-31 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.image-21 {
  width: 150px;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 200px;
}

.ikonik-u85wv {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.ikonik-cfsw2 {
  color: var(--main-color);
  width: 35px;
  height: 35px;
}

.heading-32 {
  margin-top: 0;
}

.html-embed-4 {
  display: none;
}

.link {
  color: var(--main-color);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.remove {
    width: 100%;
  }

  .shadow-two {
    object-fit: cover;
    width: 100%;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .div-block.mainpage {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    max-width: 728px;
  }

  .features-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .container-6 {
    max-width: 728px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-overview {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    min-height: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-40 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/happy-clean-8.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-height: 0;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .div-block-41,
  .div-block-42 {
    display: none;
  }

  .heading-14 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-15 {
    text-align: left;
    font-size: 18px;
    top: auto;
    bottom: 0%;
    left: 40%;
    right: 0%;
  }

  .div-block-43 {
    line-height: 18px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-wrapper-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .container-9 {
    max-width: 728px;
  }

  .image-10 {
    display: none;
  }

  .content.main-ctn {
    padding-top: 5rem;
  }

  .content.main-ctn.ctn-max {
    padding-top: 0;
  }

  .div-block-50 {
    margin-top: 0;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .image-11 {
    display: none;
  }

  .hero-without-image {
    padding-bottom: 0;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-heading-left-2 {
    padding-top: 0;
  }

  .container-13 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    order: -1;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-5.rvs-2 {
    order: 1;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .hero-heading-left-4 {
    padding-top: 0;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-6.bnm {
    width: 100%;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-37 {
    justify-content: center;
    align-items: center;
  }

  .heading-29 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .gallery-overview {
    padding-top: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block {
    position: relative;
  }

  .div-block-71.bigg {
    order: 1;
  }

  .div-block-72.pd-deb {
    padding-left: 5rem;
  }

  .div-block-73 {
    flex-flow: column;
  }

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

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

  .menu-button-2.w--open {
    background-color: var(--main-color);
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-heading-left,
  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading-right,
  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .features-block {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .features-title {
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .three {
    max-width: 250px;
  }

  .main-button.big-b {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .pricing-overview {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-heading {
    font-size: 16px;
    font-weight: 600;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-split-3 {
    width: 100%;
    margin-top: 0;
  }

  .hero-wrapper-3 {
    margin-bottom: 0;
  }

  .container-9 {
    max-width: 100%;
  }

  .content.main-ctn {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-48 {
    width: 100%;
  }

  .margin-bottom-24px-4 {
    margin-bottom: 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-split-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-wrapper-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .container-11 {
    max-width: 100%;
  }

  .heading-19 {
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-55 {
    width: 100%;
  }

  .margin-bottom-24px-5 {
    margin-bottom: 0;
  }

  .heading-20 {
    font-size: 24px;
    font-weight: 600;
  }

  .div-block-58 {
    padding: 1rem;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-without-image {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-4 {
    min-height: 0;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-two-3 {
    border-radius: var(--default-radius);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 1rem;
  }

  .hero-heading-left-2 {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .hero-heading-left-4 {
    padding: 1rem 15px 60px;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-37 {
    justify-content: center;
    align-items: center;
  }

  .heading-29 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .gallery-overview,
  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .text-block-40 {
    max-width: 300px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .bold-text-10 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-left {
    min-height: 0;
  }

  .container-2 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 20px;
  }

  .button-primary-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
    display: flex;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .container-4 {
    max-width: none;
  }

  .margin-bottom-24px-2,
  .heading-3 {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 16px;
    font-weight: 500;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .features-wrapper {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .div-block-4 {
    width: 100%;
  }

  .three {
    max-width: 100%;
  }

  .main-button.big-b.bt1 {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .container-6 {
    max-width: none;
  }

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

  .div-block-29 {
    flex-flow: column;
  }

  .pricing-overview {
    padding-bottom: 5rem;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .pricing-description {
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .section {
    min-height: 0;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .div-block-40 {
    min-height: 0;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .hero-split-3 {
    margin-top: 0;
  }

  .container-9 {
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-16 {
    font-size: 16px;
    line-height: 20px;
  }

  .content.main-ctn {
    padding-bottom: 0;
  }

  .margin-bottom-24px-4,
  .text-block-22 {
    font-size: 16px;
  }

  .heading-17 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-50 {
    margin-top: 0;
  }

  .heading-18 {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-subscribe {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-10 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-5.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-11 {
    max-width: none;
    margin-bottom: 5rem;
  }

  .heading-19,
  .margin-bottom-24px-5 {
    font-size: 16px;
  }

  .heading-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .section-3 {
    min-height: auto;
  }

  .hero-without-image {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-12 {
    max-width: none;
  }

  .container-12.pdp {
    padding-bottom: 0;
  }

  .margin-bottom-24px-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-21 {
    font-size: 20px;
    line-height: 20px;
  }

  .section-4 {
    min-height: auto;
  }

  .margin-bottom-24px-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-13 {
    max-width: none;
  }

  .heading-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-14 {
    max-width: none;
  }

  .div-block-69 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-29 {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-71,
  .div-block-71.bigg {
    padding-left: 1rem;
  }

  .div-block-72 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-72.pd-deb {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-30 {
    line-height: 32px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .bold-text-8,
  .bold-text-9 {
    font-weight: 500;
  }

  .bold-text-10,
  .bold-text-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-12 {
    font-size: 16px;
  }
}

#w-node-_75373ea4-8f8d-8499-dc91-175a55d3af91-8aa4391d,
#w-node-_6ea131db-e82a-6b0d-40a7-c1172dc8c7a9-8aa4391d,
#w-node-_6d135c1e-f1cf-290f-2c49-efb2f32b54f4-8aa4391d,
#w-node-_1ffafcc9-0fe0-a97d-3a46-8f52cbdd6cb2-8aa4391d,
#w-node-e74d1f67-262c-67da-4bb0-284064428dc5-8aa4391d,
#w-node-c3b80244-f9c2-ae9b-7399-df29b3551b5e-8aa4391d,
#w-node-e3dfce2b-6a3e-a2a4-444a-64361ad92e35-8aa4391d,
#w-node-a148989d-bbe2-3670-88b1-31d0cea68eeb-8aa4391d,
#w-node-a7e2b518-f019-2b3c-7cc3-6cf8e367d55e-8aa4391f,
#w-node-a7e2b518-f019-2b3c-7cc3-6cf8e367d56a-8aa4391f,
#w-node-a7e2b518-f019-2b3c-7cc3-6cf8e367d575-8aa4391f,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e7214a-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e72156-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e72161-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e7216c-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e72177-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e72182-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e7218d-f4fc94f6,
#w-node-df853f9e-1e4d-acba-2ca2-4de737e72198-f4fc94f6,
#w-node-ebc8c4ee-d574-172e-a311-893ba7420bd4-77b1167b,
#w-node-ebc8c4ee-d574-172e-a311-893ba7420be0-77b1167b,
#w-node-ebc8c4ee-d574-172e-a311-893ba7420beb-77b1167b,
#w-node-ebc8c4ee-d574-172e-a311-893ba7420bf6-77b1167b,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f200-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f212-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f213-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f214-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f215-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f216-9e75762a,
#w-node-_58225709-9efc-13cc-c361-24a6c0f9c5b2-9e75762a,
#w-node-_012d7e69-d03d-e02b-89af-9658f3a46649-9e75762a,
#w-node-f425e9c2-339a-99a5-21e3-80df844d87d4-9e75762a,
#w-node-_12d792c2-40ec-2773-0f5b-355e87cf43e3-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f217-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f218-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f219-9e75762a,
#w-node-bef3eb28-cd21-35fc-7a04-5540d561f21b-9e75762a,
#w-node-_7481132a-2e40-ad61-130a-cb09ea16b377-9e75762a,
#w-node-f9fa33b4-6038-7cf8-e394-4f496037d0f1-9e75762a,
#w-node-_6faeb7bf-271a-49de-28b4-e623397a4117-9e75762a,
#w-node-_6ef40c27-6838-8caa-eb5b-f532828c13a8-9e75762a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bef3eb28-cd21-35fc-7a04-5540d561f200-9e75762a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bef3eb28-cd21-35fc-7a04-5540d561f200-9e75762a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
