:root {
  --paragraph-color: #7e7e7e;
  --secondary-color: #1c2752;
  --primary-color: #d4af37;
  --white: white;
  --white-background-color: #f4f4f4;
  --light-gold: #ffe99f;
  --light-grey: #d2d2d2;
  --midnight-blue: #111833;
  --lightest-blue: #f0fbff;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

body {
  color: var(--paragraph-color);
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--secondary-color);
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.3;
}

h2 {
  color: var(--secondary-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

h3 {
  color: var(--secondary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

h4 {
  color: var(--secondary-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  color: var(--secondary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.5;
}

h6 {
  color: var(--secondary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
}

p {
  color: var(--paragraph-color);
  letter-spacing: .02em;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--secondary-color);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary-color);
}

ul, ol {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: var(--paragraph-color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: 50px solid var(--secondary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  letter-spacing: .02em;
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 60px 100px 60px 60px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.top-bar-section {
  z-index: 950000000;
  background-color: #f2f2f2;
  position: relative;
}

.container {
  max-width: 100%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.top-bar-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-bar-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.top-bar-opening-hour {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 0;
}

.top-bar-social-link {
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-section {
  z-index: 999999;
  background-color: var(--white);
  position: relative;
}

.header-section.fixed {
  z-index: 99999;
}

.header-wrap.fixed {
  z-index: 100;
  position: fixed;
  inset: 0% 40px auto;
}

.logo-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.header-link-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-link-item {
  align-items: center;
  margin-left: 65px;
  display: flex;
}

.header-link-icon-wrap {
  background-color: var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
}

.header-link-content {
  padding-left: 15px;
}

.typography-section {
  background-color: var(--white-background-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.styleguide-content-wrap {
  margin-top: 30px;
}

.header-contact-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.header-link {
  color: var(--paragraph-color);
  font-weight: 400;
}

.navbar {
  background-color: #0000;
  position: relative;
}

.header-menu-wrap {
  z-index: 9999;
  background-color: var(--primary-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
  position: absolute;
}

.header-menu-wrap.fixed {
  justify-content: space-around;
}

.header-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-button-wrap {
  align-items: center;
}

.button-section {
  background-color: var(--white-background-color);
  padding-top: 70px;
  padding-bottom: 80px;
}

.button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 17px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.button:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.button.full-width-button {
  text-align: center;
  width: 100%;
}

.button.reverse {
  background-color: var(--white);
}

.button.reverse:hover {
  border-color: var(--white);
  background-color: var(--primary-color);
}

.large-button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 65px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.large-button:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.blue-button {
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white-background-color);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.blue-button:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.blue-button.header-button {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
}

.blue-button.header-button:hover, .blue-button.white-bg-hover:hover {
  border-color: var(--white);
}

.blue-button-large {
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 65px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.blue-button-large:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.blue-button-large.white-hover {
  padding-left: 40px;
  padding-right: 40px;
}

.blue-button-large.white-hover:hover {
  border-color: var(--white);
}

.nav-link {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

.nav-link.dropdown-nav {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.fixed {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.nav-link.fixed.login, .nav-link.login {
  display: none;
}

.dropdown-menu-link {
  font-size: 18px;
  font-weight: 500;
}

.dropdown-menu-link.w--current {
  color: var(--primary-color);
}

.dropdown-list {
  background-color: var(--white-background-color);
}

.dropdown-list.w--open {
  padding: 10px 10px 20px;
}

.banner-title-area-section {
  color: var(--white);
  background-image: url('../images/suburban-homes_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 30px;
}

.banner-title-area-section.faq-section {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px 90px;
  display: flex;
  position: relative;
}

.banner-title-wrap.global-banner-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-title-wrap.global-banner-wrap.author {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.banner-title {
  color: var(--white-background-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 45px;
  position: relative;
}

.banner-title.custom-banner-title {
  color: var(--primary-color);
}

.banner-title.custom-banner-title.margin {
  margin-left: 0;
}

.banner-title.custom-banner-title.margin.author {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.banner-title.auhtor {
  font-size: 24px;
  font-weight: 400;
}

.banner-overlay {
  background-color: #1c275299;
  position: absolute;
  inset: 0%;
}

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

.colors-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.color-box {
  background-color: var(--primary-color);
  width: 270px;
  height: 170px;
}

.color-box.secondary-color {
  background-color: var(--secondary-color);
}

.color-box.paragraph-color {
  background-color: var(--paragraph-color);
}

.color-box.background-color {
  background-color: var(--white-background-color);
}

.color-box.light-yellow {
  background-color: var(--light-gold);
}

.color-code {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 20px;
}

.color-item {
  margin-bottom: 20px;
}

.paragraph-section {
  padding-top: 90px;
  padding-bottom: 20px;
}

.list-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blockquote-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.call-to-action-section {
  background-color: var(--secondary-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 20px 7px #1c275280;
}

.footer-section {
  background-color: var(--secondary-color);
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer-top-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.footer-link-item {
  align-items: center;
  display: flex;
}

.footer-contact-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white);
  font-weight: 400;
}

.footer-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #4b557d;
  border-bottom: 1px solid #4b557d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-widget {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-widget-content {
  color: var(--white);
}

.footer-social-wrap {
  margin-top: 55px;
  display: flex;
}

.footer-social-link {
  background-color: #2c3765;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 15px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--primary-color);
}

.footer-link-widget {
  border-left: 1px solid #4b557d;
  border-right: 1px solid #4b557d;
  justify-content: space-between;
  padding-left: 20px;
  display: flex;
}

.footer-link-widget.last {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-between;
}

.footer-link-widget.first {
  border-right-style: none;
}

.footer-link-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-widget-title {
  color: var(--primary-color);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  display: block;
}

.copyright-wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.copyright-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}

.copyright-link {
  color: var(--white);
}

.hero-section {
  background-color: var(--secondary-color);
  background-image: linear-gradient(60deg, var(--secondary-color), #1c27528c 55%, transparent), url('../images/large-window-overlooking-the-field-2025-02-10-00-04-19-utc.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 30px;
}

.hero-wrap {
  padding-top: 200px;
  padding-bottom: 250px;
}

.hero-content-wrap {
  width: 60%;
}

.hero-subtitle {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 500;
}

.hero-subtitle-area {
  background-color: #fff3;
  padding: 10px 40px 10px 20px;
  display: inline-block;
}

.hero-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
}

.hero-button-wrap.double {
  grid-column-gap: 20px;
  flex-wrap: nowrap;
  display: flex;
}

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

.home-intro-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: -253px;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-wrap.title-left-align {
  text-align: left;
}

.section-title-wrap.title-center-align, .section-title-wrap.intro-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.intro-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle-wrap {
  background-color: var(--white-background-color);
  padding: 10px 20px;
  display: inline-block;
}

.section-subtitle-wrap.white-background {
  background-color: var(--white);
}

.section-subtitle-content-wrap {
  display: flex;
}

.section-subtitle-text {
  color: var(--secondary-color);
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.section-title {
  color: var(--secondary-color);
  margin-top: 12px;
  font-family: Mulish, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.section-title.section-small-title {
  font-size: 25px;
}

.section-title.section-white-title {
  color: var(--white);
}

.section-title-content.content-secondary-color {
  color: var(--secondary-color);
}

.section-title-content.content-tertiary-color {
  color: var(--light-grey);
}

.home-intro-image-wrap.overlap {
  margin-top: 0;
}

.home-intro-content-wrap {
  margin-top: 40px;
}

.home-experience-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-experience-wrap.intro-section {
  justify-content: center;
}

.home-experience-wrap.intro-section.hide {
  display: flex;
}

.home-experience-area {
  background-color: var(--white-background-color);
  text-align: center;
  width: 35%;
  margin-right: 40px;
  padding: 30px 20px;
}

.expreience-years {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1.1;
}

.experience-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.home-experience-lists {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.service-tab-section {
  background-color: var(--secondary-color);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.service-tab-section.service-page {
  background-color: var(--white);
}

.service-tab-area {
  margin-top: 40px;
}

.service-tabs-menu {
  justify-content: center;
  display: flex;
}

.service-tab-link {
  border: 1px solid var(--secondary-color);
  background-color: var(--primary-color);
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.service-tab-link:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--secondary-color);
}

.service-tab-link.w--current {
  border-color: var(--white);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
}

.service-tab-link-text {
  margin-left: 10px;
}

.service-tabs-content-wrap {
  position: relative;
}

.service-tab-content-area {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin: 40px 20px 20px;
  padding: 40px;
  display: flex;
  box-shadow: -1px 6px 18px #00000017;
}

.service-tab-contents {
  width: 60%;
  padding-right: 60px;
}

.service-tabs-image {
  width: 40%;
}

.service-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-item {
  background-color: var(--secondary-color);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  display: flex;
  position: relative;
}

.service-title {
  color: var(--primary-color);
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 13px;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.service-title:hover {
  color: var(--white);
}

.service-content {
  color: var(--light-grey);
  margin-bottom: 25px;
}

.service-link {
  color: var(--white);
  font-weight: 600;
}

.why-choose-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.why-choose-count-wrap {
  background-image: url('../images/house1_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-choose-content-wrap {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.why-choose-count-area {
  background-color: #1c2752db;
  min-width: 700px;
  margin: 100px 40px;
  padding: 100px 60px;
}

.choose-count-item {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.choose-count-item.last {
  margin-bottom: 0;
}

.choose-count-wrap {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  text-align: right;
  flex: 0 auto;
  width: 80%;
  min-width: 120px;
  padding: 5px 59px 5px 0;
  display: block;
}

.choose-count-number {
  color: var(--secondary-color);
  margin-top: 10px;
  font-size: 25px;
  font-weight: 700;
}

.choose-count-content {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  flex: 1;
  min-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.choose-count-title {
  color: var(--white);
  margin-top: 10px;
  margin-left: 20px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.why-choose-item-wrap {
  text-align: left;
  margin-top: 40px;
}

.why-choose-us-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(32px, 32px) 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 25px;
  display: grid;
}

.why-choose-us-item._2-items {
  grid-template-rows: auto auto;
}

.why-choose-image-wrap {
  min-width: 32px;
  min-height: 32px;
}

.why-choose-item-content {
  padding-left: 20px;
}

.why-choose-item-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.customer-section {
  padding-top: 50px;
  padding-bottom: 0;
}

.customer-wrap {
  padding-top: 0;
  padding-bottom: 50px;
}

.customer-grid {
  grid-column-gap: 45px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.appointment-wrap {
  margin-top: 50px;
}

.customer-says-slider-wrap {
  padding-top: 22px;
}

.customer-says-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.customer-says-mask {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
}

.customer-says-slider-item {
  width: 100%;
  height: auto;
  padding: 40px 40px 100px;
}

.customer-top-wrap {
  border-bottom: 1px solid #dcdcdc;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.customer-image-wrap {
  display: flex;
}

.customer-quote-wrap {
  background-color: var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.client-says-top-detail {
  margin-left: 10px;
}

.client-name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.client-says-image-wrap {
  background-color: var(--secondary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.left-arrow {
  background-color: var(--white-background-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto auto 10% 7%;
}

.left-arrow:hover {
  background-color: var(--primary-color);
}

.customer-says-highlight {
  color: var(--secondary-color);
  font-weight: 600;
}

.customer-says-content {
  font-style: italic;
}

.right-arrow {
  background-color: var(--white-background-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto auto 10% 19%;
}

.right-arrow:hover {
  background-color: var(--primary-color);
}

.customer-slider-nav.hide {
  display: none;
}

.question-wrap {
  background-color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 40px;
}

.question-icon-wrap {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.question-contact-link {
  color: var(--white);
  padding-left: 20px;
  font-family: Mulish, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.question-contact-link:hover {
  color: var(--secondary-color);
}

.appointment-form-wrap {
  background-color: var(--white-background-color);
  margin-top: 40px;
  padding: 50px 40px;
}

.appointment-form-wrap.contact {
  margin-top: 0;
  padding-top: 30px;
}

.input-field {
  height: 65px;
  color: var(--paragraph-color);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input-field::placeholder {
  color: var(--paragraph-color);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input-field.text-area {
  height: 150px;
  margin-top: 0;
  padding-top: 15px;
}

.client-section {
  padding-bottom: 100px;
}

.client-section.original {
  padding-top: 100px;
}

.client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 45px;
}

.pricing-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 90px;
}

.pricing-title-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.pricing-item {
  background-color: var(--white);
  padding: 40px;
}

.pricing-top-wrap {
  border-bottom: 1px solid #d7d7d7;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 35px;
  display: flex;
}

.pricing-plan-title {
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.pricing-price {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.popular-wrap {
  background-color: var(--primary-color);
  padding: 5px 10px;
  display: inline-block;
}

.popular-title {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.per-visit-text {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

.pricing-list-item {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-list-content {
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 12px;
}

.pricing-button-wrap {
  margin-top: 45px;
}

.feature-item-wrap {
  margin-top: 60px;
}

.feature-item-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.feature-item {
  align-items: flex-start;
  display: flex;
}

.feature-item-icon-wrap {
  flex: none;
}

.feature-item-content-wrap {
  padding-left: 15px;
}

.feature-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.meet-zack-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.about-intro-feature-list {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.about-intro-lists-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.about-point-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.about-point-list-item.about-half-width-item {
  min-width: 300px;
  margin-bottom: 30px;
}

.about-point-list-item.about-half-width-item.last {
  min-width: auto;
  margin-bottom: 0;
}

.about-point-list-title {
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 500;
}

.about-sign-content-wrap {
  border-right: 2px solid var(--light-grey);
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding-right: 30px;
  display: flex;
}

.about-founder-name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
}

.founder-designation {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.about-button-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.about-contact-wrap {
  padding-left: 0;
}

.about-link-title {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

.about-contact-link {
  color: var(--primary-color);
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.about-contact-link:hover {
  color: var(--secondary-color);
}

.history-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.history-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.history-time-wrap {
  margin-top: 20px;
}

.history-time-wrap.hide {
  display: none;
}

.history-time-item {
  display: flex;
}

.history-line-wrap {
  border-left: 2px dashed var(--primary-color);
  flex: 0 auto;
  width: 4%;
  position: relative;
}

.history-dot {
  border: 4px solid var(--secondary-color);
  background-color: var(--white);
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50px;
  left: -8px;
}

.history-content-wrap {
  background-color: var(--white);
  border: 1px solid #1c275233;
  margin-bottom: 45px;
  margin-left: 20px;
  padding: 30px 40px 20px 30px;
  position: relative;
}

.history-content-wrap.history-last-item {
  margin-bottom: 0;
}

.history-date-wrap {
  background-color: var(--secondary-color);
  margin-bottom: 20px;
  padding: 5px 40px;
  display: inline-block;
  position: absolute;
  inset: -13% auto auto 3%;
}

.history-date {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.history-item-content {
  padding-top: 10px;
}

.history-content {
  padding-top: 5px;
}

.service-single-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr;
  margin-top: 40px;
}

.discount-wrap {
  background-image: url('../images/discount-bg-image_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.discount-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.discount-overlay-wrap {
  background-color: #1c2752ed;
  position: absolute;
  inset: 0%;
}

.discount-content-area {
  z-index: 2;
  text-align: center;
  padding: 60px 20px 70px;
  position: relative;
}

.discount-offer-wrap {
  background-color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.discount-percentage {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.discount-service-title {
  margin-top: 0;
  font-size: 20px;
}

.get-discount-link {
  color: var(--white);
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.service-single-content-wrap {
  padding-top: 5px;
}

.service-benefit-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.service-benefit-content-wrap {
  flex: none;
}

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

.package-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d7d7d7;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 0;
}

.package-item {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.package-item.package-white-background {
  background-color: var(--white);
  margin-left: 3px;
  position: relative;
}

.package-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.package-tabs-menu {
  text-align: center;
}

.package-tabs-content {
  background-color: var(--white-background-color);
  margin-top: 40px;
}

.package-service-title {
  font-size: 30px;
  font-weight: 800;
}

.package-plan {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.package-price {
  margin-bottom: 0;
  font-size: 25px;
}

.package-visit-charge {
  font-size: 17px;
}

.package-detail-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
}

.package-service-type-wrap {
  border-bottom: 1px solid #ddd;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.package-service-name {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
}

.package-item-enable {
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.package-item-enable.package-item-white-background {
  background-color: var(--white);
  margin-right: 0;
}

.package-button-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.package-button-wrap {
  text-align: center;
  margin-left: 6px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.package-button-wrap.package-white-background {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.package-enable-icon {
  text-align: center;
}

.package-tab-link {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.package-tab-link:hover {
  background-color: var(--white);
  color: var(--secondary-color);
}

.package-tab-link.w--current {
  border-right-color: var(--primary-color);
  background-color: var(--white);
}

.service-package-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.service-package-section.hide {
  display: flex;
}

.service-section-image {
  margin-top: 20px;
}

.service-link-item {
  background-color: var(--white-background-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  transition: background-color .2s;
  display: flex;
}

.service-link-item:hover {
  background-color: var(--primary-color);
}

.service-link-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.service-link-icon {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.service-top-title {
  margin-top: 0;
  font-weight: 700;
}

.service-item-wrap {
  margin-bottom: 60px;
}

.service-secondary-wrap {
  margin-top: 40px;
}

.contact-detail-section {
  padding-top: 130px;
  padding-bottom: 100px;
}

.contact-detail-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.contact-detail-item {
  background-color: var(--primary-color);
  text-align: center;
  padding: 50px 20px;
}

.contact-detail-title {
  font-size: 24px;
  font-weight: 700;
}

.contact-detail-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  font-weight: 800;
  display: block;
}

.contact-detail-link:hover {
  color: var(--secondary-color);
}

.contact-address-info {
  background-color: var(--secondary-color);
  text-align: center;
  padding: 40px 40px 60px;
}

.contact-address-title {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
}

.contact-address-item {
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 15px;
  padding-bottom: 17px;
}

.contact-info-title {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.contact-info-address {
  color: var(--white);
  margin-bottom: 0;
}

.contact-info-link {
  color: var(--white);
}

.contact-form-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 80px;
}

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

.changelog-wrap {
  background-color: var(--white-background-color);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.changelog-version-wrap {
  background-color: var(--white);
  border: 1px solid #ddd;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 25px 40px 40px;
}

.website-license-link-wrap {
  align-items: center;
  display: flex;
}

.license-website-name {
  margin-top: 10px;
  font-size: 20px;
}

.website-license-link {
  padding-left: 10px;
}

.license-content-wrap {
  padding-top: 90px;
  padding-bottom: 80px;
}

.license-content-wrap.license-background-color {
  background-color: var(--white-background-color);
}

.license-images-list {
  margin-bottom: 20px;
}

.error-page-wrap {
  background-color: var(--white-background-color);
  background-image: url('../images/exclusive-paper-2.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.error-page-content-wrap {
  z-index: 2;
  text-align: center;
  position: relative;
}

.error-title {
  margin-bottom: 30px;
  font-size: 250px;
  line-height: .8;
}

.error-page-title {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 40px;
}

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

.password-section {
  background-image: linear-gradient(to bottom, var(--white), var(--white-background-color) 68%);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 130px;
  padding-bottom: 90px;
  display: flex;
}

.password-form-area {
  background-color: var(--white);
  border: 1px solid #ddd;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 60px 80px;
}

.password-icon-wrap {
  background-color: var(--secondary-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-page-title {
  margin-top: 25px;
  font-size: 45px;
}

.password-content {
  padding-bottom: 10px;
  font-weight: 400;
}

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

.blog-section.home-blog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-section.home-blog-section.hide {
  display: block;
}

.blog-wrap {
  margin-top: 40px;
}

.blog-item {
  margin-bottom: 60px;
}

.blog-listing-image-link, .blog-listing-image {
  width: 100%;
}

.blog-image-meta-wrap {
  position: relative;
}

.blog-meta-wrap {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -8%;
}

.blog-listing-author-name {
  color: var(--secondary-color);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.blog-author-link-block {
  background-color: var(--light-gold);
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 20px 25px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.blog-author-link-block:hover {
  background-color: var(--white-background-color);
}

.blog-date {
  color: var(--secondary-color);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.blog-date-wrap {
  background-color: var(--primary-color);
  min-width: 180px;
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  display: flex;
}

.blog-meta-listing {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-content-wrap {
  margin-top: 50px;
}

.blog-title {
  font-family: Mulish, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
}

.blog-title.blogsection {
  margin-top: 0;
}

.blog-simple-bio {
  margin-top: 15px;
}

.view-more-link {
  color: var(--secondary-color);
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.blog-readmore-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-single-banner {
  background-image: url('../images/suburban-homes_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 30px;
}

.blog-single-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.blog-single-image-wrap {
  position: relative;
}

.blog-single-meta-wrap {
  position: absolute;
  inset: auto 0% -4%;
}

.blog-single-content-wrap {
  width: 90%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-section {
  background-color: var(--white-background-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-author-wrap {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-area {
  border-top: 1px solid #dcdcdc;
  margin-top: 25px;
  padding: 30px;
}

.blog-author-image {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.blog-category-link-block {
  background-color: var(--light-gold);
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 20px 25px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.blog-category-link-block:hover {
  background-color: var(--white-background-color);
}

.blog-collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-author-bio {
  font-size: 18px;
  font-style: italic;
}

.blog-global-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.global-banner-section {
  background-image: url('../images/suburban-homes_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 30px;
}

.related-posts-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.related-posts-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: stretch;
  margin-bottom: 40px;
}

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

.project-item {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #d2d2d2;
  margin-bottom: 40px;
  padding: 20px 20px 15px;
  transition: box-shadow .2s;
}

.project-item:hover {
  box-shadow: 6px 6px 10px #00000029;
}

.project-title {
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Mulish, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.project-image-block {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

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

.project-service-type {
  margin-top: 5px;
}

.project-single-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.project-title-area-section {
  background-image: url('../images/suburban-homes_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 30px;
}

.project-single-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / .5fr 1fr;
  align-items: stretch;
}

.project-detail-wrap {
  background-color: var(--white-background-color);
  padding: 20px 40px 40px;
}

.project-title-wrap {
  position: relative;
}

.project-detail-title {
  color: var(--secondary-color);
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.project-title-line {
  background-color: var(--primary-color);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto auto -3% 0%;
}

.project-detail-item {
  border-bottom: 1px solid #d2d2d2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-detail-item.last {
  border-bottom-style: none;
}

.project-detail-list-title {
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.project-single-content-wrap {
  margin-top: 0;
}

.related-projects {
  background-color: var(--white-background-color);
  padding-top: 90px;
  padding-bottom: 80px;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.team-section {
  padding-top: 130px;
  padding-bottom: 60px;
}

.team-section.about-team-section {
  padding-top: 100px;
}

.team-item {
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding: 20px;
}

.team-collection-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-member-name-wrap {
  text-align: center;
  margin-top: 20px;
}

.team-member-name {
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.team-designation {
  margin-top: 2px;
}

.team-single-section {
  padding-top: 130px;
  padding-bottom: 80px;
}

.team-single-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .9fr;
  place-items: center;
  display: flex;
}

.team-single-image-wrap {
  width: 100%;
  height: 100%;
}

.team-member-main-detail {
  border-bottom: 1px solid #d2d2d2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.team-contact-item {
  align-items: center;
  display: flex;
}

.team-contact-title {
  width: 12%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.team-contact-link {
  color: var(--paragraph-color);
  margin-left: 20px;
  font-weight: 400;
}

.team-member-social-wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}

.team-social-link {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-single-content-wrap {
  margin-top: 20px;
}

.success-message {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  text-align: center;
}

.error-message {
  width: 100%;
  color: var(--secondary-color);
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.error-message.password-error-message {
  width: 50%;
}

.home-project-section {
  background-color: var(--secondary-color);
  padding-top: 100px;
  padding-bottom: 80px;
}

.popular-pricing-wrap {
  background-color: var(--primary-color);
  padding: 3px 15px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.popular-prcing-text {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
}

.dropdown-toggle {
  padding-left: 1px;
  padding-right: 30px;
}

.dropdown-toggle.fixed {
  font-size: 16px;
}

.nav-menu {
  justify-content: space-around;
  width: 100%;
}

.team-single-banner {
  background-image: url('../images/suburban-homes_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 30px;
}

.team-single-banner-detail {
  justify-content: center;
  display: flex;
}

.team-single-job-position {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10px;
}

.team-single-meta-detail {
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 30px;
  display: flex;
}

.team-single-intro {
  margin-top: 20px;
}

.home-project-wrap {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.faq-content-area {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  padding-left: 0;
  display: flex;
}

.accordion-toggle.w--open {
  padding-left: 0;
  font-weight: 400;
}

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

.accordion-question {
  color: var(--secondary-color);
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-dropdown-list {
  position: static;
}

.accordion-dropdown-list.w--open {
  background-color: #0000;
  display: block;
}

.faq-content {
  margin-bottom: 20px;
  font-size: 18px;
}

.team-highlight-text {
  font-size: 30px;
}

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

.image.logo-footer {
  height: 300px;
}

.image.logo-nav {
  width: 150px;
}

.image-2 {
  width: 500px;
}

.initials {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
}

.radio-button-wrapper {
  display: block;
}

.radio-button-content {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.radio-button-individual {
  margin-right: 10px;
}

.radio-button-label {
  margin-right: 20px;
}

.right-banner {
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  height: 100%;
  padding: 20px 20px 20px 40px;
  display: flex;
  position: relative;
}

.sale-title {
  width: 100%;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1;
}

.sale-title.large {
  color: var(--primary-color);
  margin-top: -20px;
  font-size: 8vw;
  font-weight: 800;
  display: block;
}

.left-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  display: flex;
  position: relative;
}

.sale-description {
  opacity: .8;
  max-width: 520px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.5;
}

._20px-spacing.height {
  width: 100%;
  height: 20px;
}

._20px-spacing.wide {
  width: 20px;
}

.content-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.button-wrapper.left {
  justify-content: flex-start;
}

.button-wrapper.sticky {
  flex-direction: column;
}

.complete-image {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  inset: 0%;
}

.small-icon {
  height: 26px;
}

.complete-image-icons {
  z-index: 6;
  width: 30vw;
  position: relative;
}

.list-text {
  color: var(--white);
  font-family: Mulish, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  display: grid;
}

.list-item {
  color: var(--primary-color);
  padding-top: 0;
  padding-bottom: 0;
}

.list {
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.list.first {
  color: var(--white);
  margin-right: 40px;
}

.circle {
  z-index: 1;
  width: 67vw;
  max-width: none;
  height: 67vw;
  position: absolute;
}

.circle._2 {
  z-index: 2;
  width: 57vw;
  height: 57vw;
}

.circle._3 {
  z-index: 3;
  width: 47vw;
  height: 47vw;
}

.circle._4 {
  z-index: 4;
  width: 37vw;
  height: 37vw;
}

.ultimate-maintenance {
  background-color: var(--secondary-color);
  width: 100%;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.popup-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.image-63 {
  z-index: 0;
  opacity: .05;
  object-fit: fill;
  align-self: center;
  width: 90%;
  max-width: 90%;
  margin-right: 20px;
  position: relative;
  inset: 0%;
}

.icon__close-popup {
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: all .2s;
}

.icon__close-popup:hover {
  filter: brightness(78%);
}

.heading-secondary {
  line-height: 2.5rem;
}

.popup__contact-links-2, .popup__contact-links-1 {
  z-index: 10;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-tertiary {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.feature-paragraph {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
}

.feature-paragraph.popup-form {
  text-align: left;
}

.text-weight-bold {
  color: #333;
  font-weight: 700;
}

.text-weight-bold.popup-contact {
  color: var(--secondary-color);
}

.popup-form-wrapper {
  background-color: var(--white);
  padding: 2rem;
}

.icon-small {
  height: 2rem;
}

.icon-small.invert {
  width: 2rem;
  height: auto;
}

.popup-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.popup__contact-links {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: grid;
}

.close-popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.top-content {
  z-index: 1;
  padding: 2rem;
  position: relative;
}

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

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

.popup {
  z-index: 2147483647;
  background-color: #1c2752bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gold-highlight {
  color: var(--primary-color);
}

.popup-button {
  z-index: 900;
  cursor: pointer;
  transition: all .2s;
  position: fixed;
  inset: auto 10px 10px auto;
}

.popup-button:hover {
  transform: scale(1.02);
}

.popup-drop {
  width: 130px;
  position: relative;
}

.circle-overlay {
  z-index: 899;
  width: 80px;
  position: absolute;
  top: 2px;
  left: -.5px;
}

.icon-bg-color {
  z-index: 898;
  width: 80px;
  position: absolute;
}

.button-overlay-wrapper {
  z-index: 899;
  display: flex;
  position: relative;
  top: 18px;
  left: 37px;
}

.yellow-check {
  width: 32px;
  height: 32px;
}

.input-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-image-mask {
  overflow: hidden;
}

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

.about-us-experience-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.about-us-experience-wrap.intro-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.about-lists {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.html-embed {
  display: inline;
}

.day-of-the-week {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.white-text {
  color: var(--white);
}

.icon-large {
  height: 3rem;
}

.thanks-title {
  margin-bottom: 30px;
  font-size: 140px;
  line-height: .8;
}

.service-heading {
  color: var(--secondary-color);
}

.service-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  box-shadow: 11px 7px 20px #11183326;
}

.sticky-slider-logo {
  width: 100%;
  max-width: 300px;
}

.spacing {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  display: flex;
  position: relative;
}

.text-link {
  color: var(--secondary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.hover-line {
  height: 1px;
  color: var(--secondary-color);
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  box-shadow: 0 0 5px 4px #11183333;
}

.small-button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: none;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 3rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .75rem 1.25rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.small-button:hover {
  background-color: var(--white-background-color);
  color: var(--primary-color);
}

.small-button.reverse {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  transition: background-color .2s, box-shadow .2s;
}

.small-button.reverse:hover {
  background-color: var(--white-background-color);
  color: var(--secondary-color);
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--primary-color);
  width: 96px;
  color: var(--secondary-color);
  font-size: 12px;
}

.hover-line-fill {
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
}

.post-category {
  text-transform: uppercase;
}

.sticky-slider {
  z-index: 1;
  border: 4px solid var(--secondary-color);
  color: #333;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: 11px 7px 20px #1c27521a;
}

.right-column {
  height: 100%;
  position: sticky;
  top: 160px;
}

.service-preview {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-column {
  border: 5px #b2131a;
  border-radius: 20px;
}

.service-page-sticky-section {
  background-color: var(--white-background-color);
  background-image: url('../images/exclusive-paper-2.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

._30px-spacing.height {
  width: 100%;
  height: 30px;
}

.tape {
  width: 350px;
  position: static;
  inset: 0% 0% auto;
}

.tape-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  top: -88px;
}

.image-mask {
  max-height: 475px;
  overflow: hidden;
}

.wrapper {
  z-index: 3;
  position: relative;
}

.shadow-effects {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: inset 0 0 3px 2px #11183340, 0 0 4px #1118331a;
}

.push-pin-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: -81px;
}

.push-pin {
  width: 150px;
  max-width: 150px;
  position: static;
  inset: 0% 0% auto;
}

.slider-page {
  margin-top: 0;
}

.blur-bg {
  z-index: 0;
  filter: blur(4px);
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.slider-wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.bold-link {
  font-weight: 800;
}

.zack-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.zack-wrapper.intro-section {
  justify-content: center;
}

.zack-image-wrap {
  background-color: var(--white-background-color);
  text-align: center;
  width: 35%;
  margin-right: 40px;
  padding: 30px 20px;
}

.zack-list {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.zack-sign-wrap {
  align-items: center;
  display: flex;
}

.zack-feature-list {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.zack-button-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.zack-intro-list-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.benefits-heading {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
}

.list-benefits {
  margin-bottom: 0;
  padding-left: 10px;
}

.benefits-item-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.heading-check-wrapper {
  display: flex;
}

.polaroid-image-wrap {
  background-color: var(--white-background-color);
  text-align: center;
  margin-right: 40px;
  padding: 30px 30px 0;
}

.about-image-mask-zack {
  overflow: hidden;
}

.mission-description {
  text-align: left;
}

.collection-list.team {
  justify-content: center;
  display: flex;
}

.banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.question-number-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.detailed-info-wrapper {
  background-color: var(--white-background-color);
  padding: 20px;
}

.collection-list-service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-break-til-landscape {
  white-space: nowrap;
}

.subtitle-wrap {
  display: flex;
}

.about-image-zack {
  object-fit: cover;
  width: 100%;
}

.polaroid-sign-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.polaroid-name {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 26px;
}

.polaroid-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.polaroid-schedule {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

.polaroid-call {
  color: var(--primary-color);
  white-space: nowrap;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.polaroid-call:hover {
  color: var(--secondary-color);
}

.polaroid-contact-wrap {
  border-right: 2px solid var(--light-grey);
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

._60px-spacing.height {
  width: 100%;
  height: 60px;
}

.service-area-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  box-shadow: 0 0 5px 4px #11183333;
}

.utility-bg-image {
  width: 200px;
}

.full-width-line {
  background-color: var(--primary-color);
  width: 100%;
  height: 3px;
}

.full-width-line.top {
  margin-top: 40px;
  margin-bottom: 20px;
}

.no-break {
  white-space: nowrap;
}

.collection-list-2 {
  justify-content: center;
  display: flex;
}

.business-address {
  color: var(--white);
}

.bbb-accredition {
  margin-bottom: 10px;
}

.heading {
  color: var(--white);
  font-family: Mulish, sans-serif;
  font-size: 28px;
}

.holiday-lights-banner {
  z-index: 1;
  background-image: url('../images/Window-Cleaning_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 20px 12px #1c27524d, 0 2px 20px 12px #1c27524d;
}

.grid-wrapper-banner {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content {
  border: 10px solid var(--white);
  background-color: #1c2752cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 50px 60px;
  display: flex;
}

.holiday-title {
  width: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.holiday-title.large {
  color: var(--primary-color);
  font-size: 8vw;
  font-weight: 800;
}

.holiday-title-big {
  width: 100%;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1;
}

.holiday-title-big.large {
  color: var(--primary-color);
  text-align: center;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-size: 7vw;
  font-weight: 800;
}

.holiday-description {
  opacity: .9;
  max-width: none;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2rem;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.5;
}

.divider {
  border-bottom: 3px dashed var(--white);
  border-radius: 20px;
  width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.italic {
  font-style: italic;
}

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

.quote-holiday-banner {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.video-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.team-image-2 {
  background-image: url('../images/Team-3_1.webp');
  background-position: 73% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-image-2._2 {
  background-image: url('../images/Team-2_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.team-image-2._4 {
  background-image: url('../images/Team-1_1.webp');
  background-position: 48% 12%;
  background-size: cover;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-image-2._3 {
  background-image: url('../images/Team-4_1.webp');
  background-position: 63%;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.left-arrow-2, .right-arrow-2 {
  z-index: 10;
  background-color: var(--primary-color);
  color: #797979;
  border: 1px #797979;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: 240px;
  font-size: 13px;
  box-shadow: 0 1px 3px #0000001a;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-left: 8.333%;
  padding-right: 8.333%;
}

.review-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 0 1px 8px #5962731f;
}

.review-text {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.review-slider-card-wrappewr {
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-nav {
  height: 12px;
  margin-top: 60px;
  padding-top: 0;
  font-size: 11px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.icon, .icon-2 {
  color: var(--midnight-blue);
}

.video-testimonial {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.play-button {
  background-color: var(--secondary-color);
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: auto;
}

.client-video-quote {
  color: var(--secondary-color);
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.picture-perfect-package-video {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.include-titles {
  color: var(--primary-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1vw;
}

.empty.center-mobile {
  display: none;
}

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

.client-login {
  border-bottom: 2px solid var(--secondary-color);
  letter-spacing: .1em;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tag-service-season {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-color);
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 15px;
  display: flex;
}

.clock-white {
  filter: invert();
  object-fit: contain;
  width: 25px;
}

.clock-icon {
  object-fit: contain;
  width: 25px;
}

.tag-text {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.tag-text.small {
  text-transform: none;
}

.service-season-cta-left, .service-season-cta-right {
  width: 50%;
}

.lottie-animation {
  height: 300px;
}

.service-season-wrap {
  display: flex;
}

.checks-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--paragraph-color);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding: 10px;
  display: grid;
}

.banner-title-area-section-2 {
  background-image: url('../images/house2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}

.banner-overlay-2 {
  background-color: #202a288c;
  position: absolute;
  inset: 0%;
}

.banner-title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px 90px;
  display: flex;
  position: relative;
}

.banner-title-2 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-size: 45px;
  position: relative;
}

.banner-button-wrapper-2 {
  color: #322f30;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #29403d;
  border: 2px solid #29403d;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.button-2:hover {
  color: #cbff00;
}

.button-2.header-banner {
  color: #29403d;
  background-color: #cbff00;
  border-style: solid;
  border-color: #cbff00;
  margin-right: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 1px 5px #0006;
}

.button-2.header-banner:hover {
  color: #cbff00;
  background-color: #29403d;
  border-color: #29403d;
  transform: scale(1.05);
}

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

.project-detail-wrap-2 {
  background-color: #f4f4f4;
  padding: 10px 30px 30px;
}

.project-detail-wrap-2.service-area {
  width: 30%;
}

.project-image-wrap-2 {
  max-height: 100%;
  position: relative;
}

.section-subtitle-text-2 {
  color: #29403d;
  text-align: left;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.project-single-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / .5fr 1fr;
  align-items: stretch;
}

.service-area-services {
  color: #29403d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.image-69 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
  max-height: none;
}

.image-69.service-area {
  width: 100%;
  max-height: 500px;
}

.service-area-city-list {
  padding: 20px 0;
}

.section-title-2 {
  color: #076346;
  margin-top: 12px;
  font-family: Mulish, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.container-2 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.service-title_heading {
  color: #29403d;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.repetitive-icon {
  height: 35px;
}

.collection-list-service-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-service-grid-2.service-area, .collection-list-wrapper-3 {
  width: 100%;
  min-width: 100%;
}

.service-title-link {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 13px;
  text-decoration: none;
}

.section-subtitle-wrap-2 {
  background-color: #f4f4f4;
  padding: 10px 20px;
  display: inline-block;
}

.project-single-section-2 {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.service-item-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.service-item-2:hover {
  background-color: var(--light-gold);
}

.project-detail-item-2 {
  border-bottom: 1px solid #d2d2d2;
  padding-top: 0;
  padding-bottom: 10px;
}

.project-detail-item-2.service-area {
  border-bottom-style: none;
  padding-bottom: 20px;
}

.service-area-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  margin-bottom: 60px;
  display: flex;
}

.service-area-overlay {
  z-index: 0;
  background-color: var(--light-gold);
  mix-blend-mode: color;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-items-wrap {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.section-subtitle-text-3 {
  color: #1a1a1a;
  text-align: left;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.service-area-services-collection-list-wrapper {
  margin-top: 20px;
}

.section-title-content-2 {
  font-size: 16px;
}

.map-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.map-image.bigger {
  height: 300px;
}

.link-block {
  padding: 2.5px 5px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #da131780;
}

.link-block.services {
  background-color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  box-shadow: 0 2px 5px #0003;
}

.link-block.services:hover {
  background-color: var(--light-gold);
  box-shadow: 0 2px 5px #00000059;
}

.project-detail-list-title-2 {
  color: #29403d;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.button-wrap {
  border-bottom: 5px #fff;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-filling-chicken {
  background-color: var(--primary-color);
  border: 3px solid #fff;
  transition: all .3s, color .2s;
}

.button-filling-chicken:hover {
  border: 3px solid var(--primary-color);
  background-color: #fff;
}

.copyright-auto {
  color: var(--white-background-color);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.section {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 20px;
}

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

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

.about-intro-wrap-2 {
  padding-left: 0;
  padding-right: 0;
}

.meet-owner-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.meet-owner-section.faq {
  padding-top: 60px;
}

.accordion-toggle-2 {
  border-bottom: 2px solid #2764924d;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.accordion-item-2 {
  width: 100%;
  overflow: hidden;
}

.text-block-18 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 22px;
}

.paragraph-12 {
  font-size: 18px;
}

.dropdown-list-2 {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.container-3 {
  max-width: 70%;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-subheader {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 18px;
  display: flex;
}

.service-area-desc {
  text-align: left;
  padding: 20px;
}

.container-12 {
  max-width: 90%;
}

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

.code-embed {
  margin-top: 60px;
}

.rich-text-block {
  text-align: left;
}

.author {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.author-container {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.auhtorbio {
  color: var(--secondary-color);
}

.postsby {
  padding-left: 60px;
  padding-right: 60px;
}

.authorphoto {
  color: var(--secondary-color);
  margin-top: 10px;
  margin-right: 40px;
}

.bio {
  color: var(--secondary-color);
  flex-flow: column;
  display: flex;
}

.rich-text-block-2 {
  color: var(--white);
}

.rich-text-block-2.author {
  color: var(--primary-color);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.rich-text-block-2.author p {
  color: var(--white-background-color);
}

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

.faqwrap {
  background-color: #f7f7f7;
  margin-top: 40px;
  padding: 24px 24px 24px 40px;
}

.heading-46 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-span {
  color: var(--white);
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1em;
  display: inline;
}

.text-span-2 {
  color: var(--white);
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.icon-3 {
  margin-right: 10px;
}

.field-label {
  font-size: 21px;
  line-height: 1.7;
}

.form-section-subheading {
  margin-bottom: 30px;
  font-weight: 400;
}

.file-upload-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.radio-button-field-2 {
  margin-bottom: 10px;
}

.input-field-2 {
  color: #7e7e7e;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2::placeholder {
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2.text-area {
  height: 150px;
  margin-top: 0;
  padding-top: 15px;
}

.input-field-2.text-area.gap {
  margin-bottom: 40px;
}

.button-3 {
  color: #fff;
  background-color: #202a28;
  border: 2px solid #202a28;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.button-3:hover {
  color: #da1317;
}

.button-3.full-width-button {
  background-color: var(--secondary-color);
  text-align: center;
  border-style: none;
  width: 100%;
}

.button-3.full-width-button:hover {
  color: #fff;
}

.checkbox-field {
  margin-bottom: 10px;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff1c9d;
}

.radio-button-label-2 {
  font-size: 18px;
}

.hide {
  display: none;
}

.appointment-form-wrap-2 {
  background-color: #0000;
  margin-top: 40px;
  padding: 50px 40px;
}

.appointment-form-wrap-2.contact {
  margin-top: 0;
}

.form-section-labels {
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 26px;
  line-height: 1.2;
}

.radio-question-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.checkbox-label-2 {
  font-size: 18px;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  height: 200px;
  overflow: hidden;
}

.image-70 {
  width: 300px;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-bar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-section.fixed {
    z-index: 99992;
  }

  .header-wrap.fixed {
    left: 30px;
    right: 30px;
  }

  .logo-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

  .blue-button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 17px 40px;
    font-size: 20px;
  }

  .blue-button.header-button {
    padding: 17px 30px;
    font-size: 20px;
  }

  .nav-link {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .nav-link.w--current {
    padding: 20px 18px;
  }

  .nav-link.fixed {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
  }

  .nav-link.fixed.w--current {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 17px;
  }

  .banner-title-wrap {
    width: 980px;
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .banner-title {
    font-size: 50px;
  }

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

  .colors-item-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-link-widget {
    justify-content: flex-start;
  }

  .footer-link-wrap {
    padding-left: 60px;
    padding-right: 20px;
  }

  .hero-wrap {
    padding-top: 240px;
    padding-bottom: 200px;
  }

  .hero-content-wrap {
    width: 60%;
  }

  .hero-subtitle-area {
    padding: 10px 40px 10px 20px;
  }

  .hero-title {
    font-size: 60px;
  }

  .home-intro-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-intro-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .section-subtitle-text {
    font-size: 18px;
  }

  .section-title {
    font-size: 45px;
  }

  .home-intro-content-wrap {
    margin-top: 0;
  }

  .home-experience-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .expreience-years {
    font-size: 80px;
  }

  .experience-title {
    font-size: 20px;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-tabs-content-wrap {
    position: relative;
  }

  .service-tab-content-area {
    margin: 40px 20px 20px;
    padding: 60px;
  }

  .service-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .why-choose-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .why-choose-count-wrap {
    width: 100%;
  }

  .why-choose-content-wrap {
    margin-left: 40px;
  }

  .why-choose-count-area {
    max-width: 1200px;
    margin: 100px 40px;
    padding: 120px 40px;
  }

  .choose-count-title {
    font-size: 25px;
  }

  .customer-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .appointment-wrap {
    margin-top: 0;
  }

  .pricing-section {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .pricing-title-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .meet-zack-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .about-button-wrap {
    margin-bottom: 0;
  }

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

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

  .service-single-grid {
    grid-template-columns: .4fr 1fr;
    margin-top: 50px;
  }

  .discount-title {
    font-size: 20px;
  }

  .discount-content-area {
    padding: 60px 40px 70px;
  }

  .discount-offer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .discount-percentage {
    font-size: 18px;
  }

  .discount-service-title, .get-discount-link {
    font-size: 20px;
  }

  .service-benefit-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .package-section {
    padding-top: 120px;
  }

  .package-grid {
    grid-template-columns: 1.25fr 1.1fr 1fr 1fr;
  }

  .package-item {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .package-item.package-white-background {
    margin-left: 0;
  }

  .package-service-title {
    font-size: 30px;
  }

  .package-plan {
    font-size: 20px;
  }

  .package-price {
    font-size: 30px;
  }

  .package-visit-charge, .package-service-name {
    font-size: 18px;
  }

  .package-item-enable {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .package-item-enable.package-item-white-background {
    padding-top: 15px;
  }

  .service-package-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .service-link-item {
    padding: 10px 20px;
  }

  .service-link-title {
    font-size: 20px;
  }

  .service-secondary-wrap {
    margin-top: 0;
  }

  .contact-detail-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

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

  .contact-detail-item {
    padding: 50px 40px;
  }

  .contact-detail-title {
    font-size: 25px;
  }

  .contact-detail-link {
    font-size: 30px;
  }

  .contact-address-info {
    padding: 40px 60px 60px;
  }

  .contact-address-title {
    font-size: 25px;
  }

  .contact-form-section, .changelog-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .changelog-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .changelog-version-wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .license-content-wrap, .license-content-wrap.license-background-color {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .error-page-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .password-section, .blog-section {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .blog-section.home-blog-section {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .blog-title {
    font-size: 30px;
  }

  .blog-simple-bio {
    font-size: 18px;
  }

  .blog-single-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .blog-single-content-wrap {
    width: 900px;
  }

  .blog-author-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-author-wrap {
    width: 900px;
  }

  .blog-global-section {
    padding-top: 140px;
  }

  .related-posts-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .project-title {
    font-size: 25px;
  }

  .project-single-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .related-projects {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .team-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .team-section.about-team-section {
    padding-top: 120px;
  }

  .team-member-name {
    font-size: 25px;
  }

  .team-single-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .team-single-grid {
    grid-template-columns: .9fr 1fr;
    align-items: center;
  }

  .home-project-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 40px;
  }

  .dropdown-toggle.fixed {
    font-size: 18px;
  }

  .faq-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .right-banner {
    width: 47%;
  }

  .sale-title {
    font-size: 45px;
  }

  .sale-title.large {
    font-size: 102px;
  }

  .sale-description {
    font-size: 18px;
  }

  .complete-image-icons {
    width: 25vw;
  }

  .circle._2 {
    width: 50vw;
    height: 50vw;
  }

  .circle._3 {
    width: 40vw;
    height: 40vw;
  }

  .circle._4 {
    width: 30vw;
    height: 30vw;
  }

  .circle.rotate {
    width: 60vw;
    height: 60vw;
  }

  .about-us-experience-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .service-preview {
    margin-top: 0;
  }

  .service-page-sticky-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .zack-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .zack-button-wrap, .banner-button-wrapper {
    margin-bottom: 0;
  }

  .collection-list-service-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .holiday-title {
    font-size: 45px;
  }

  .holiday-title.large {
    font-size: 102px;
  }

  .holiday-title-big {
    font-size: 45px;
  }

  .holiday-title-big.large {
    font-size: 102px;
  }

  .holiday-description {
    font-size: 18px;
  }

  .banner-title-wrap-2 {
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .banner-title-2 {
    font-size: 50px;
  }

  .banner-button-wrapper-2 {
    margin-bottom: 0;
  }

  .project-detail-wrap-2 {
    padding: 40px;
  }

  .section-subtitle-text-2 {
    font-size: 18px;
  }

  .project-single-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .75fr 1fr;
  }

  .service-area-services {
    font-size: 16px;
  }

  .section-title-2 {
    font-size: 45px;
  }

  .collection-list-service-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .service-item-2 {
    padding: 30px;
  }

  .project-detail-item-2 {
    padding-top: 10px;
  }

  .service-items-wrap {
    padding: 30px;
  }

  .section-subtitle-text-3, .section-title-content-2 {
    font-size: 18px;
  }

  .project-detail-list-title-2 {
    font-size: 24px;
  }

  .meet-owner-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-section.fixed {
    justify-content: center;
    align-items: center;
  }

  .header-wrap.fixed {
    width: 100%;
    max-width: 1200px;
    left: auto;
    right: auto;
  }

  .logo-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .typography-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .header-menu-wrap {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .button-section {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .banner-title-wrap {
    width: 980px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .banner-title {
    font-size: 60px;
  }

  .color-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .paragraph-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .list-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .blockquote-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }

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

  .footer-content-grid {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-section {
    margin-top: 30px;
  }

  .hero-wrap {
    padding-top: 260px;
    padding-bottom: 220px;
  }

  .home-intro-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-tab-content-area {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 20px 20px;
    padding: 60px;
    display: flex;
  }

  .service-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-item {
    padding: 50px 35px;
  }

  .service-title {
    padding-top: 20px;
    padding-bottom: 13px;
  }

  .service-content {
    margin-bottom: 25px;
  }

  .why-choose-grid {
    place-items: center stretch;
  }

  .why-choose-count-wrap {
    background-position: 50%;
  }

  .why-choose-content-wrap {
    margin-top: 30px;
    margin-left: 70px;
    margin-right: 60px;
  }

  .why-choose-count-area {
    margin: 140px 80px;
    padding: 100px 80px;
  }

  .choose-count-wrap {
    min-width: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-us-item {
    margin-bottom: 25px;
  }

  .customer-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .customer-says-slider-item {
    width: 100%;
    padding: 40px 40px 100px;
  }

  .question-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 50px 40px;
  }

  .appointment-form-wrap {
    margin-top: 40px;
    padding: 50px 40px;
  }

  .client-section {
    padding-bottom: 140px;
  }

  .pricing-section {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .pricing-grid {
    margin-top: 40px;
  }

  .pricing-item {
    padding: 40px;
  }

  .pricing-top-wrap {
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .pricing-button-wrap {
    margin-top: 45px;
  }

  .meet-zack-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .history-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .package-section, .service-package-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .contact-detail-section {
    padding-top: 170px;
    padding-bottom: 140px;
  }

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

  .contact-form-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .changelog-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .password-section {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .password-form-area {
    width: 720px;
  }

  .blog-section {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .blog-section.home-blog-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .blog-single-section {
    padding-top: 170px;
    padding-bottom: 100px;
  }

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

  .blog-global-section {
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .related-posts-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .project-single-section {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .related-projects {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .team-section {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .team-section.about-team-section {
    padding-top: 140px;
  }

  .team-item {
    margin-bottom: 20px;
    padding: 20px;
  }

  .team-member-name-wrap {
    margin-top: 20px;
  }

  .team-member-name {
    font-size: 25px;
  }

  .team-single-section {
    padding-top: 170px;
    padding-bottom: 110px;
  }

  .home-project-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .faq-section {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .complete-image-icons {
    width: 23vw;
  }

  .list-text {
    font-size: 18px;
  }

  .circle._2 {
    width: 50vw;
    height: 50vw;
  }

  .circle._3 {
    width: 40vw;
    height: 40vw;
  }

  .circle._4 {
    width: 30vw;
    height: 30vw;
  }

  .circle.rotate {
    width: 60vw;
    height: 60vw;
  }

  .white-text.contact {
    font-size: 16px;
  }

  .service-page-sticky-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .include-titles {
    font-size: 18px;
  }

  .banner-title-wrap-2 {
    width: 980px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .banner-title-2 {
    font-size: 60px;
  }

  .section-subtitle-text-2 {
    font-size: 20px;
  }

  .container-2 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .repetitive-icon {
    height: 45px;
  }

  .meet-owner-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

  .container-3 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .appointment-form-wrap-2 {
    margin-top: 40px;
    padding: 50px 40px;
  }
}

@media screen and (min-width: 1920px) {
  .container, .header-wrap.fixed {
    max-width: 1370px;
  }

  .nav-bar-wrap, .navbar {
    width: 100%;
  }

  .nav-link.w--current, .nav-link.fixed {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    background-position: 0 0, 50%;
  }

  .why-choose-grid {
    grid-template-columns: 1fr 1.2fr;
  }

  .why-choose-content-wrap {
    margin-right: 140px;
  }

  .why-choose-count-area {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-single-grid {
    margin-top: 40px;
  }

  .faq-content-area {
    padding-top: 20px;
  }

  .accordion-question {
    font-weight: 600;
  }

  .ultimate-maintenance {
    margin-top: 0;
    margin-bottom: 0;
  }

  .zack-sign-wrap, .polaroid-sign-wrap {
    align-items: center;
  }

  .heading {
    color: var(--white);
    font-size: 34px;
  }

  .about-intro-wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

  .container-3 {
    max-width: 65%;
  }

  .service-area-desc {
    padding: 20px;
  }

  .div-block-2 {
    margin-top: 100px;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-wrap.fixed {
    left: 30px;
    right: 30px;
  }

  .header-link-item {
    margin-left: 10px;
  }

  .header-link-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .typography-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-contact-title {
    font-size: 17px;
  }

  .header-link {
    font-size: 15px;
  }

  .header-menu-wrap {
    padding-left: 10px;
    position: relative;
  }

  .button-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button.pricing-button {
    margin-right: 0;
    padding: 15px 40px;
    font-size: 17px;
  }

  .nav-link {
    width: 100%;
    display: inline-block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--primary-color);
  }

  .nav-link.dropdown-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
  }

  .nav-link.fixed {
    font-size: 18px;
  }

  .nav-link.fixed.login, .nav-link.login {
    display: block;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    padding-bottom: 0;
    position: relative;
  }

  .banner-title-area-section {
    top: 0;
  }

  .banner-title-wrap {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title {
    font-size: 40px;
  }

  .color-section {
    padding-top: 80px;
  }

  .paragraph-section {
    padding-top: 60px;
  }

  .blockquote-section {
    padding-bottom: 60px;
  }

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

  .footer-logo-wrap {
    margin-bottom: 40px;
  }

  .footer-content-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 2fr;
  }

  .footer-link-widget.last {
    padding-top: 20px;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content-wrap {
    width: 100%;
  }

  .home-intro-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-intro-grid {
    margin-top: -130px;
    display: block;
  }

  .section-title-wrap.title-left-align.video {
    margin-bottom: 0;
  }

  .section-title-wrap.title-center-align, .section-title-wrap.title-center-align._100, .section-title-wrap.intro-section, .section-title-wrap.intro-section {
    width: 100%;
  }

  .section-subtitle-wrap.margin {
    margin-top: 20px;
  }

  .section-subtitle-text {
    font-size: 17px;
  }

  .section-title {
    font-size: 38px;
  }

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

  .home-intro-image-wrap.overlap {
    justify-content: center;
    display: flex;
  }

  .service-tab-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-tab-link-text {
    font-size: 18px;
  }

  .service-tab-content-area {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .service-tab-contents {
    width: 100%;
    padding-right: 0;
  }

  .service-tabs-image {
    width: 100%;
    margin-top: 40px;
  }

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

  .service-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-choose-grid {
    display: block;
  }

  .why-choose-count-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-choose-content-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .why-choose-count-area {
    margin: 0 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .customer-section, .customer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .customer-grid {
    display: block;
  }

  .appointment-wrap {
    margin-top: 40px;
  }

  .question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-section {
    padding-bottom: 80px;
  }

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

  .pricing-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .pricing-title-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .pricing-item {
    margin-bottom: 20px;
  }

  .feature-item-grid {
    display: block;
  }

  .feature-item-content-wrap {
    margin-bottom: 20px;
  }

  .meet-zack-section {
    padding-top: 80px;
  }

  .about-intro-feature-list, .about-button-wrap {
    justify-content: center;
  }

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

  .history-grid {
    display: block;
  }

  .history-time-wrap {
    margin-top: 40px;
  }

  .service-single-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .service-single-primary {
    margin-top: 40px;
  }

  .service-benefit-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .package-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .package-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .package-item.package-white-background {
    background-color: var(--white-background-color);
  }

  .package-tabs-content {
    overflow: scroll;
  }

  .package-price {
    font-size: 22px;
  }

  .package-detail-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    min-width: 1200px;
  }

  .package-service-type-wrap {
    margin-left: 20px;
  }

  .package-service-name {
    font-size: 16px;
  }

  .package-item-enable.package-item-white-background {
    background-color: var(--white-background-color);
  }

  .package-button-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 1200px;
  }

  .package-button-wrap {
    margin-right: 0;
  }

  .package-button-wrap.package-white-background {
    background-color: var(--white-background-color);
  }

  .service-package-section {
    padding-top: 100px;
  }

  .contact-detail-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .contact-form-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .changelog-section {
    padding-top: 100px;
  }

  .license-content-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .error-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-page-title {
    font-size: 40px;
  }

  .password-section {
    padding-top: 100px;
  }

  .password-form-area {
    width: 100%;
    padding: 60px 40px;
  }

  .blog-section {
    padding-top: 100px;
  }

  .blog-section.home-blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-listing-author-name {
    font-size: 14px;
  }

  .blog-author-link-block {
    min-width: 150px;
    padding: 15px;
  }

  .blog-date {
    padding-left: 5px;
    font-size: 14px;
  }

  .blog-date-wrap {
    min-width: 140px;
    padding: 15px;
  }

  .blog-title {
    font-size: 21px;
  }

  .blog-simple-bio, .view-more-link {
    font-size: 17px;
  }

  .blog-category-link-block {
    padding: 15px;
  }

  .blog-global-section {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .global-banner-section {
    top: 0;
  }

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

  .project-title {
    font-size: 20px;
  }

  .project-image-block {
    height: 200px;
  }

  .project-single-section {
    padding-top: 20px;
  }

  .project-title-area-section {
    top: 0;
  }

  .project-single-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .project-detail-wrap {
    margin-top: 20px;
  }

  .project-single-content-wrap {
    margin-top: 40px;
  }

  .team-section {
    padding-top: 100px;
  }

  .team-member-name {
    font-size: 21px;
    display: block;
  }

  .team-designation {
    font-size: 17px;
  }

  .team-single-section {
    padding-top: 80px;
  }

  .team-single-grid {
    display: block;
  }

  .team-member-main-detail {
    margin-top: 25px;
  }

  .team-single-content-wrap {
    margin-top: 40px;
  }

  .home-project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-button {
    background-color: var(--secondary-color);
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--primary-color);
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .team-single-banner {
    top: 0;
  }

  .team-single-intro {
    margin-top: 10px;
  }

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

  .faq-content-area {
    max-width: 100%;
  }

  .accordion-question {
    font-size: 22px;
  }

  .faq-content {
    font-size: 17px;
  }

  .team-highlight-text {
    font-size: 28px;
  }

  .image-2 {
    width: auto;
  }

  .right-banner {
    justify-content: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .sale-title {
    text-align: center;
    font-size: 34px;
  }

  .sale-title.large {
    font-size: 72px;
  }

  .left-banner {
    width: 100%;
  }

  .sale-description {
    text-align: center;
    font-size: 17px;
  }

  ._20px-spacing.height._10-px {
    height: 10px;
  }

  .content-wrapper {
    align-items: center;
  }

  .button-wrapper.left.picture-perfect-button {
    justify-content: center;
  }

  .complete-image {
    width: auto;
    height: auto;
  }

  .complete-image-icons {
    width: 55vw;
  }

  .list-text {
    font-size: 14px;
  }

  .list-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .circle._2 {
    width: 90vw;
    height: 90vw;
  }

  .circle._3 {
    width: 80vw;
    height: 80vw;
  }

  .circle._4 {
    width: 70vw;
    height: 70vw;
  }

  .circle.rotate {
    width: 100vw;
    height: auto;
    transform: rotate(90deg);
  }

  .keep-circles-left {
    width: 90vw;
    height: 90vw;
    margin-bottom: 60px;
  }

  .ultimate-maintenance {
    flex-direction: column;
  }

  .popup-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .popup-wrapper {
    border-radius: 0;
    overflow: scroll;
  }

  .image-63 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    inset: 3% 0% 0%;
  }

  .icon-small.invert {
    width: 1.5rem;
  }

  .close-popup {
    z-index: 5;
  }

  .top-content {
    margin-top: 2rem;
  }

  .popup {
    align-items: flex-start;
    overflow: scroll;
  }

  .popup-drop {
    width: 100px;
  }

  .circle-overlay, .icon-bg-color {
    width: 60px;
  }

  .button-overlay-wrapper {
    top: 15px;
    left: 31px;
  }

  .image-65 {
    object-fit: cover;
    max-width: none;
    height: 500px;
  }

  .about-us-experience-wrap.intro-section {
    flex-direction: column;
  }

  .about-lists {
    width: 100%;
  }

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

  .service-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky-slider-logo {
    width: 80%;
  }

  .spacing {
    padding: 5rem .5rem;
  }

  .small-button {
    min-width: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-slider {
    padding-left: 6px;
    padding-right: 6px;
  }

  .service-preview {
    padding-top: 30px;
    padding-bottom: 30px;
    left: -52px;
  }

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

  .service-page-sticky-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-mask {
    max-height: 300px;
  }

  .push-pin-wrapper {
    top: -44px;
  }

  .push-pin {
    width: 100px;
  }

  .zack-wrapper.intro-section {
    flex-direction: column;
  }

  .zack-image-wrap {
    width: auto;
    height: 550px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .zack-list {
    width: 100%;
  }

  .zack-sign-wrap, .zack-feature-list, .zack-button-wrap {
    justify-content: center;
  }

  .polaroid-image-wrap {
    width: 100%;
    margin-right: 20px;
    position: sticky;
    top: 0;
  }

  .banner-button-wrapper {
    justify-content: center;
  }

  .collection-list-service-grid {
    grid-template-columns: 1fr;
  }

  .about-image-zack {
    object-fit: cover;
    max-width: none;
  }

  .collection-item {
    width: 400px;
  }

  .polaroid-sign-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .polaroid-contact-wrap {
    border-bottom: 2px solid var(--light-grey);
    border-right-style: none;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
  }

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

  .holiday-title {
    font-size: 3.3vw;
  }

  .holiday-title.large {
    font-size: 7.9vw;
  }

  .holiday-title-big {
    font-size: 3.3vw;
  }

  .holiday-title-big.large {
    font-size: 7.9vw;
  }

  .holiday-description {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
  }

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

  .review-slider-card-wrappewr {
    width: 100%;
  }

  .include-titles {
    font-size: 12px;
  }

  .empty.center-mobile {
    display: block;
  }

  .empty.center-mobile._2, .empty.center-mobile._3 {
    display: none;
  }

  .tag-text {
    font-size: 12px;
  }

  .banner-title-area-section-2 {
    top: 0;
  }

  .banner-title-wrap-2 {
    width: auto;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-2 {
    font-size: 36px;
  }

  .banner-button-wrapper-2 {
    justify-content: center;
  }

  .button-2 {
    font-size: 16px;
  }

  .button-2.header-banner {
    font-size: 18px;
  }

  .map-image-wrapper {
    margin-bottom: 20px;
  }

  .project-detail-wrap-2 {
    order: 0;
    margin-top: 20px;
  }

  .project-detail-wrap-2.service-area {
    width: 40%;
    margin-top: 0;
  }

  .section-subtitle-text-2 {
    font-size: 17px;
  }

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

  .section-title-2 {
    font-size: 38px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list-service-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-title-link {
    padding-top: 0;
  }

  .service-title-link.no-btm-tablet {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .project-single-section-2 {
    padding-top: 20px;
  }

  .service-item-2 {
    padding: 20px;
  }

  .service-area-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row-reverse;
  }

  .collection-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .service-items-wrap {
    padding: 20px;
  }

  .section-subtitle-text-3 {
    font-size: 17px;
  }

  .section-title-content-2 {
    font-size: 14px;
  }

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

  .meet-owner-section {
    padding-top: 80px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 17px;
  }

  li {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
  }

  blockquote {
    padding: 40px 40px 40px 20px;
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-grid {
    grid-template-columns: 1fr;
  }

  .top-bar-opening-hour {
    text-align: center;
  }

  .header-wrap.fixed {
    left: 20px;
    right: 20px;
  }

  .logo-wrap {
    flex-direction: column;
    display: none;
  }

  .header-link-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-link-item {
    margin-top: 10px;
  }

  .header-link, .button.pricing-button {
    font-size: 17px;
  }

  .nav-link.dropdown-nav {
    padding-left: 18px;
  }

  .banner-title-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banner-title {
    font-size: 36px;
  }

  .color-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .call-to-action-section {
    flex-direction: column;
  }

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

  .footer-logo-wrap {
    margin-bottom: 20px;
  }

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

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

  .footer-link-widget {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .footer-link-wrap {
    padding-left: 0;
    padding-right: 40px;
  }

  .footer-link {
    font-size: 17px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-subtitle-area {
    padding-right: 20px;
  }

  .hero-title {
    font-size: 45px;
    line-height: 1.2;
  }

  .hero-button-wrap.double {
    flex-wrap: wrap;
  }

  .section-title {
    font-size: 34px;
  }

  .home-experience-wrap {
    flex-direction: column;
  }

  .home-experience-area {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-experience-lists {
    width: 100%;
  }

  .service-tabs-menu {
    flex-direction: column;
  }

  .service-tab-link {
    margin-bottom: 20px;
  }

  .service-tab-content-area {
    margin-left: 10px;
    margin-right: 0;
  }

  .why-choose-count-area {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-count-wrap {
    min-width: 100px;
  }

  .choose-count-number {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .choose-count-content {
    padding-right: 20px;
  }

  .choose-count-title {
    font-size: 17px;
  }

  .question-contact-link {
    font-size: 26px;
  }

  .about-intro-feature-list {
    flex-direction: column;
    margin-left: 0%;
  }

  .about-intro-lists-wrap {
    flex-direction: column;
  }

  .about-point-list-item.about-half-width-item {
    min-width: 250px;
    padding-right: 0;
  }

  .about-sign-content-wrap {
    border-bottom: 2px solid var(--light-grey);
    border-right-style: none;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .about-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .about-contact-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .discount-offer-wrap {
    padding-top: 30px;
  }

  .service-benefit-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .package-service-title {
    font-size: 25px;
  }

  .package-plan {
    font-size: 22px;
  }

  .package-price {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .package-visit-charge {
    font-size: 14px;
  }

  .service-package-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .service-link-title {
    font-size: 20px;
  }

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

  .contact-detail-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-detail-link {
    font-size: 24px;
  }

  .contact-address-info {
    padding-bottom: 50px;
  }

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

  .changelog-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .changelog-version-wrap {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .license-content-wrap, .error-page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-title {
    font-size: 150px;
  }

  .error-page-title {
    font-size: 29px;
  }

  .password-page-title {
    font-size: 40px;
  }

  .password-content {
    font-size: 17px;
  }

  .blog-author-link-block {
    min-width: 140px;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-single-section {
    padding-bottom: 60px;
  }

  .blog-single-content-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .blog-author-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-global-section {
    padding-top: 80px;
  }

  .related-posts-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .project-title {
    font-size: 24px;
  }

  .project-image-block {
    height: 400px;
  }

  .team-member-name {
    font-size: 24px;
  }

  .team-contact-title {
    width: 20%;
  }

  .popular-prcing-text {
    font-size: 14px;
  }

  .brand {
    margin-bottom: 10px;
  }

  .team-single-meta-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item {
    padding-right: 20px;
  }

  .accordion-toggle {
    font-size: 19px;
  }

  .accordion-question {
    white-space: break-spaces;
    font-size: 20px;
  }

  .faq-content {
    font-size: 17px;
  }

  .team-highlight-text {
    font-size: 26px;
  }

  .image.logo-footer {
    height: 250px;
  }

  .right-banner {
    width: 100%;
  }

  .sale-title {
    text-align: center;
    font-size: 34px;
  }

  .sale-title.large {
    font-size: 72px;
  }

  .left-banner {
    width: 100%;
  }

  .sale-description {
    text-align: center;
    max-width: 75%;
    font-size: 17px;
  }

  ._20px-spacing.height._10-px {
    height: 20px;
  }

  .content-wrapper {
    align-items: center;
  }

  .button-wrapper {
    flex-wrap: wrap;
  }

  .button-wrapper.left {
    justify-content: center;
  }

  .complete-image {
    width: auto;
    height: auto;
  }

  .complete-image-icons {
    width: 55vw;
  }

  .list-text {
    font-size: 14px;
  }

  .list-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: .25fr .5fr .25fr;
    justify-content: center;
  }

  .list {
    padding-left: 0;
    list-style-type: none;
  }

  .list.first {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .circle {
    width: 400px;
  }

  .circle._2 {
    width: 90vw;
    height: 90vw;
  }

  .circle._3 {
    width: 80vw;
    height: 80vw;
  }

  .circle._4 {
    width: 70vw;
    height: 70vw;
  }

  .circle.rotate {
    width: 100vw;
    height: auto;
    transform: rotate(90deg);
  }

  .keep-circles-left {
    width: 90vw;
    height: 80vw;
    margin-bottom: 60px;
  }

  .ultimate-maintenance {
    flex-direction: column;
  }

  .popup-wrapper {
    border-radius: 0;
  }

  .image-63 {
    width: 70%;
  }

  .heading-tertiary.lose__top-margin {
    margin-top: 0;
  }

  .feature-paragraph {
    font-size: 1rem;
  }

  .feature-paragraph.popup-form {
    font-size: 17px;
  }

  .popup-form-wrapper {
    padding-top: 1rem;
  }

  .about-us-experience-wrap {
    flex-direction: column;
  }

  .about-us-experience-wrap.intro-section {
    grid-template-columns: 1fr;
  }

  .about-lists {
    width: 100%;
  }

  .author-name-contact {
    border-right-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .thanks-title {
    font-size: 100px;
  }

  .service-heading {
    font-size: 30px;
  }

  .service-wrapper {
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .post-category {
    font-size: 14px;
  }

  .sticky-slider {
    margin-top: 75px;
  }

  .right-column {
    display: none;
  }

  .service-paragraph {
    font-size: 14px;
  }

  .image-mask {
    max-height: 400px;
  }

  .push-pin-wrapper {
    top: -80px;
  }

  .push-pin {
    width: 125px;
  }

  .zack-wrapper {
    flex-direction: column;
  }

  .zack-image-wrap {
    margin-bottom: 20px;
  }

  .zack-list {
    width: 100%;
  }

  .zack-sign-wrap {
    flex-direction: column;
    align-items: center;
  }

  .zack-feature-list {
    flex-direction: column;
    margin-left: 20%;
  }

  .zack-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .zack-intro-list-wrap {
    flex-direction: column;
  }

  .polaroid-image-wrap {
    margin-bottom: 20px;
    display: none;
  }

  .banner-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .no-break-til-landscape {
    white-space: normal;
  }

  .polaroid-sign-wrap {
    flex-direction: column;
    align-items: center;
  }

  .polaroid-contact-wrap {
    border-right-style: none;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .polaroid-contact-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .heading {
    font-size: 22px;
  }

  .banner-content {
    padding: 30px 10px 20px;
  }

  .holiday-title {
    text-align: center;
    font-size: 20px;
  }

  .holiday-title.large {
    font-size: 72px;
  }

  .holiday-title-big {
    text-align: center;
    font-size: 34px;
  }

  .holiday-title-big.large {
    font-size: 45px;
  }

  .holiday-description {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
  }

  .review-slider-card-wrappewr {
    width: 100%;
  }

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

  .include-titles {
    font-size: 12px;
  }

  .empty.center-mobile._2, .empty.center-mobile._3 {
    display: block;
  }

  .banner-title-wrap-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banner-title-2 {
    font-size: 34px;
  }

  .banner-button-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .project-detail-wrap-2.service-area {
    width: 100%;
  }

  .service-area-city-list {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-2 {
    font-size: 34px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-title_heading {
    font-size: 21px;
  }

  .service-area-wrap {
    flex-direction: column-reverse;
  }

  .collection-list-3 {
    flex-direction: row;
  }

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

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    border-left-width: 25px;
  }

  .top-bar-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar-grid {
    grid-template-rows: auto auto;
  }

  .top-opening-wrap {
    margin-bottom: 5px;
  }

  .top-bar-opening-hour {
    font-size: 16px;
  }

  .header-link-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-link-item {
    margin-bottom: 10px;
  }

  .header-link-icon-wrap {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .header-link.shrink {
    font-size: 3.5vw;
  }

  .button {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 17px;
  }

  .button.pricing-button {
    width: 90%;
    font-size: 16px;
  }

  .large-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .blue-button {
    padding: 14px 30px;
    font-size: 17px;
  }

  .blue-button.header-button {
    padding: 17px 10px;
    font-size: 14px;
  }

  .blue-button-large {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .nav-link {
    font-size: 17px;
  }

  .dropdown-menu-link {
    font-size: 16px;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
  }

  .banner-title-wrap {
    padding: 60px 20px;
  }

  .banner-title-wrap.global-banner-wrap {
    flex-direction: column;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-title.custom-banner-title {
    padding-left: 0;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-contact-link.shrink {
    font-size: 3.4vw;
  }

  .footer-content-grid {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-social-link {
    width: 50px;
    height: 50px;
  }

  .footer-link-widget {
    flex-direction: column;
  }

  .footer-link-wrap {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .copyright-text {
    font-size: 16px;
  }

  .hero-wrap {
    padding-top: 60px;
  }

  .hero-subtitle-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title {
    font-size: 24px;
  }

  .home-intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subtitle-text {
    font-size: 16px;
  }

  .section-title {
    font-size: 28px;
  }

  .home-experience-area {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-tab-link {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .service-tab-link.w--current {
    justify-content: center;
  }

  .service-tab-content-area {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-item {
    padding: 30px 20px;
  }

  .service-title {
    font-size: 24px;
  }

  .choose-count-item {
    flex-direction: column;
    align-items: stretch;
  }

  .choose-count-wrap {
    text-align: center;
  }

  .choose-count-number {
    font-size: 22px;
  }

  .choose-count-content {
    border: 1px solid var(--white);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-count-title {
    margin-left: 0;
    font-size: 20px;
  }

  .why-choose-us-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(32px, 32px) 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-choose-image-wrap {
    width: 32px;
    min-width: auto;
    height: 32px;
    min-height: auto;
  }

  .why-choose-item-content {
    padding-top: 0;
    padding-left: 0;
  }

  .customer-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .appointment-wrap {
    margin-top: 0;
    padding-top: 40px;
  }

  .customer-says-slider-item {
    padding: 20px 20px 100px;
  }

  .customer-top-wrap, .customer-image-wrap {
    flex-direction: column;
  }

  .customer-quote-wrap {
    display: none;
  }

  .left-arrow {
    bottom: 5%;
  }

  .customer-says-content {
    margin-bottom: 20px;
  }

  .right-arrow {
    bottom: 5%;
    left: 41%;
  }

  .question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-contact-link {
    font-size: 20px;
  }

  .appointment-form-wrap {
    padding: 30px 20px;
  }

  .input-field, .input-field::placeholder {
    font-size: 16px;
  }

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

  .pricing-section {
    padding-bottom: 50px;
  }

  .pricing-item {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .pricing-top-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }

  .pricing-price {
    font-size: 30px;
  }

  .popular-wrap {
    text-align: center;
    position: absolute;
    inset: 0% 0% auto;
  }

  .pricing-list-content {
    font-size: 16px;
  }

  .pricing-button-wrap {
    margin-top: 25px;
  }

  .feature-item {
    flex-direction: column;
  }

  .feature-item-content-wrap {
    padding-top: 10px;
    padding-left: 0;
  }

  .about-intro-feature-list {
    margin-left: 10%;
  }

  .about-point-list-item {
    padding-right: 10px;
  }

  .about-point-list-item.about-half-width-item {
    width: 100%;
  }

  .about-contact-link {
    font-size: 22px;
  }

  .history-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .package-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .package-tab-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .package-service-title, .package-plan {
    font-size: 20px;
  }

  .package-price {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .package-visit-charge {
    font-size: 13px;
  }

  .package-detail-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .package-service-name {
    font-size: 15px;
  }

  .package-button-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .package-button-wrap {
    padding-bottom: 20px;
  }

  .package-tab-link, .package-tab-link.w--current {
    text-align: center;
  }

  .service-link-title {
    font-size: 18px;
  }

  .service-top-title {
    font-size: 24px;
  }

  .contact-detail-link {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .contact-address-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-version-wrap {
    padding: 20px 10px 30px;
  }

  .error-title {
    font-size: 100px;
  }

  .error-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .password-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .password-form-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-page-title {
    font-size: 31px;
  }

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

  .blog-meta-wrap {
    position: relative;
  }

  .blog-author-link-block, .blog-date-wrap {
    width: 100%;
  }

  .blog-meta-listing {
    flex-direction: column;
  }

  .blog-content-wrap {
    margin-top: 20px;
  }

  .blog-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .blog-readmore-link {
    margin-top: 15px;
  }

  .blog-single-meta-wrap {
    position: relative;
  }

  .blog-category-link-block {
    width: 100%;
  }

  .project-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .project-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-title {
    font-size: 21px;
  }

  .project-detail-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-item {
    padding: 10px;
  }

  .team-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .team-contact-title {
    width: 100%;
    margin-bottom: 5px;
  }

  .team-contact-link {
    margin-left: 0;
  }

  .accordion-item {
    padding-right: 15px;
    overflow: visible;
  }

  .accordion-toggle.w--open {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .accordion-question {
    font-size: 18px;
  }

  .faq-content {
    font-size: 16px;
  }

  .team-highlight-text {
    font-size: 24px;
  }

  .right-banner {
    min-height: auto;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .sale-title {
    margin-bottom: 0;
    font-size: 23px;
  }

  .sale-title.large {
    font-size: 55px;
  }

  .left-banner {
    align-items: center;
  }

  .sale-description {
    max-width: 100%;
  }

  ._20px-spacing.wide {
    display: flex;
  }

  .content-wrapper {
    padding: 0;
  }

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

  .list-wrapper {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .circle._2 {
    width: 90vw;
    height: 90vw;
  }

  .circle._3 {
    width: 80vw;
    height: 80vw;
  }

  .circle._4 {
    width: 70vw;
    height: 70vw;
  }

  .circle.rotate {
    width: 100vw;
  }

  .keep-circles-left {
    margin-bottom: 40px;
  }

  .heading-secondary.popup-contact {
    margin-top: .5rem;
    margin-bottom: .125rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .feature-paragraph {
    font-size: 1rem;
  }

  .feature-paragraph.popup-form {
    margin-bottom: 0;
  }

  .text-weight-bold.popup-contact {
    font-size: 12px;
  }

  .popup-form-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-content-wrapper {
    padding: 1rem 1rem 0;
    overflow: hidden;
  }

  .popup__contact-links {
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-image-mask {
    width: 100%;
    height: 100%;
  }

  .image-65 {
    width: 100vw;
  }

  .thanks-title {
    font-size: 50px;
  }

  .service-wrapper {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sticky-slider {
    margin-top: 9px;
  }

  .right-column {
    padding-left: 0;
    padding-right: 0;
  }

  .service-preview {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    top: 129px;
    left: 0;
  }

  .left-column {
    padding-left: 0;
    padding-right: 0;
  }

  .image-mask {
    max-height: 250px;
  }

  .push-pin-wrapper {
    top: -58px;
  }

  .push-pin {
    width: 100px;
    max-width: none;
  }

  .zack-image-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .zack-feature-list {
    margin-left: 10%;
  }

  .benefits-item-wrapper {
    padding-right: 10px;
  }

  .polaroid-image-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-image-mask-zack {
    width: 100%;
    height: 100%;
  }

  .subtitle-wrap {
    align-items: flex-start;
  }

  .about-image-zack {
    width: 100vw;
  }

  .polaroid-call {
    font-size: 22px;
  }

  .service-area-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .heading {
    font-size: 16px;
  }

  .holiday-lights-banner {
    overflow: hidden;
  }

  .banner-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .holiday-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .holiday-title.large {
    font-size: 55px;
  }

  .holiday-title-big {
    margin-bottom: 0;
    font-size: 23px;
  }

  .holiday-title-big.large {
    font-size: 38px;
  }

  .holiday-description {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .paragraph-testimonials {
    font-size: 14px;
    line-height: 24px;
  }

  .left-arrow-2, .right-arrow-2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .testimonial-slider {
    padding-left: 0%;
    padding-right: 0%;
  }

  .review-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-slider-card-wrappewr {
    padding-left: 0;
    padding-right: 0;
  }

  .empty.center-mobile, .empty.center-mobile._2, .empty.center-mobile._3 {
    display: none;
  }

  .tag-service-season {
    flex-wrap: nowrap;
  }

  .banner-title-wrap-2 {
    padding: 60px 20px;
  }

  .banner-title-2 {
    font-size: 26px;
  }

  .button-2 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .button-2.header-banner {
    font-size: 16px;
  }

  .project-detail-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-image-wrap-2 {
    max-height: none;
  }

  .section-subtitle-text-2 {
    padding-left: 5px;
    font-size: 14px;
  }

  .project-single-grid-2 {
    display: flex;
  }

  .service-area-city-list {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-2 {
    font-size: 26px;
  }

  .service-title_heading {
    font-size: 20px;
  }

  .repetitive-icon {
    object-fit: contain;
    width: 40px;
  }

  .collection-list-service-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-item-2 {
    padding: 20px;
  }

  .collection-list-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .service-items-wrap {
    padding: 20px;
  }

  .section-subtitle-text-3 {
    font-size: 16px;
  }

  .meet-owner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-toggle-2 {
    height: 100px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .input-field-2, .input-field-2::placeholder {
    font-size: 16px;
  }

  .button-3 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .appointment-form-wrap-2 {
    padding: 30px 20px;
  }
}

#w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db5f-55fab978, #w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db71-55fab978, #w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db72-55fab978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e47f08a5-a643-453a-c975-4c50694e42de-694e42da {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e47f08a5-a643-453a-c975-4c50694e42ea-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42e1-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42f3-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42fd-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e4309-694e42da, #w-node-_201d7b00-5054-15cc-481b-a8bcecb95e63-ecb95e5d, #w-node-_2e10879e-faea-6d44-f612-073a690753c6-690753c4, #w-node-_39105a99-e2f0-e8a4-cc5c-b65fb030532b-b0305327, #w-node-_39105a99-e2f0-e8a4-cc5c-b65fb030539e-b0305327, #w-node-c3475e62-81d7-7444-0ab5-4643c51ea191-c51ea18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3475e62-81d7-7444-0ab5-4643c51ea194-c51ea18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4658be57-5bc2-8fac-04d9-eeacc0a6bd6e-56fab97e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e88eba-672b-493f-7d11-7e07e1c60580-56fab97e, #w-node-_22e88eba-672b-493f-7d11-7e07e1c60582-56fab97e, #w-node-_22e88eba-672b-493f-7d11-7e07e1c60584-56fab97e, #w-node-_22e88eba-672b-493f-7d11-7e07e1c60586-56fab97e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aeffee1f-267b-2b1b-ff05-1053fb6fac3a-56fab97e, #w-node-aeffee1f-267b-2b1b-ff05-1053fb6fac43-56fab97e, #w-node-aeffee1f-267b-2b1b-ff05-1053fb6fac47-56fab97e, #w-node-aeffee1f-267b-2b1b-ff05-1053fb6fac71-56fab97e, #w-node-aeffee1f-267b-2b1b-ff05-1053fb6fac9e-56fab97e, #w-node-aeffee1f-267b-2b1b-ff05-1053fb6facca-56fab97e, #w-node-aeffee1f-267b-2b1b-ff05-1053fb6facd2-56fab97e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83a15347-2dbd-ebbf-e930-782688189728-56fab97e {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83a15347-2dbd-ebbf-e930-782688189749-56fab97e, #w-node-ea546c33-fc7f-fb56-f531-dcad7cb576fc-17fab96d, #w-node-_1cc85383-3e4f-2eff-8c3b-65695d999b3e-17fab96d, #w-node-fad48694-72e2-c3f9-51c0-7da489293f66-17fab96d, #w-node-_4658be57-5bc2-8fac-04d9-eeacc0a6bd6e-39fab977, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5ae4-6ffab979, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5af6-6ffab979, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5af7-6ffab979, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc7eb-e2fab974, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc7f4-e2fab974, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc7f8-e2fab974, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc822-e2fab974, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc84f-e2fab974, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc87b-e2fab974, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc883-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_251f895f-317d-36a9-287d-9f3d7723005b-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee5eeb5b-24b1-6c09-25ce-7845ad209ea8-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9709622d-83fb-fbda-3ac7-c1d1cdf18460-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_81b9edb4-af05-7dc3-ed47-20c96c71270f-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1f0dd9f6-a341-0f0a-da60-24b3fa858310-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e6b84ef-56c5-8546-8825-c8fd1b2f7940-e2fab974, #w-node-faff50af-328c-a7c2-51c6-d015a46f2e59-e2fab974, #w-node-e126e3f3-837f-eb63-c999-4947e396ffe2-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-fc20fa0a-4f82-87b4-af9e-a8d9b1b97fe5-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc20fa0a-4f82-87b4-af9e-a8d9b1b97fe8-e2fab974, #w-node-_91f2043b-be4e-5c6d-5944-75cf566fd3d7-e2fab974, #w-node-d87ba4b4-a4cc-8c76-a288-f8b6afede285-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0560c7c2-5f2f-48bd-2e42-efd26808b2d4-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0560c7c2-5f2f-48bd-2e42-efd26808b2d7-e2fab974, #w-node-c6ffc0a4-d497-5b78-a25c-53689ad629f2-e2fab974, #w-node-_0ddb4239-6cda-104a-e0c5-bfe3e6e4f042-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_357fb338-af18-b47b-03d6-fead5a158595-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_357fb338-af18-b47b-03d6-fead5a158598-e2fab974, #w-node-_72feda80-1fc9-e0e3-bba0-df7cf157f726-e2fab974, #w-node-fc4a1074-2366-7960-0c61-cb699576ee22-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b9eca156-6aff-027c-c290-9735886f279e-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9eca156-6aff-027c-c290-9735886f27a1-e2fab974, #w-node-_1bc18095-071d-3033-97f1-9a0614eb37ab-e2fab974, #w-node-d27a40dc-d523-cd31-8358-74152b95ac5c-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_56bc1e6c-0a6e-ff18-49bf-0936ef59ab4a-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56bc1e6c-0a6e-ff18-49bf-0936ef59ab4d-e2fab974, #w-node-a839575b-0daa-bf78-8db6-49ef938d7079-e2fab974, #w-node-d5765240-6bc8-f364-6ded-f6d658721308-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_5115ded1-33f7-6c4b-b274-ed3d3fa04e6b-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5115ded1-33f7-6c4b-b274-ed3d3fa04e6e-e2fab974, #w-node-f3681784-9f7d-56ad-42d6-c4f379ddc582-e2fab974, #w-node-_70d550b2-3d06-cc19-6c9d-61af51d158b9-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8e800990-e9bd-8c0d-e72f-65fd5762b3e7-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e800990-e9bd-8c0d-e72f-65fd5762b3ea-e2fab974, #w-node-_88cc1f1c-1315-c2e4-c1f0-030c632e30ed-e2fab974, #w-node-d4ad0785-ae80-cb7c-a87d-aa9bf698f463-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d27ec834-6b6b-0346-e26e-f8e457db7353-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d27ec834-6b6b-0346-e26e-f8e457db7356-e2fab974, #w-node-_298c7c9b-2cb8-529b-7bbd-6083eb2bab2b-e2fab974, #w-node-d573a184-98ca-afec-efb1-b790fc805ce1-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4cbd51b4-347a-8e9d-6c3f-fa73e280fc73-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cbd51b4-347a-8e9d-6c3f-fa73e280fc76-e2fab974, #w-node-_6b11d6d8-8f78-cf21-6edc-c4fa7e3d6b22-e2fab974, #w-node-_05e19e2e-5ba9-e82b-dc2f-06b8b5c60e11-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_516968a3-3cfd-b597-ca32-5f75bbc603ea-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9382501a-d40a-040b-63e3-1e42d945943f-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6ebda838-3429-564d-a554-7e2f09be96d4-e2fab974, #w-node-daf01886-fef1-8afa-b23a-a3d583a03b51-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1df-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1e2-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1e9-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1f3-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a00-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a03-e2fab974, #w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a06-e2fab974, #w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a09-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-bdb90d6d-4090-39e8-5351-929365e9e6bf-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdb90d6d-4090-39e8-5351-929365e9e6c2-e2fab974, #w-node-bdb90d6d-4090-39e8-5351-929365e9e6c5-e2fab974, #w-node-bdb90d6d-4090-39e8-5351-929365e9e6c8-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_5e764e95-7c0b-938c-94c9-8d7a5f148337-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e764e95-7c0b-938c-94c9-8d7a5f14833a-e2fab974, #w-node-_5e764e95-7c0b-938c-94c9-8d7a5f14833d-e2fab974, #w-node-_5e764e95-7c0b-938c-94c9-8d7a5f148340-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-af028119-e82c-d34b-bc7a-b8665bbdf1e7-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af028119-e82c-d34b-bc7a-b8665bbdf1ea-e2fab974, #w-node-af028119-e82c-d34b-bc7a-b8665bbdf1ed-e2fab974, #w-node-af028119-e82c-d34b-bc7a-b8665bbdf1f0-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc87b-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc87e-e2fab974, #w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc881-e2fab974, #w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc884-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d7b5c54b-f376-29ef-f7e7-48978b542a8b-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7b5c54b-f376-29ef-f7e7-48978b542a8e-e2fab974, #w-node-d7b5c54b-f376-29ef-f7e7-48978b542a91-e2fab974, #w-node-d7b5c54b-f376-29ef-f7e7-48978b542a94-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_098c049f-f61b-766e-3102-f80fcb0cd31b-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_098c049f-f61b-766e-3102-f80fcb0cd31e-e2fab974, #w-node-_098c049f-f61b-766e-3102-f80fcb0cd321-e2fab974, #w-node-_098c049f-f61b-766e-3102-f80fcb0cd324-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d1bd8298-eb88-9976-14e0-34db9395cff8-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1bd8298-eb88-9976-14e0-34db9395cffb-e2fab974, #w-node-d1bd8298-eb88-9976-14e0-34db9395cffe-e2fab974, #w-node-d1bd8298-eb88-9976-14e0-34db9395d001-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8be-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8c1-e2fab974, #w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8c4-e2fab974, #w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8c7-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_61dba0ae-7aec-c827-b768-d8d30e64259f-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61dba0ae-7aec-c827-b768-d8d30e6425a2-e2fab974, #w-node-_61dba0ae-7aec-c827-b768-d8d30e6425a5-e2fab974, #w-node-_61dba0ae-7aec-c827-b768-d8d30e6425a8-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb447-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb448-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb44b-e2fab974, #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb44e-e2fab974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7c011254-283c-2791-7ab2-8f049d6d28e1-13fab971, #w-node-_9f64cdc5-e5ac-3166-f9df-48d617d0d672-13fab971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_411cf96d-df3a-e876-f6d9-47cb3a0cd431-13fab971, #w-node-dc5623eb-1b99-9229-7f67-0405baf272c3-13fab971, #w-node-_5064f7e9-516a-7ec0-88dd-fd401f74c18f-13fab971 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16b95c37-9bec-121a-6eaa-6099f95f77e3-d6590cc7, #w-node-_4df1b19a-4458-590e-836b-7c3b3543e8e3-d6590cc7, #w-node-_84d98b98-37c8-9ab9-bf1f-24a2b5f98afb-d6590cc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcf6c3d1-2045-f0fe-9621-e22d748113d1-1dfab972 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d6e01209-7332-def9-565b-93f9c218fc5a-1dfab972 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4ad973e-0541-1a55-f22f-3d94e0e80bb2-acfab970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_63b2cf5f-4a70-fbe7-277d-c69d59888617-53fab96b, #w-node-bf167b04-9c25-40c2-3b50-e56d5fb25959-53fab96b, #w-node-_0bc0c94f-6e79-5a5f-046a-3318369f89a0-53fab96b, #w-node-_53a0a54c-3702-55ae-6d2a-530e5a104a5c-27fab97b, #w-node-_53a0a54c-3702-55ae-6d2a-530e5a104a5f-27fab97b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a0a54c-3702-55ae-6d2a-530e5a104a6e-27fab97b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05b3628e-b651-3282-3396-8dee2ab43b96-f8fab968 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_98409acd-d90f-530d-7f98-0b2b448b99da-f8fab968, #w-node-_98409acd-d90f-530d-7f98-0b2b448b99e3-f8fab968, #w-node-_3300c30a-de8a-18eb-7f8c-c192ed4455b0-f8fab968, #w-node-e8b259a9-c6d4-f9a3-0bf6-9fabe7b4570a-f8fab968, #w-node-c686c058-01ca-7545-f1fc-04a09a4af4d4-f8fab968, #w-node-_9a0b096c-aa95-f1ea-95c1-02c0dcce8ac4-e08fdc32, #w-node-_9a0b096c-aa95-f1ea-95c1-02c0dcce8ac7-e08fdc32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a0b096c-aa95-f1ea-95c1-02c0dcce8ad6-e08fdc32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b0da0f4-6923-74ac-a57d-0dcb41bae75b-d9732b33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_83a15347-2dbd-ebbf-e930-782688189728-56fab97e {
    order: -9999;
  }

  #w-node-ee5eeb5b-24b1-6c09-25ce-7845ad209ea8-e2fab974, #w-node-_9709622d-83fb-fbda-3ac7-c1d1cdf18460-e2fab974 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e47f08a5-a643-453a-c975-4c50694e4309-694e42da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9382501a-d40a-040b-63e3-1e42d945943f-e2fab974, #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb448-e2fab974 {
    place-self: center;
  }

  #w-node-_7c011254-283c-2791-7ab2-8f049d6d28e1-13fab971 {
    order: 9999;
  }

  #w-node-f25a2ffe-5b4c-aa4f-ebc8-0807f796becd-53fab96b {
    align-self: start;
  }

  #w-node-_53a0a54c-3702-55ae-6d2a-530e5a104a5f-27fab97b, #w-node-_9a0b096c-aa95-f1ea-95c1-02c0dcce8ac7-e08fdc32 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3475e62-81d7-7444-0ab5-4643c51ea191-c51ea18d, #w-node-c3475e62-81d7-7444-0ab5-4643c51ea194-c51ea18d {
    justify-self: center;
  }

  #w-node-d4ad973e-0541-1a55-f22f-3d94e0e80bb2-acfab970 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db5e-55fab978, #w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db6f-55fab978, #w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db70-55fab978, #w-node-_341c5a08-96d2-23fc-9f01-9cfbfe22db7e-55fab978, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5ae3-6ffab979, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5af4-6ffab979, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5af5-6ffab979, #w-node-_9ac61c3c-73c2-34bc-3423-d982631b5b03-6ffab979 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9382501a-d40a-040b-63e3-1e42d945943f-e2fab974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-daf01886-fef1-8afa-b23a-a3d583a03b51-e2fab974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb448-e2fab974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb44e-e2fab974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_5587373d-5e37-354f-08c5-77b970eb9302-70eb92f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


