:root {
  --gainsboro: #ddd;
  --dark-grey: #a5a5a5;
  --light-salmon: #ff935c;
  --indian-red: #d80012;
  --dark-slate-blue: #224765;
  --blue-light: #2247658c;
  --black: #222;
  --dark-paragraph: #7e7e7e;
  --white-2: #fafafa;
  --silver: #bbb;
  --white: white;
  --white-smoke: #f3f3f3;
  --subimt-color: #3e9c41c7;
  --submit-form-color: #3e9c41;
}

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

h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

a.w--current {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  text-align: center;
  border-left: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px 8.33%;
  font-size: 20px;
  line-height: 32px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 15px;
  padding-left: 8.33px;
}

.body {
  color: #222;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.section {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

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

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.hidden {
  display: flex;
}

.section.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

.section.no-side-paddings.no-top-padding {
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.facts-section {
  background-image: linear-gradient(#224765bf, #224765bf), url('../images/29528.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.instagram-section {
  background-color: #f0f0f0;
  padding: 120px 0;
  overflow: hidden;
}

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

.section.blog-section {
  padding-top: 96px;
}

.section.contact-section {
  padding: 140px 0 22px;
}

.section.contact-section.no-top-padding {
  padding-top: 54px;
  padding-bottom: 78px;
}

.section.no-paddings {
  padding: 0;
}

.section.hidden {
  display: flex;
}

.wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  height: 100%;
  display: block;
}

.wrapper.hero-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.slide-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 100%;
  display: flex;
}

.wrapper.slide-wrapper.slide-1 {
  background-image: linear-gradient(to bottom, null, null), url('../images/Image-3.jpeg');
}

.wrapper.review-slide-wrapper {
  justify-content: center;
  display: flex;
}

.wrapper.center-intro-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper.left-intro-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  border-radius: 3px;
  height: 48px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
}

.button:hover {
  background-image: linear-gradient(to bottom, #0000000d, #0000000d), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.button.w--current {
  background-image: none;
}

.button.white-button:hover {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  color: #fff;
}

.button.white-button.nav-bar-button {
  margin-left: 20px;
}

.button.ghost-button {
  transition: box-shadow .2s;
}

.button.ghost-button:hover {
  box-shadow: inset 0 0 0 1px var(--dark-grey);
  background-image: none;
}

.button.hero-button {
  margin-right: 16px;
}

.button.hero-button:hover {
  background-image: linear-gradient(to bottom, #0000000a, #0000000a), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.button.ghost-white-button {
  letter-spacing: 2px;
  font-size: 13px;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.instagram-button {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to right, var(--light-salmon), var(--indian-red));
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  padding-left: 48px;
}

.button.instagram-button:hover {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to bottom, #0000000d, #0000000d), linear-gradient(to right, var(--light-salmon), var(--indian-red));
  background-position: 20px, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
}

.button.form-button {
  background-image: linear-gradient(90deg, var(--indian-red), var(--indian-red));
  margin-top: 19px;
}

.button.password-button {
  margin-top: 3px;
}

.button.subscribe-button {
  margin-top: 11px;
}

.button.fixed-nav-bar-button {
  background-image: linear-gradient(90deg, var(--indian-red), var(--indian-red));
  margin-left: 0;
}

.button.bigger-button {
  padding-left: 60px;
  padding-right: 60px;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.style-block.typography-styles {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.style-block.typography-styles.text-center {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.grey-text {
  font-size: 16px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 64px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 20px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(#224765bf, #224765bf), url('../images/samuel-zeller-242172.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.small-button {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  border-radius: 3px;
  height: 40px;
  padding: 11px 16px 0;
  font-size: 13px;
  line-height: 20px;
}

.small-button:hover {
  background-image: linear-gradient(to bottom, #0000000d, #0000000d), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.small-button.white-button:hover {
  color: #fff;
}

.small-button.ghost-button {
  transition: box-shadow .2s;
}

.small-button.ghost-button:hover {
  box-shadow: inset 0 0 0 1px var(--dark-grey);
  background-image: none;
}

.small-button.ghost-button.back-to-blog-button {
  margin-left: 16.66%;
}

.small-button.ghost-white-button {
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.small-button.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.ghost-button {
  color: #222;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  box-shadow: inset 0 0 0 1px #ddd;
}

.ghost-white-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  box-shadow: inset 0 0 0 1px #fff;
}

.white-button {
  color: #222;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-nav-bar {
  height: 80px;
  margin-top: 0;
  top: 0;
  left: -20px;
  transform: translate(0, -100%);
}

.image-section {
  background-color: var(--dark-slate-blue);
  border: 16px solid #fff;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
}

.image-section.hero-section {
  background-color: #194d77;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-section.hero-section.hero-image {
  background-image: linear-gradient(#194d778c, #194d778c), url('../images/mike-wilson-181835.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-section.hero-section.smaller-height {
  height: 60vh;
}

.image-section.cta-section {
  background-image: linear-gradient(#224765a3, #224765a3), url('../images/breather-168767.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-section.testimonials-section {
  background-image: linear-gradient(#224765a6, #224765a6), url('../images/About-us-1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 110px;
  padding-bottom: 110px;
  display: none;
}

.image-section.footer-section {
  background-image: linear-gradient(#224765bf, #224765bf), url('../images/samuel-zeller-242172.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
}

.image-section.blog-hero-section {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/lauren-mancke-60627.jpg');
  background-position: 0 0, 50% -94px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
}

.image-section.blog-hero-section.services-fixtures {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/2150721548.jpg');
  background-position: 0 0, 50%;
  height: 100vh;
}

.image-section.blog-hero-section.drain {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/18353.jpg');
  background-position: 0 0, 50%;
}

.image-section.blog-hero-section.renovations {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/2149278644.jpg');
  background-position: 0 0, 50%;
}

.image-section.blog-hero-section.painting {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/2148903462.jpg');
  background-position: 0 0, 100%;
}

.image-section.blog-hero-section.maintenance {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/55834.jpg');
  background-position: 0 0, 50%;
}

.image-section._404-section {
  background-image: linear-gradient(#224765a6, #224765a6), url('../images/image00020.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-section.blog-post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.image-section.style-guide-section {
  background-image: linear-gradient(#224765b3, #224765b3), url('../images/joanna-kosinska-131081.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-section.facts-bg-section {
  background-image: linear-gradient(#194d7780, #194d7780), url('../images/michal-grosicki-235031.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 72px;
  padding-bottom: 72px;
}

.image-section.licensing-section {
  background-image: linear-gradient(#224765b3, #224765b3), url('../images/jeshoots-com-219386.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-section.contact-hero {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/closeup-shot-water-flowing-from-basin-mixer-tap-bathroom.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100vh;
}

.image-section.contact-hero.services-fixtures {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/2150721548.jpg');
  background-position: 0 0, 50%;
}

.image-section.contact-hero.drain {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/18353.jpg');
  background-position: 0 0, 50%;
}

.image-section.contact-hero.renovations {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/2149278644.jpg');
  background-position: 0 0, 50%;
}

.image-section.contact-hero.painting {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/2148903462.jpg');
  background-position: 0 0, 100%;
}

.image-section.contact-hero.maintenance {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/26529.jpg');
  background-position: 0 0, 50%;
}

.image-section.contact-hero._50vh {
  height: 50vh;
}

.image-section.thank-you-image {
  background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/13430.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.nav-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.nav-link.fixed-nav-link {
  color: var(--black);
}

.logo {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .55s;
  display: block;
  position: absolute;
  top: -110px;
  left: 50px;
}

.logo:hover {
  width: 230px;
  height: 230px;
}

.logo.w--current {
  width: 200px;
  height: 200px;
  transition: all .55s;
  position: absolute;
  top: -120px;
}

.logo.w--current:hover {
  width: 210px;
  height: 210px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-menu.fixed-nav-menu {
  height: 80px;
}

.slide-1 {
  background-image: linear-gradient(#194d7780, #194d7780), url('../images/istockphoto-535849289-2048x2048.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.slide-1.other-slide {
  background-image: none;
}

.slide-content {
  float: right;
  color: #fff;
  text-align: center;
  width: auto;
  margin-right: 0%;
  padding: 40px 187px;
}

.hero-text {
  margin-bottom: 40px;
}

.hero-social {
  float: left;
  color: #fff;
  flex: 1;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.hero-social-line {
  background-color: #fff6;
  width: 56px;
  height: 2px;
  margin-left: 12px;
  margin-right: 8px;
}

.social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.social-link.dark-icon {
  opacity: .3;
}

.social-link.dark-icon:hover {
  opacity: 1;
}

.hero-social-header {
  padding-top: 2px;
}

.scroll-down-button {
  float: right;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 16.66%;
  display: flex;
  position: relative;
  right: 15px;
  overflow: hidden;
}

.scroll-down-button.w--current {
  width: 40px;
  height: 40px;
}

.scroll-down-button.post-scroll-down {
  margin-bottom: 32px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.hero-call-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  width: 360px;
  font-weight: 400;
  position: relative;
  right: -152px;
  transform: rotate(90deg);
}

.hero-call-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 72px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-bottom {
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-header-wrapper {
  text-align: center;
  width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: block;
}

.feature-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  height: 360px;
  margin-bottom: 28px;
  padding-top: 8px;
  display: flex;
}

.feature-card {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.feature-link {
  color: var(--dark-grey);
  margin-top: 8px;
  transition: color .2s;
  display: inline-block;
}

.feature-link:hover {
  color: var(--indian-red);
}

.feature-icon {
  margin-bottom: 16px;
}

.card-corner {
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  height: 52px;
  margin-top: 19px;
  margin-right: -1px;
  padding-left: 16px;
  font-size: 17px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.card-corner-line {
  background-image: linear-gradient(180deg, var(--indian-red), var(--indian-red));
  width: 2px;
  height: 100%;
  margin-left: 30px;
}

.vertical-header-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72px;
  padding-top: 270px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.vertical-header-wrapper.small-padding {
  justify-content: flex-start;
  padding-top: 75px;
}

.vertical-header-wrapper.vertical-header-blog {
  padding-top: 238px;
}

.vertical-header {
  text-align: right;
  letter-spacing: 4px;
  width: 320px;
  position: relative;
  top: 207px;
  left: -124px;
  transform: rotate(-90deg);
}

.big-side-feature {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
}

.big-side-feature-image {
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 520px;
  display: flex;
}

.big-side-feature-image.image-2 {
  background-image: url('../images/claudia-nuta-347142.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-side-feature-image.image-1 {
  background-image: url('../images/24827.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.big-side-feature-image.image-3 {
  background-image: url('../images/jeff-sheldon-3225.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-side-feature-content {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 72px;
  padding-right: 31px;
  display: flex;
}

.big-side-feature-content.reversed {
  justify-content: flex-start;
}

.big-side-feature-info {
  max-width: none;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.facts {
  display: flex;
}

.fact-item {
  color: #fff;
  text-align: center;
  flex: 1;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.statistic-icon {
  width: 56px;
  margin-bottom: 8px;
}

.side-feature {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.side-feature-image {
  width: 40%;
  height: 700px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.side-feature-header {
  margin-bottom: 8px;
}

.side-feature-header.centered-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.side-feature-mini {
  width: 50%;
  padding-right: 30px;
}

.side-feature-mini-wrapper {
  padding-top: 24px;
  display: flex;
}

.side-feature-mini-icon {
  margin-bottom: 8px;
}

.instagram {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.instagram-photos {
  width: 58.33%;
  padding-left: 30px;
  display: flex;
}

.instagram-photo {
  background-color: var(--gainsboro);
  flex: none;
  width: 200px;
  height: 200px;
  position: relative;
}

.instagram-photo.photo-1 {
  background-image: url('../images/Insta-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-2 {
  background-image: url('../images/Insta-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-3, .instagram-photo.photo-4 {
  background-image: url('../images/Insta-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-5 {
  background-image: url('../images/Insta-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-info {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: none;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.instagram-text {
  text-align: center;
  margin-bottom: 24px;
}

.instagram-info-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.section-header-icon {
  margin-bottom: 16px;
}

.small-features {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.features-image {
  text-align: center;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 48px;
  position: relative;
}

.play-button {
  background-image: url('../images/play-icon.svg'), linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: auto;
  transition: transform .4s;
}

.play-button:hover {
  transform: scale(1.1);
}

.small-feature {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.call-to-action {
  color: #fff;
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price {
  font-size: 48px;
  line-height: 56px;
}

.pricing-table {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 88px;
  padding-bottom: 48px;
  position: relative;
}

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  padding: 14px 24px 15px;
  line-height: 20px;
}

.pricing-table-feature.grey {
  background-color: var(--white-2);
}

.pricing-table-list {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-tables {
  flex-wrap: wrap;
  display: flex;
}

.pricing-text {
  text-align: center;
  max-width: 570px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-link {
  color: var(--indian-red);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.review-slide {
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.review-avatar {
  border-radius: 50%;
  width: 104px;
  height: 104px;
}

.review-content {
  color: #fff;
  flex: 1;
  padding-bottom: 8px;
  padding-left: 96px;
}

.review-text {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.review-author-info {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.testimonials {
  background-color: #0000;
  height: auto;
  padding-left: 136px;
  padding-right: 136px;
}

.faq-image {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.faq.reversed {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 30px;
}

.faq-header {
  margin-bottom: 52px;
}

.question-container {
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.question-container:hover {
  background-color: var(--white-2);
}

.question {
  color: #222;
  justify-content: flex-end;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.question-line {
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  width: 2px;
  height: 32px;
}

.question-text {
  color: var(--black);
  flex: 1;
}

.answer {
  padding-right: 30px;
}

.faq-contact-text {
  margin-top: 22px;
}

.team {
  flex-wrap: wrap;
  display: flex;
}

.team-member-card {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 88px 40px 40px;
  display: flex;
  position: relative;
}

.team-member-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
}

.social-icons {
  display: flex;
}

.social-icons.footer-icons {
  margin-left: -8px;
}

.team-member-text {
  color: var(--dark-grey);
  margin-bottom: 24px;
}

.brands {
  text-align: center;
}

.brand-logotypes {
  justify-content: space-around;
  align-items: center;
  width: 75%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand-logo-link {
  width: 120%;
}

.map-wrapper {
  flex: 0 auto;
  width: 50%;
  position: relative;
}

.contact-form-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 72px;
  padding-right: 69px;
  display: flex;
}

.contact-form-wrapper.modal {
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-form {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  padding-bottom: 8px;
}

.contact {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.map {
  height: 560px;
}

.form-label {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
}

.form-label.modal {
  text-align: left;
}

.input {
  border: 1px solid var(--silver);
  color: var(--dark-grey);
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 48px;
  margin-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

.input.text-area {
  height: auto;
  min-height: 136px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.password-input {
  text-align: center;
  margin-top: 6px;
}

.input.call-back-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.dropdown-input {
  padding-left: 13px;
}

.contact-card {
  z-index: 10;
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 3px;
  width: 370px;
  margin-left: 115px;
  padding: 32px 32px 24px;
  position: absolute;
  bottom: -81px;
  left: 0;
}

.contact-address {
  margin-bottom: 8px;
  font-size: 15px;
}

.contact-info {
  margin-bottom: 8px;
  font-size: 13px;
  text-decoration: none;
}

.footer {
  color: #fff;
  background-image: linear-gradient(#224765b5, #224765b5), url('../images/samuel-zeller-242172.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-about {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 1.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-logo {
  flex-direction: row-reverse;
  justify-content: center;
  width: 150px;
  height: auto;
  margin-bottom: 21px;
  display: flex;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-links.smaller {
  width: 20%;
  padding-left: 9px;
}

.footer-links.smaller.lower {
  padding-top: 75px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  width: auto;
  height: auto;
  display: inline-flex;
}

.footer-link.blog-link {
  margin-top: 18px;
}

.footer-link.opacity {
  color: #fff0;
}

.footer-link.bigger {
  font-size: 18px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
}

.footer-blog {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-post {
  border-bottom: 1px solid #ffffff4d;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: -6px;
  font-size: 10px;
}

.footer-copyright {
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  width: 100%;
  margin-top: 36px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  display: flex;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.footer-small-link {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  display: inline;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.footer-post-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  margin-right: 16px;
}

.copyright-text {
  text-align: right;
  flex: 0 auto;
  padding-right: 23px;
}

.blog-hero-social {
  color: #fff;
  flex: 1;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-hero-social.share-social {
  margin-bottom: 40px;
}

.page-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 98vh;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.page-hero.contact {
  height: 100%;
  padding-top: 48px;
}

.page-logo {
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-hero-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-hero-button-info {
  margin-right: 24px;
}

.blog {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-posts {
  width: 66.66%;
}

.post-card-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 400px;
  margin-bottom: 19px;
  text-decoration: none;
  transition: filter .2s;
  position: relative;
}

.post-card-image:hover {
  filter: brightness(94%);
}

.post-card-decription {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}

.post-card {
  flex: 1;
  margin-bottom: 56px;
}

.post-date {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 3px;
  width: 70px;
  margin-right: 30px;
  padding-top: 15px;
  position: relative;
}

.post-date.post-content-date {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post-card {
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.post-card-header {
  color: var(--black);
  text-decoration: none;
}

.post-date-text {
  text-align: center;
  margin-bottom: 11px;
  font-size: 28px;
  line-height: 36px;
}

.post-date-month {
  border-top: 1px solid var(--gainsboro);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 11px;
}

.post-date-line {
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  width: 2px;
  height: 32px;
  margin-top: 16px;
  margin-right: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar {
  flex: 1;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-block {
  padding-bottom: 60px;
}

.sidebar-category-link {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  color: var(--black);
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.sidebar-category-link:hover {
  text-decoration: underline;
}

.sidebar-header {
  margin-top: 0;
  margin-bottom: 35px;
}

.featured-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 176px;
  margin-bottom: 9px;
  transition: filter .2s;
}

.featured-post-image:hover {
  filter: brightness(85%);
}

.featured-post-date {
  color: var(--dark-grey);
  margin-bottom: -2px;
  font-size: 12px;
}

.featured-post-header {
  color: var(--black);
  margin-bottom: 34px;
  text-decoration: none;
  display: block;
}

.featured-post-header:hover {
  text-decoration: underline;
}

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

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

.utility-page-form {
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  width: 270px;
  display: flex;
}

._404-header {
  font-size: 84px;
  line-height: 72px;
}

._404-text {
  margin-top: 2px;
  margin-bottom: 28px;
}

.post-content h1 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.post-content img {
  border-radius: 3px;
}

.post-content h2 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content blockquote {
  width: 66.66%;
  margin: 48px auto;
  display: block;
}

.post-content h3 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content h4, .post-content h6, .post-content h5 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ol {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content a {
  color: var(--indian-red);
  text-decoration: none;
}

.post-content a:hover {
  text-decoration: underline;
}

.blog-post-header {
  text-transform: capitalize;
  max-width: 570px;
  margin-top: 28px;
}

.post-hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: -32px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: 32px;
}

.post-dark-bg {
  background-color: #0b213180;
  position: absolute;
  inset: 0;
}

.post {
  margin-top: -16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-category {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  height: 24px;
  padding: 9px 8px 9px 9px;
  font-size: 10px;
  font-weight: 700;
  line-height: 8px;
  text-decoration: none;
}

.blog-category:hover {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  color: #fff;
}

.blog-category.post-card-category {
  z-index: 1;
  margin-top: 24px;
  margin-right: 39px;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-category.more-post-card-category {
  z-index: 1;
  margin-top: 24px;
  margin-right: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.logo-blog-text {
  margin-left: 16px;
}

.post-hero-info {
  margin-left: 16.66%;
  padding-left: 8px;
  padding-right: 8px;
}

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

.hero-slider {
  height: 100%;
}

.slider-arrow {
  z-index: 5;
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 40px;
  margin: auto auto auto 40px;
  transition: border .2s;
  display: flex;
  position: absolute;
  inset: 0 100% 0 0;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slider-arrow.arrow-left {
  bottom: 48px;
}

.slider-arrow.arrow-right {
  top: 48px;
}

.slide-2 {
  background-image: linear-gradient(#22476580, #22476580), url('../images/Slider-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.post-bottom-info {
  color: var(--dark-grey);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 16.66%;
  display: flex;
}

.post-bottom-date {
  color: var(--black);
  margin-left: 4px;
  margin-right: 4px;
}

.post-bottom-category {
  color: var(--indian-red);
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.scroll-up-button {
  float: right;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  font-weight: 400;
}

.hero-center-intro {
  z-index: 1;
  float: right;
  color: #fff;
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-video {
  z-index: 1;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.video-dark-bg {
  opacity: 1;
  background-color: #2b5577b3;
  position: absolute;
  inset: 0;
}

.call-back {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.call-back-button {
  z-index: 1000;
  background-image: url('../images/callback-icon-white_1callback-icon-white.png'), linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 32px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 8px 16px #2223;
}

.call-back-button.hidden {
  display: none;
}

.call-back-popup {
  z-index: 3000;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  max-width: 570px;
  padding: 23px 64px 0;
  position: relative;
  box-shadow: 0 10px 30px #26384833;
}

.form {
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.call-back-icon {
  margin-bottom: 8px;
  display: block;
}

.popup-overlay {
  z-index: 2000;
  background-color: #224765b3;
  position: fixed;
  inset: 0;
}

.call-back-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.close-popup-button {
  opacity: .3;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.close-popup-button:hover {
  opacity: 1;
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  font-size: 13px;
}

.subscribe-form {
  flex-direction: column;
  display: flex;
}

.hero-left-intro {
  z-index: 100;
  float: right;
  color: #fff;
  text-align: left;
  width: 50%;
  margin-left: 8.33%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: var(--white);
  background-image: url('../images/preloader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  display: none;
  position: fixed;
  inset: 0;
}

.hero-play-button-wrapper {
  z-index: 1;
  margin-left: 8.33%;
  position: relative;
}

.plus-icon-h-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 30px;
  position: relative;
}

.plus-icon-v-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(90deg);
}

.fixed-nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -75px);
}

.more-post-card {
  flex: 1;
  position: relative;
}

.more-posts {
  flex-wrap: wrap;
  display: flex;
}

.more-post {
  width: 33.33%;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.more-post-card-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 264px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: filter .2s;
  position: relative;
}

.more-post-card-image:hover {
  filter: brightness(94%);
}

.feature-cells {
  flex-wrap: wrap;
  margin-bottom: 1px;
  padding-top: 1px;
  display: flex;
}

.feature-cell {
  box-shadow: 0 0 0 1px var(--gainsboro);
  text-align: left;
  background-color: #fff;
  flex: 1;
  padding: 56px 4%;
  position: relative;
}

.brand-logo {
  width: 250px;
  max-width: none;
  max-height: none;
}

.features {
  flex-wrap: wrap;
  padding-top: 8px;
  display: flex;
}

.feature {
  text-align: left;
  flex: 1;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.feature-content {
  padding-left: 24px;
  padding-right: 15px;
}

.laptop-play-wrapper {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.photo-hover {
  background-color: #2247654d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.photo-fade {
  z-index: 1;
  background-image: linear-gradient(to right, #fff0, #fff 90%);
  position: absolute;
  inset: 0;
}

.licence-items {
  flex-flow: column wrap;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  flex: 1;
  align-items: center;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.licence-item-content {
  margin-left: 30px;
}

.licence-link-divider {
  color: var(--silver);
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.licence-item-header {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block {
  cursor: pointer;
  transition: background-color .2s;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.change {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  align-items: center;
  margin-bottom: -1px;
  padding: 32px 24px;
  display: flex;
}

.change-icon {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.change-icon.new {
  background-color: #56d181;
}

.change-icon.enhance {
  background-color: var(--light-salmon);
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--gainsboro);
  color: #454545;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 7px #15151514;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
  font-weight: 700;
  display: block;
}

.tooltip-arrow {
  border-right: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.change-text {
  color: #596273;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

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

.link {
  text-decoration: none;
}

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

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.div-block-2 {
  border-right: 1px none var(--white);
  flex-direction: column;
  margin-right: 0;
  padding-right: 45px;
  display: flex;
}

.div-block-3 {
  border-right: 1px none var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-right: 34px;
  display: flex;
}

.image-4 {
  position: static;
  inset: auto 2% 3% auto;
}

.link-block {
  position: fixed;
  inset: auto 3% 3% auto;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #247cff;
  border: 2px solid #247cff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #1a4ed2;
  border-color: #1a4ed2;
  transform: translate(0, -2px);
}

.button-2.standard {
  letter-spacing: .5px;
  margin-top: 31px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.button-2.standard:hover {
  color: #fff;
}

.button-2.standard.header {
  text-transform: uppercase;
  margin-top: 6px;
  padding: 14px 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
}

.button-2.standard.header:hover {
  background-color: #023a6e;
  border-color: #023a6e;
}

.button-2.standard.header.w--current, .button-2.standard.header.w--current:visited {
  color: #fff;
}

.div-block-46 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.close-link-2 {
  clear: none;
  color: #000;
  margin-bottom: 32px;
  text-decoration: none;
  display: none;
  position: static;
}

.close-link-2:hover {
  color: #ed0808;
}

.paragraph-32 {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.italic-text-12 {
  color: #000;
  font-size: 26px;
}

.small-text.smaller-font {
  font-size: 14px;
}

.link-23 {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-40 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pop-up-wrapper-2 {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border: 2px solid #247cff;
  flex-direction: column;
  align-items: center;
  width: 600px;
  height: 90%;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 22px 18px;
  display: flex;
  overflow: scroll;
}

.pop-up-wrapper-2.hidden {
  display: none;
}

.heading-46 {
  color: #dd0007;
  margin-top: 1px;
  margin-bottom: 0;
}

.text-field-3 {
  border-radius: 4px;
  margin-bottom: 0;
}

.text-field-3.space-down {
  margin-bottom: 13px;
  padding-bottom: 73px;
}

.field-label-3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label-3.smaller-font {
  font-size: 12px;
}

.submit-button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f00008;
  border-radius: 5px;
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  transition: all .45s;
}

.submit-button-3:hover {
  background-color: #1061ad;
}

.italic-text-26 {
  color: #666f77;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.modal-wrapper-2 {
  z-index: 99999;
  text-align: center;
  background-color: #000000a1;
  height: 100%;
  padding-top: 81px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper-2.modal-2 {
  background-color: #000000c4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: auto;
  padding-top: 38px;
  display: none;
  position: fixed;
}

.italic-text-11 {
  color: #000;
  font-size: 18px;
  display: none;
}

.italic-text-25 {
  color: #1c69a7;
  font-size: 18px;
  font-weight: 400;
}

.image-27 {
  width: 20%;
  max-width: none;
  margin-top: 12px;
  margin-bottom: 23px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 27px;
  display: grid;
}

.bold-text-60 {
  color: #666f77;
  width: 100%;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.success-message-3 {
  color: #000;
  background-color: #6fdda3;
  margin-top: 27px;
}

.contact-form-2 {
  padding-top: 0;
  padding-bottom: 4px;
}

.contact-form-2.hidden {
  display: none;
}

.error-message-3 {
  color: #fff;
  background-color: #f33;
}

.bold-text-61 {
  color: #2482ce;
  font-size: 26px;
}

.paragraph-29 {
  color: #ffcb05;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: none;
}

.space-down {
  margin-bottom: 48px;
}

.bold-text-71 {
  color: var(--black);
  font-family: Verdana, Geneva, sans-serif;
}

.image-54 {
  margin-right: 11px;
}

.transition-bg-image-2 {
  background-image: url('../images/Take-a-Sleep-Image.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.transition-bg-image-2.infloor-heating {
  background-image: url('../images/inner_service_02.jpg');
}

.transition-bg-image-2.general-plumbing-image {
  background-image: url('../images/inner_professionals_01.jpg');
}

.transition-bg-image-2.boilers-image {
  background-image: url('../images/BOILERS.jpg');
}

.transition-bg-image-2.heat-pumbs-image {
  background-image: url('../images/Heat-Pumps.jpg');
}

.subheading {
  color: #666f77;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.section-22 {
  background-color: #fff;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-22.hidden {
  display: flex;
}

.split-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .8fr;
  align-content: stretch;
  height: 100%;
}

.split-section-grid.other-colour-background {
  background-color: var(--white-smoke);
}

.bold-text-70 {
  color: var(--black);
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.justify-column {
  order: 1;
  width: auto;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
}

.header-h2-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.transition-bg-solid-2 {
  background-color: #f1f6fb;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.transition-bg-solid-2.about-us {
  background-color: #becbdc;
  display: none;
}

.div-block-36 {
  flex-direction: column;
  width: auto;
  margin-right: 44px;
  display: block;
}

.div-block-37 {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.split-column {
  text-align: left;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.split-column.image {
  position: relative;
}

.split-column.image.about-us {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: none;
  display: flex;
}

.split-column.content {
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.split-column.content.inside-marg.updown-margins {
  margin-bottom: 0;
}

.bold-text-68 {
  color: var(--black);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.paragraph-72 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.sufix-line {
  background-color: #247cff;
  order: -1;
  width: 30px;
  height: 4px;
  margin-bottom: 8px;
  margin-left: 0;
  display: inline-block;
}

.subheading-wrapper-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.container {
  padding-top: 26px;
  padding-bottom: 32px;
}

.gallery-2 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.heading-47 {
  color: #1061ad;
  font-family: Verdana, Geneva, sans-serif;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "." 334px
                 "."
                 "." 334px
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.mask {
  background-color: var(--white);
  height: 100%;
}

.dropdown-2 {
  display: block;
}

.pop-up-wrapper-3 {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #247cff;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 22px;
  display: flex;
}

.link-block-10 {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.link-block-10:hover {
  color: #2ca7fa;
}

.bold-text-72 {
  color: #2482ce;
  font-size: 26px;
}

.paragraph-82 {
  color: var(--white);
  background-color: #db282b;
  width: 80%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 10px 17px;
}

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

.contact-form-3 {
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  transition: all .45s;
}

.submit-button-4:hover {
  background-color: #1061ad;
}

.bold-text-64 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.contact-map-form {
  text-align: center;
  background-color: #fff;
  border: 7px solid #2482ce;
  width: auto;
  padding: 0;
  transition: background-color .5s;
  position: static;
  top: 0;
}

.image-56 {
  width: 65%;
  max-width: none;
  margin-top: 12px;
  margin-bottom: 37px;
}

.paragraph-83 {
  background-color: #0000;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-84 {
  background-color: #0000;
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}

.bold-text-73 {
  color: #666f77;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.field-label-4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-6 {
  color: #1f5980;
  letter-spacing: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 26px;
  font-weight: 700;
  transition: color .55s;
}

.heading-6:hover {
  color: #0e89db;
}

.paragraph-85 {
  background-color: #247cff;
  width: 80%;
  padding-left: 17px;
  padding-right: 17px;
}

.contact-map-form-2 {
  text-align: center;
  background-color: #fff;
  border: 7px solid #2482ce;
  width: 100%;
  padding: 0;
  transition: background-color .5s;
  position: static;
  top: 0;
}

.link-block-11 {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.link-block-11:hover {
  color: #2ca7fa;
}

.heading-52 {
  color: #1f5980;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  transition: color .55s;
}

.heading-52:hover {
  color: #0e89db;
}

.grid-2x1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-2x1.left-column-1-25fr {
  grid-template-columns: 1.25fr 1fr;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--indian-red);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #bf0000e6;
  transform: translate(0, -2px);
}

.button-3._1.w--current {
  height: auto;
}

.display-horizontal-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.display-horizontal-right.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #002e6e;
  background-image: linear-gradient(#224765bf, #224765bf), url('../images/closeup-shot-water-flowing-from-basin-mixer-tap-bathroom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-medium {
  margin: 0 0 2rem;
}

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

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

.cta-section {
  padding: 20px;
}

.container-90 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical.padding-huge {
  background-color: #fff;
  border: 1px #002e6e;
  padding: 5.4rem 0 2.5rem;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-absolute.item-5 {
  inset: 0% auto auto 0%;
}

.position-absolute.item-6 {
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)rotateX(0)rotateY(180deg)rotateZ(0);
}

.no-margin {
  color: var(--dark-slate-blue);
  margin: 0;
}

.no-margin.text-color-white {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

.button-secondary {
  color: #1d1d1d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1d1d1d;
  border-radius: 0;
  margin-top: 0;
  padding: 24px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: box-shadow .2s, transform .2s;
}

.button-secondary:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 30px #0000001a;
}

.button-secondary.white {
  color: #fff;
  border-color: #fff;
  transition: background-color .2s, transform .2s;
}

.button-secondary.white:hover {
  color: #272f39;
  background-color: #fff;
  transform: translate(0, -2px);
}

.slide-22 {
  background-image: linear-gradient(#194d7780, #194d7780), url('../images/13430.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.slide-22.other-slide {
  background-image: none;
}

.slider-testimonials {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
}

.left-arrow {
  border: 2px solid var(--indian-red);
  color: #d72027;
  border-radius: 3px;
  width: 4rem;
  height: 4rem;
  margin-right: 15px;
  font-size: 20px;
  inset: auto 5rem 0% auto;
}

.heading-5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.slide-testimonials {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  width: 100%;
  max-width: 45%;
  margin-right: 2rem;
  padding: 0;
  box-shadow: 0 2px 30px #3330300d;
}

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

.display-horizontal-left.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.right-arrow {
  background-color: var(--indian-red);
  border-radius: 3px;
  width: 4rem;
  height: 4rem;
  margin-right: 21px;
  font-size: 20px;
  inset: auto 0% 0% auto;
}

.padding-medium {
  padding: 2rem;
}

.hidden {
  display: none;
}

.heading-11 {
  color: #002e6e;
}

.heading-11.red {
  color: var(--indian-red);
}

.mask-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
}

.div-block-47 {
  padding-left: 78px;
  padding-right: 0;
}

.section-23 {
  padding: 80px 40px;
  position: relative;
}

.section-23.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section-23.without-space.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}

.get-in-touch-link {
  box-sizing: border-box;
  background-color: var(--dark-slate-blue);
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.loop-block {
  flex: none;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.loop-block:hover {
  opacity: .6;
}

.text-loop {
  flex: none;
  align-items: center;
  margin-right: 7px;
  display: flex;
}

.text-loop:hover {
  opacity: 1;
  color: #000;
}

.line-contact {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1em;
  text-decoration: none;
}

.contact-2 {
  color: #fff;
  border-bottom: 1px #000;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.small-button-2 {
  background-image: linear-gradient(to right, #ff935c, #fb406c);
  border-radius: 3px;
  height: 40px;
  padding: 11px 16px 0;
  font-size: 13px;
  line-height: 20px;
}

.small-button-2:hover {
  background-image: linear-gradient(#0000000d, #0000000d), linear-gradient(to right, #ff935c, #fb406c);
}

.small-button-2.white-button:hover {
  color: #fff;
}

.small-button-2.ghost-button {
  transition: box-shadow .2s;
}

.small-button-2.ghost-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.small-button-2.ghost-button.back-to-blog-button {
  margin-left: 16.66%;
}

.image-section-2 {
  background-color: #224765;
  border: 16px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.image-section-2.blog-hero-section {
  background-image: linear-gradient(#224765a6, #224765a6), url('../images/lauren-mancke-60627.jpg');
  background-position: 0 0, 50% -94px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-24 {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

.plus-icon-v-line-2 {
  background-color: #222;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(90deg);
}

.text-link-2 {
  color: var(--indian-red);
  text-decoration: none;
}

.text-link-2:hover {
  text-decoration: underline;
}

.question-text-2 {
  color: #222;
  flex: 1;
  font-size: 18px;
}

.question-container-2 {
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.question-container-2:hover {
  background-color: #fafafa;
}

.div-block-48 {
  cursor: pointer;
  transition: background-color .2s;
}

.plus-icon-h-line-2 {
  background-color: #222;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.vertical-header-2 {
  text-align: right;
  letter-spacing: 4px;
  width: 320px;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.question-line-2 {
  background-image: linear-gradient(180deg, var(--indian-red), #fb406c);
  width: 2px;
  height: 32px;
}

.post-date-line-2 {
  background-image: linear-gradient(#ff935c, #fb406c);
  width: 2px;
  height: 32px;
  margin-top: 16px;
  margin-right: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.post-date-month-2 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 11px;
}

.section-25 {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

.section-25.no-bottom-padding {
  padding-bottom: 0;
}

.post-date-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 70px;
  margin-right: 30px;
  padding-top: 15px;
  position: relative;
}

.post-date-2.post-content-date {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.post-bottom-date-2 {
  color: #222;
  margin-left: 4px;
  margin-right: 4px;
}

.post-bottom-info-2 {
  color: #a5a5a5;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 16.66%;
  display: flex;
}

.post-bottom-category-2 {
  color: #fb406c;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}

.post-bottom-category-2:hover {
  text-decoration: underline;
}

.section-26 {
  background-color: #fff;
  padding: 120px 56px 43px;
  position: relative;
}

.grey-text-2 {
  color: #a5a5a5;
}

.grey-text-2.rich-text {
  color: #3f3f3f;
  margin-bottom: 15px;
  font-size: 17px;
}

.grey-text-2._2 {
  color: #3f3f3f;
}

.side-feature-image-2 {
  width: 41.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 2.33%;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-feature-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-27 {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

.section-27.no-side-paddings {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.big-side-feature-info-2 {
  max-width: none;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.button-4 {
  background-image: linear-gradient(to right, #ff935c, #fb406c);
  border-radius: 3px;
  height: 48px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
}

.button-4:hover {
  background-image: linear-gradient(#0000000d, #0000000d), linear-gradient(to right, #ff935c, #fb406c);
}

.big-side-feature-image-2 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 520px;
  display: flex;
}

.big-side-feature-image-2.image-3 {
  background-image: url('../images/jeff-sheldon-3225.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-side-feature-image-2.image-3.service1 {
  background-image: url('../images/Signs-of-Wear.png');
}

.big-side-feature-image-2.image-3.service2 {
  background-image: url('../images/240_F_334607671_cWBoDyJQYP6DYXlGYUKnXIe5yjh3P7Us.jpg');
}

.big-side-feature-image-2.image-3.service3 {
  background-image: url('../images/2980.jpg');
}

.big-side-feature-image-2.image-3.service4 {
  background-image: url('../images/24846.jpg');
}

.big-side-feature-image-2.image-3.service1-copy {
  background-image: url('../images/2150721544.jpg');
}

.big-side-feature-image-2.image-3.snow-removal {
  background-image: url('../images/SNOW-PLOWING-IMAGE-4.jpg');
  background-position: 50%;
}

.big-side-feature-image-2.image-3.signs-of-wear {
  background-image: url('../images/Signs-of-Wear.png');
  height: 600px;
}

.big-side-feature-image-2.image-3.care-maintenance {
  background-image: url('../images/Care-and-Maintenance.png');
  height: 600px;
}

.big-side-feature-image-2.image-3.fixture {
  background-image: url('../images/2150721544.jpg');
  height: 600px;
}

.big-side-feature-content-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.big-side-feature-content-2.reversed {
  justify-content: flex-start;
  padding-left: 34px;
  padding-right: 34px;
}

.image-section-3 {
  background-color: #224765;
  border: 16px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.image-section-3.cta-section {
  background-image: linear-gradient(#224765a3, #224765a3), url('../images/13954.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.button-5 {
  background-image: linear-gradient(90deg, var(--indian-red), #fb406c);
  border-radius: 3px;
  height: 48px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
}

.button-5:hover {
  background-image: linear-gradient(#0000000d, #0000000d), linear-gradient(to right, #ff935c, #fb406c);
}

.div-block-49 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-53 {
  color: #222;
  font-size: 20px;
}

.primary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6d20;
  border: 1px solid #ff6d20;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button.full-submit-width {
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  color: #fff;
  background-color: #010524;
  border-color: #010524;
}

.primary-red-button.full-submit-width.other-colour {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-29 {
  width: 40%;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.home-4-content-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.secvices-detail-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1em;
}

.form-block-5 {
  margin-bottom: 0;
}

.contacts-input {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #ff6d20;
}

.contacts-input::placeholder {
  color: #717171;
}

.contacts-input.white {
  color: #f9f9fa;
  letter-spacing: 1px;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contacts-input.white::placeholder, .contacts-input.white:lang(en) {
  color: #f9f9fa;
}

.image-brand {
  filter: invert();
  width: auto;
  max-width: none;
  height: 25px;
}

.image-brand.other {
  width: auto;
  height: 20px;
}

.image-brand.bigger {
  height: 36px;
}

.link-details {
  line-height: 1.2em;
}

.brand-block-image {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.text-content-right-details {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
}

.text-block-14 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 9px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.overlay-service-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #060b3d00;
  justify-content: center;
  align-items: flex-end;
  padding: 50px 71px 93px 17px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  background-color: #0000003b;
  margin-bottom: 0;
  padding: 18px;
}

.services-category {
  color: #ff6d20;
  font-weight: 600;
  transition: color .3s;
}

.services-category:hover {
  color: #fff;
}

.bottom-block-home-1 {
  grid-row-gap: 35px;
  flex-direction: column;
  width: 90%;
  padding-bottom: 15px;
  display: flex;
}

.home-ruc-4-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.contacts-textarea {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border: 1px solid #ff6d20;
}

.contacts-textarea::placeholder {
  color: #717171;
}

.contacts-textarea.white {
  color: #f9f9fa;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  min-height: 120px;
}

.contacts-textarea.white::placeholder {
  color: #f9f9fa;
  letter-spacing: 1px;
}

.brand {
  width: 200px;
  height: 200px;
  transition: all .55s;
  position: absolute;
  top: 20px;
  left: 20px;
}

.brand:hover {
  width: 210px;
  height: 210px;
}

.brand.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .55s;
  top: 20px;
  left: 20px;
}

.brand.w--current:hover {
  width: 210px;
  height: 210px;
  display: block;
}

.image-57 {
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.list-item {
  margin-bottom: 12px;
}

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

.italic-text-27 {
  font-style: normal;
}

.list {
  padding-left: 27px;
}

.slide-3 {
  background-image: linear-gradient(#194d7780, #194d7780), url('../images/Slide-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-108 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.image-26 {
  width: 20px;
}

.link-24 {
  color: #faf5e1;
  margin-right: 15px;
  font-size: 22px;
  text-decoration: none;
  transition: all .475s;
}

.link-24:hover {
  color: #dd1e35;
}

.link-24.red {
  color: var(--indian-red);
  margin-right: 0;
}

.link-24.red:hover {
  color: var(--dark-slate-blue);
}

.link-24.red-number {
  color: var(--indian-red);
}

.link-24.red-number:hover {
  color: var(--black);
}

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

.footer-link-3 {
  color: #fff;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
}

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

.footer-link-4 {
  color: #fff;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
}

.footer-link-4:hover {
  color: #88e47e;
}

.image-58 {
  margin-bottom: 23px;
}

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

.dropdown-toggle {
  border: 1px solid var(--dark-grey);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 7px;
  display: flex;
}

.dropdown-3 {
  width: 100%;
}

.text-block-15 {
  color: #22222280;
}

.heading-57 {
  font-size: 20px;
}

.image-59 {
  width: 100%;
}

.success-message-4 {
  background-color: #3de269a8;
  width: 100%;
}

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

.error-message-4 {
  width: 100%;
}

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

.success-message-5 {
  background-color: var(--subimt-color);
  color: var(--white);
  width: 100%;
  font-size: 16px;
}

.text-block-19 {
  color: var(--indian-red);
  font-size: 16px;
}

.title-heading-wrapper {
  overflow: hidden;
}

.title-heading-wrapper.title-home-1 {
  z-index: 2;
  width: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
}

.email-text-2 {
  color: #fff;
  text-align: center;
  background-color: #3c4f8ac4;
  flex-direction: column;
  align-items: center;
  padding: 18px 63px;
  font-size: 36px;
  line-height: 48px;
  display: flex;
}

.italic-text-28 {
  letter-spacing: 1px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (min-width: 1280px) {
  .section.no-side-paddings.no-top-padding {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper {
    max-width: 1360px;
  }

  .big-side-feature {
    width: 100%;
    max-width: none;
  }

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

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

  .get-in-touch-link {
    padding-bottom: 22px;
  }

  .big-side-feature-info-2 {
    max-width: none;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .secvices-detail-title {
    font-size: 55px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .text-content-right-details {
    grid-row-gap: 70px;
  }

  .overlay-service-details {
    padding-bottom: 146px;
  }

  .image-57 {
    max-width: none;
  }

  .title-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .title-heading-wrapper.title-home-1 {
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .section.no-side-paddings.no-top-padding {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .big-side-feature {
    width: 100%;
    max-width: none;
  }

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

  .section-23 {
    padding-top: 130px;
  }

  .section-27.no-side-paddings {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .big-side-feature-info-2 {
    max-width: none;
  }

  .text-content-right-details {
    grid-row-gap: 160px;
  }

  .overlay-service-details {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 183px;
  }

  .home-ruc-4-description {
    font-size: 22px;
    line-height: 36px;
  }

  .heading-54 {
    font-size: 75px;
  }

  .heading-55 {
    font-size: 48px;
    line-height: 50px;
  }

  .paragraph-86 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .section {
    padding: 53px 30px;
    overflow: hidden;
  }

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

  .section.instagram-section {
    padding: 80px 67px;
  }

  .section.brands-section {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .section.blog-section {
    padding-top: 64px;
  }

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

  .section.contact-section.no-top-padding {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .button.white-button.nav-bar-button {
    display: none;
  }

  .button.fixed-nav-bar-button {
    margin-top: 14px;
    margin-bottom: 14px;
    display: block;
  }

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }

  .button-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-bar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: -20px;
  }

  .image-section.hero-section {
    height: auto;
  }

  .image-section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-section.testimonials-section {
    padding: 72px 0;
  }

  .image-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-section.blog-hero-section, .image-section.blog-post-hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-section.contact-hero {
    height: 100vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
    color: var(--black);
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -1px;
    padding: 16px 15px;
  }

  .nav-link.hidden {
    width: 100%;
  }

  .logo {
    width: 170px;
    height: 170px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo:hover {
    width: 170px;
    height: 170px;
  }

  .logo.w--current {
    width: 150px;
    height: 150px;
    top: -108px;
    left: 45px;
  }

  .logo.w--current:hover {
    width: 170px;
    height: 170px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: #fff;
    height: auto;
    overflow: scroll;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid var(--gainsboro);
    height: auto;
  }

  .slide-content {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 8.33%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-text {
    margin-bottom: 32px;
  }

  .hero-social-line {
    width: 48px;
  }

  .scroll-down-button {
    margin-right: 8.33%;
  }

  .hero-bottom {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .feature-cards {
    height: auto;
  }

  .feature-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 72px 16px 56px;
  }

  .feature-link {
    margin-top: 0;
  }

  .card-corner {
    font-size: 15px;
    line-height: 20px;
  }

  .card-corner-line {
    margin-left: 24px;
  }

  .vertical-header-wrapper {
    display: none;
  }

  .big-side-feature-image {
    height: 360px;
  }

  .big-side-feature-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .big-side-feature-info {
    padding-left: 0;
    padding-right: 0;
  }

  .fact-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .statistic-icon {
    width: 48px;
  }

  .side-feature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .side-feature-image {
    width: auto;
    height: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .side-feature-content {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-feature-mini {
    padding-right: 24px;
  }

  .side-feature-mini-wrapper {
    padding-top: 16px;
  }

  .instagram-photos {
    padding-left: 16px;
  }

  .instagram-photo {
    height: 160px;
  }

  .instagram-info {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-info-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-image {
    margin-bottom: 32px;
  }

  .small-feature {
    padding-left: 8px;
  }

  .price {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-table {
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-table-feature {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 13px;
  }

  .pricing-text {
    margin-top: 64px;
  }

  .review-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .review-avatar {
    width: 80px;
    height: 80px;
  }

  .review-content {
    padding-left: 32px;
  }

  .review-text {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials {
    padding-left: 120px;
    padding-right: 120px;
  }

  .faq-image {
    flex: 1;
    width: auto;
  }

  .faq-list {
    width: 58.33%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-container {
    padding-left: 24px;
  }

  .team-member-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 72px 16px 32px;
  }

  .team-member-avatar {
    width: 80px;
    height: 80px;
  }

  .brand-logotypes {
    width: 91.66%;
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .contact-form-wrapper {
    padding-left: 32px;
    padding-right: 40px;
  }

  .contact-form {
    width: 100%;
  }

  .map {
    height: 480px;
  }

  .contact-card {
    width: 320px;
    margin-left: 32px;
  }

  .contact-address {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .contact-info {
    margin-bottom: 4px;
  }

  .footer-about {
    width: 33%;
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-logo {
    left: -14px;
  }

  .footer-links {
    width: 30%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-links.smaller {
    width: 20%;
  }

  .footer-links.smaller.lower {
    width: 15%;
    padding-right: 0;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-blog {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .footer-copyright {
    margin-left: 8px;
    margin-right: 8px;
  }

  .blog-hero-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-hero-social.share-social {
    margin-bottom: 32px;
  }

  .page-hero {
    background-color: #fff0;
    height: 98vh;
  }

  .page-logo {
    height: 72px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-hero-button {
    margin-right: 8px;
  }

  .post-card-image {
    height: 264px;
  }

  .post-date {
    margin-right: 16px;
  }

  .post-date.post-content-date {
    margin-top: 8px;
    margin-left: 8px;
  }

  .blog-post-card {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar {
    margin-left: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-category-link {
    font-size: 14px;
  }

  .featured-post-image {
    height: 152px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    height: 440px;
    padding-bottom: 16px;
  }

  .post-dark-bg {
    inset: 0;
  }

  .post {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-category.post-card-category {
    margin-top: 16px;
    margin-right: 24px;
  }

  .blog-category.more-post-card-category {
    margin-top: 16px;
    margin-right: 16px;
  }

  .post-hero-info {
    margin-left: 14.6%;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .slide-2 {
    background-image: linear-gradient(#22476580, #22476580), url('../images/Image-2.jpeg');
    background-position: 0 0, 50%;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
    padding: 6px;
  }

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

  .menu-button.fixed-menu-button {
    color: var(--black);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 18px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .scroll-up-button {
    margin-right: 8.33%;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
    position: relative;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .dropdown-link.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-center-intro {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 8px;
    display: block;
  }

  .hero-video {
    padding-left: 24px;
    padding-right: 40px;
  }

  .call-back-button {
    width: 56px;
    height: 56px;
    margin: 20px;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .hero-left-intro {
    width: 66.66%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0%;
    padding: 40px 8px;
    display: block;
  }

  .more-post {
    padding-left: 8px;
    padding-right: 8px;
  }

  .more-post-card-image {
    height: 176px;
  }

  .feature-cell {
    flex: 0 auto;
    width: 50%;
  }

  .feature {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-content {
    padding-left: 0;
  }

  .licence-items, .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 20px 12px;
  }

  .tooltip.change-tooltip {
    display: none;
  }

  .change-text {
    margin-left: 16px;
  }

  .link-23 {
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .pop-up-wrapper-2 {
    text-align: center;
    background-size: 240px;
    margin-top: 15px;
  }

  .modal-wrapper-2 {
    padding-top: 58px;
    padding-left: 51px;
    padding-right: 51px;
    display: block;
  }

  .modal-wrapper-2.modal-2 {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 29px;
    display: none;
  }

  .image-27 {
    width: 25%;
  }

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

  .transition-bg-image-2 {
    text-align: center;
    background-position: 50%;
    width: 100vw;
    inset: 0%;
  }

  .section-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-section-grid {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
    height: auto;
    display: block;
  }

  .split-section-grid.other-colour-background {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .justify-column {
    order: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 60px 0 0;
  }

  .split-column.image {
    min-height: auto;
  }

  .split-column.image.about-us {
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .split-column.content {
    order: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .split-column.content.inside-marg {
    padding-left: 60px;
    padding-right: 60px;
  }

  .split-column.content.inside-marg.updown-margins {
    margin-bottom: 11px;
    padding-top: 42px;
    padding-bottom: 0;
  }

  .paragraph-72 {
    margin-bottom: 37px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .gallery-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-grid-container {
    grid-template-rows: 244px 234px 258px auto auto auto;
    align-self: stretch;
  }

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

  .heading-49 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .pop-up-wrapper-3 {
    text-align: center;
    background-size: 240px;
    margin-top: 15px;
  }

  .contact-map-form {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .image-56 {
    width: 50%;
  }

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

  .heading-6 {
    font-size: 26px;
  }

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

  .contact-map-form-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-52 {
    font-size: 26px;
  }

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

  .grid-2x1.left-column-1-25fr {
    grid-template-columns: 1fr;
  }

  .grid-2x1.left-column-1-25fr.gap-50px {
    grid-template-rows: auto;
  }

  .background-color-black {
    padding-top: 52px;
    padding-bottom: 52px;
  }

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

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

  .left-arrow {
    width: 2rem;
    height: 2rem;
    margin-right: 1px;
  }

  .slide-testimonials {
    max-width: 90%;
  }

  .right-arrow {
    width: 2rem;
    height: 2rem;
    right: 2%;
  }

  .mask-2 {
    padding-left: 0;
  }

  .div-block-47 {
    padding-left: 43px;
  }

  .section-23 {
    padding: 40px 20px;
  }

  .section-23.without-space.no-padding-left-right {
    padding-top: 0;
  }

  .get-in-touch-link {
    width: 100%;
    position: static;
  }

  .image-section-2.blog-hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-24 {
    padding: 80px 8px;
    overflow: hidden;
  }

  .question-container-2 {
    padding-left: 24px;
  }

  .section-25 {
    padding: 80px 8px;
    overflow: hidden;
  }

  .post-date-2 {
    margin-right: 16px;
  }

  .post-date-2.post-content-date {
    margin-top: 8px;
    margin-left: 8px;
  }

  .section-26 {
    padding: 28px 26px;
    overflow: hidden;
  }

  .side-feature-image-2 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-content-2 {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-27 {
    padding: 80px 8px;
    overflow: hidden;
  }

  .section-27.no-side-paddings.no-bottom-padding {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .big-side-feature-info-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .big-side-feature-image-2 {
    height: 360px;
  }

  .big-side-feature-content-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .big-side-feature-content-2.reversed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-section-3.cta-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-29 {
    width: 70%;
  }

  .brand-block {
    justify-content: center;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
  }

  .secvices-detail-title {
    margin-bottom: 23px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .text-content-right-details {
    z-index: auto;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }

  .text-block-14 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .overlay-service-details {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 130px 0 0;
    position: absolute;
    inset: 0%;
  }

  .bottom-block-home-1 {
    grid-row-gap: 15px;
    text-align: center;
    align-items: center;
    display: none;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 80%;
  }

  .brand, .brand:hover {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
  }

  .brand.w--current {
    width: 170px;
    height: 170px;
    top: -2px;
    left: 0;
  }

  .brand.w--current:hover {
    width: 170px;
    height: 170px;
  }

  .list-item {
    font-size: 15px;
  }

  .list {
    padding-left: 17px;
  }

  .div-block-108 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-26 {
    color: var(--indian-red);
    width: 4%;
  }

  .link-24 {
    color: var(--indian-red);
  }

  .div-block-109 {
    flex-flow: column;
    padding-top: 18px;
  }

  .image-59 {
    max-width: none;
    position: relative;
    bottom: 129px;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: flex;
  }

  .icon-2 {
    font-size: 40px;
  }

  .list-item-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-59 {
    line-height: 36px;
  }

  .title-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .title-heading-wrapper.title-home-1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .email-text-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.no-side-paddings.no-top-padding {
    padding-top: 0;
  }

  .section.facts-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .section.instagram-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.contact-section {
    padding-bottom: 0;
  }

  .wrapper {
    height: auto;
    position: relative;
  }

  .button.form-button {
    margin-top: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar.fixed-nav-bar {
    height: 70px;
    top: 0;
    left: 0;
  }

  .image-section {
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-section.hero-section.smaller-height {
    height: 45vh;
  }

  .image-section.testimonials-section {
    padding-bottom: 24px;
  }

  .image-section.footer-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-section.blog-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/lauren-mancke-60627.jpg');
    background-position: 0 0, 50%;
  }

  .image-section.blog-hero-section.services-fixtures {
    height: 800px;
  }

  .image-section.blog-hero-section.drain {
    height: auto;
  }

  .image-section.blog-hero-section.renovations {
    padding-bottom: 0;
  }

  .image-section.contact-hero {
    background-image: linear-gradient(to bottom, var(--blue-light), var(--blue-light)), url('../images/closeup-shot-water-flowing-from-basin-mixer-tap-bathroom.jpg');
    background-position: 0 0, 50%;
    height: 100vh;
    display: flex;
  }

  .logo {
    width: 140px;
    height: 140px;
  }

  .logo.w--current {
    width: 140px;
    height: 140px;
    left: 10px;
  }

  .logo.w--current:hover {
    width: 140px;
    height: 140px;
  }

  .nav-menu {
    width: 100%;
    height: auto;
    position: relative;
  }

  .slide-content {
    width: 100%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-text {
    margin-bottom: 24px;
    margin-left: 78px;
    margin-right: 78px;
  }

  .hero-social {
    justify-content: flex-end;
    padding: 24px 8px;
  }

  .hero-social-line {
    width: 40px;
  }

  .scroll-down-button {
    display: none;
  }

  .hero-bottom {
    left: 160px;
  }

  .hero-bottom.hidden {
    position: static;
  }

  .section-header-wrapper {
    width: auto;
  }

  .feature-cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card {
    flex: 0 auto;
    width: 66.66%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 19px 32px;
  }

  .big-side-feature {
    flex-flow: column-reverse wrap;
  }

  .big-side-feature-image {
    justify-content: center;
    width: 100%;
  }

  .big-side-feature-image.image-1 {
    height: 400px;
  }

  .big-side-feature-content {
    flex: 0 auto;
    order: -1;
    justify-content: center;
    width: 100%;
  }

  .big-side-feature-info {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 24px;
  }

  .side-feature {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .side-feature-image {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .side-feature-content {
    width: 100%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-feature-mini-wrapper {
    flex-wrap: wrap;
  }

  .instagram {
    flex-direction: column-reverse;
  }

  .instagram-photos {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .instagram-photo {
    height: 120px;
  }

  .instagram-info {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 66.66%;
    max-width: none;
    padding-bottom: 15px;
  }

  .instagram-info-wrapper {
    justify-content: center;
    padding-top: 32px;
  }

  .play-button {
    bottom: 16px;
  }

  .small-feature {
    flex-basis: 50%;
  }

  .pricing-table {
    flex: 0 auto;
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-tables {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-text {
    margin-top: 32px;
  }

  .testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-image {
    align-items: center;
    width: 100%;
  }

  .faq {
    flex-flow: column wrap;
  }

  .faq-list {
    width: 100%;
    padding-bottom: 24px;
  }

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

  .team-member-card {
    flex: 40%;
    margin-bottom: 24px;
  }

  .brand-logotypes {
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .map-wrapper {
    width: 100%;
  }

  .contact-form-wrapper {
    flex-direction: row;
    padding-top: 160px;
    padding-right: 32px;
  }

  .contact-form-wrapper.modal {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact {
    flex-flow: column-reverse wrap;
    align-items: stretch;
  }

  .map {
    height: 320px;
  }

  .contact-card {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0;
  }

  .footer {
    flex-direction: column;
  }

  .footer-about {
    width: 100%;
    padding-right: 32px;
  }

  .footer-logo {
    height: auto;
    padding-left: 0;
  }

  .footer-links {
    width: auto;
  }

  .footer-links.smaller {
    flex-direction: column;
    width: auto;
  }

  .footer-links.smaller.lower {
    padding-top: 0;
  }

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

  .copyright-text {
    text-align: left;
  }

  .blog-hero-social {
    padding: 16px 0;
  }

  .page-hero {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 135px;
  }

  .page-hero.contact {
    justify-content: center;
    align-items: center;
  }

  .page-logo {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-hero-button {
    margin-top: 8px;
    margin-right: 0;
  }

  .blog-hero-button-info {
    display: none;
  }

  .blog {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
  }

  .sidebar {
    margin-left: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .featured-post-image {
    height: 240px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .hero-slider {
    height: 480px;
  }

  .slider-arrow {
    margin-left: auto;
  }

  .slider-arrow.arrow-left {
    inset: auto auto 20px 20px;
  }

  .slider-arrow.arrow-right {
    inset: auto auto 20px 84px;
  }

  .slide-2 {
    background-image: linear-gradient(#22476580, #22476580), url('../images/Image-2.jpeg');
    background-position: 0 0, 50%;
  }

  .testimonoals-nav {
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 9px;
    position: relative;
  }

  .menu-button.fixed-menu-button {
    padding: 12px;
    position: static;
  }

  .hero-center-intro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
    display: block;
  }

  .call-back-button {
    margin: 16px;
  }

  .call-back-wrapper {
    padding: 16px;
  }

  .hero-left-intro {
    display: block;
  }

  .more-post-card {
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .more-post {
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .more-post-card-image {
    height: 272px;
  }

  .feature-cell {
    flex: 0 auto;
  }

  .brand-logo {
    width: 160px;
  }

  .features {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature {
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .feature-content {
    padding-left: 24px;
  }

  .licence-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-item {
    flex: 0 auto;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .paragraph-32 {
    line-height: 16px;
  }

  .italic-text-12 {
    font-size: 18px;
  }

  .link-23 {
    margin-left: 0;
  }

  .paragraph-40 {
    margin-bottom: 3px;
  }

  .pop-up-wrapper-2 {
    background-image: linear-gradient(#0000, #0000);
    width: 100%;
    margin-top: 11px;
    padding: 17px 26px 6px;
  }

  .modal-wrapper-2 {
    height: 100%;
    padding: 43px 52px;
    display: block;
  }

  .modal-wrapper-2.modal-2 {
    min-height: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .italic-text-11 {
    font-size: 12px;
    line-height: 12px;
  }

  .image-27 {
    width: 30%;
    margin-bottom: 22px;
  }

  .bold-text-60 {
    font-size: 12px;
    line-height: 12px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .bold-text-61 {
    font-size: 24px;
  }

  .paragraph-29 {
    padding-top: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .transition-bg-image-2 {
    width: 100vw;
    inset: 0%;
  }

  .subheading {
    font-size: 16px;
  }

  .split-section-grid {
    grid-template-rows: auto auto;
    justify-content: start;
    justify-items: start;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .header-h2-2 {
    font-size: 18px;
  }

  .split-column.image {
    padding-bottom: 24px;
  }

  .split-column.image.about-us {
    order: 0;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
    right: 0;
  }

  .split-column.content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-72 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.6em;
  }

  .gallery-2 {
    padding: 40px 56px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
    margin-top: -1px;
  }

  .heading-48 {
    margin-left: 54px;
    margin-right: 54px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-49 {
    font-size: 22px;
  }

  .image-55 {
    max-width: none;
  }

  .pop-up-wrapper-3 {
    background-position: 5% 40%;
    background-size: 180px;
    width: auto;
    margin-top: 11px;
    padding: 17px 0 6px;
  }

  .link-block-10 {
    margin-top: 0;
  }

  .bold-text-72 {
    font-size: 24px;
  }

  .paragraph-82 {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-form-3 {
    width: 90%;
    padding: 10px 0;
  }

  .bold-text-64 {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-map-form {
    padding: 10px 34px;
  }

  .paragraph-83 {
    line-height: 16px;
  }

  .paragraph-84 {
    margin-bottom: 17px;
  }

  .bold-text-73 {
    color: #252a2e;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-6 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-85 {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }

  .contact-map-form-2 {
    padding: 17px 34px;
  }

  .link-block-11 {
    margin-top: 0;
  }

  .heading-52 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .button-3 {
    font-size: 14px;
  }

  .background-color-black {
    padding-top: 38px;
    padding-bottom: 38px;
  }

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

  .text-color-white {
    font-size: 14px;
  }

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

  .position-absolute.item-5, .position-absolute.item-6 {
    max-height: 30px;
  }

  .no-margin.text-color-white {
    font-size: 26px;
    line-height: 30px;
  }

  .slider-testimonials {
    padding-bottom: 3.6rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .mask-2 {
    padding-left: 0;
  }

  .section-23 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .get-in-touch-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .contact-2 {
    font-size: 18px;
  }

  .image-section-2 {
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-section-2.blog-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/lauren-mancke-60627.jpg');
    background-position: 0 0, 50%;
  }

  .section-24 {
    padding-top: 0;
    padding-bottom: 37px;
  }

  .section-25 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-26 {
    padding-top: 26px;
    padding-bottom: 64px;
  }

  .grey-text-2.rich-text, .grey-text-2._2 {
    text-align: left;
  }

  .side-feature-image-2 {
    width: 66.66%;
    padding: 0;
  }

  .side-feature-content-2 {
    width: 100%;
    padding: 0%;
  }

  .side-feature-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-27 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .big-side-feature-info-2 {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 24px;
  }

  .big-side-feature-image-2 {
    justify-content: center;
    width: 100%;
  }

  .big-side-feature-image-2.image-3.service4, .big-side-feature-image-2.image-3.signs-of-wear, .big-side-feature-image-2.image-3.care-maintenance {
    height: 250px;
  }

  .big-side-feature-image-2.image-3.fixture {
    height: 260px;
  }

  .big-side-feature-content-2 {
    flex: 0 auto;
    order: -1;
    justify-content: center;
    width: 100%;
  }

  .image-section-3 {
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .primary-red-button.full-submit-width.other-colour {
    height: 40px;
    padding: 3px;
  }

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

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .secvices-detail-title {
    font-size: 40px;
  }

  .contacts-input.white {
    padding: 7px;
    font-size: 12px;
  }

  .text-content-right-details {
    grid-row-gap: 50px;
    margin-right: 0;
    position: static;
  }

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

  .overlay-service-details {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 17px;
    position: static;
  }

  .form-2 {
    width: 100%;
  }

  .bottom-block-home-1 {
    display: none;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .contacts-textarea.white {
    min-height: 100px;
  }

  .brand.w--current {
    width: 140px;
    height: 140px;
    padding-left: 8px;
    padding-right: 0;
  }

  .brand.w--current:hover {
    width: 140px;
    height: 140px;
  }

  .image-59 {
    bottom: 42px;
  }

  .heading-59, .heading-60 {
    text-align: left;
  }

  .title-heading-wrapper.title-home-1 {
    width: auto;
    margin-bottom: 29px;
  }

  .email-text-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .section {
    padding-top: 26px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .section.no-side-paddings.no-top-padding {
    padding-bottom: 0;
  }

  .section.facts-section {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section.instagram-section {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    width: 100%;
    max-width: none;
  }

  .wrapper.left-intro-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .button.hero-button {
    margin-bottom: 16px;
  }

  .button.ghost-white-button {
    font-size: 11px;
  }

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .small-button.ghost-button.back-to-blog-button {
    margin-left: 0%;
  }

  .nav-bar {
    padding-left: 0;
  }

  .nav-bar.fixed-nav-bar {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
    top: 0;
    left: 0;
  }

  .image-section.hero-section.smaller-height {
    height: 35vh;
  }

  .image-section.footer-section {
    padding-left: 4px;
    padding-right: 4px;
  }

  .image-section.blog-post-hero-section {
    padding-right: 8px;
  }

  .image-section.contact-hero {
    height: 100vh;
  }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link.hidden {
    width: 100%;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .logo, .logo:hover {
    width: 140px;
    height: 140px;
    left: 20px;
  }

  .logo.w--current {
    width: 120px;
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    top: -110px;
    left: 10px;
  }

  .logo.w--current:hover {
    width: 120px;
    height: 120px;
    top: 0;
    left: 20px;
  }

  .nav-menu {
    height: auto;
    overflow: scroll;
  }

  .slide-content {
    padding-left: 0;
    padding-right: 19px;
    font-size: 10px;
  }

  .hero-text {
    margin-left: 34px;
    margin-right: 34px;
    font-size: 12px;
    line-height: 16px;
  }

  .hero-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-social-line, .hero-social-header, .scroll-down-button {
    display: none;
  }

  .hero-call-text {
    right: -160px;
  }

  .hero-bottom {
    left: 0;
    right: 0;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card {
    width: 100%;
  }

  .grey-text {
    text-align: left;
  }

  .big-side-feature-image {
    height: 240px;
  }

  .big-side-feature-image.image-1 {
    height: 200px;
  }

  .big-side-feature-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .side-feature-image {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-mini, .instagram {
    width: 100%;
  }

  .instagram-info {
    width: 83.33%;
  }

  .instagram-info-wrapper {
    width: 100%;
  }

  .play-button {
    bottom: 4px;
  }

  .small-feature {
    flex-basis: 100%;
  }

  .call-to-action {
    text-align: left;
    max-width: none;
    padding-left: 11px;
    padding-right: 11px;
  }

  .pricing-table {
    width: 100%;
  }

  .review-slide {
    flex-direction: column;
    justify-content: center;
  }

  .review-avatar {
    margin-bottom: 8px;
  }

  .review-content {
    text-align: center;
    padding-left: 0;
  }

  .review-author-info {
    font-size: 10px;
  }

  .testimonials {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-header {
    text-align: left;
  }

  .team-member-card {
    flex-basis: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .brand-logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo-link {
    padding: 12px;
  }

  .contact-form-wrapper {
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrapper.modal {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    padding-left: 18px;
    padding-right: 18px;
  }

  .map {
    height: 220px;
  }

  .input {
    height: 32px;
  }

  .input.text-area {
    min-height: 100px;
  }

  .input.call-back-input {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .contact-card {
    width: auto;
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    bottom: 0;
  }

  .footer {
    padding-top: 23px;
  }

  .footer-about {
    padding-right: 8px;
  }

  .footer-links {
    width: auto;
  }

  .footer-copyright {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copyright-text {
    text-align: center;
    margin-top: 8px;
    font-size: 10px;
  }

  .page-hero {
    height: auto;
  }

  .page-hero.contact {
    padding-top: 129px;
  }

  .post-card-image {
    height: 224px;
  }

  .post-date {
    display: none;
  }

  .sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .featured-post-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px 8px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4, .post-content h6, .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .logo-blog-text {
    margin-left: 12px;
  }

  .post-hero-info {
    margin-left: 0%;
    padding-left: 0;
    padding-right: 8px;
  }

  .hero-slider {
    height: 100vh;
  }

  .slider-arrow.arrow-left {
    left: 16px;
  }

  .slider-arrow.arrow-right {
    left: 80px;
  }

  .slide-2 {
    background-image: linear-gradient(#22476580, #22476580), url('../images/Slider-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .post-bottom-info {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .scroll-up-button {
    display: none;
  }

  .dropdown.w--open {
    position: relative;
  }

  .dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-center-intro {
    padding: 16px 40px 32px;
  }

  .hero-video {
    padding-left: 8px;
  }

  .call-back-popup {
    padding: 40px;
  }

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

  .close-popup-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .hero-left-intro {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-play-button-wrapper {
    height: 72px;
    margin-bottom: 88px;
    margin-left: 32px;
  }

  .more-post-card {
    margin-left: 0;
    margin-right: 0;
  }

  .more-post {
    padding-left: 8px;
    padding-right: 8px;
  }

  .more-post-card-image {
    height: 224px;
  }

  .feature-cells {
    flex-direction: column;
  }

  .feature-cell {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .brand-logo {
    width: auto;
    max-height: 44px;
  }

  .feature {
    width: 100%;
  }

  .feature-content {
    padding-right: 0;
  }

  .licence-item {
    flex-direction: column;
    width: 100%;
  }

  .licence-item-content {
    text-align: center;
    margin-top: 24px;
    margin-left: 0;
  }

  .licence-item-header {
    margin-bottom: 8px;
  }

  .image-4 {
    max-width: 60%;
  }

  .link-block {
    justify-content: flex-end;
    display: flex;
  }

  .button-2.standard {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 18px;
  }

  .close-link-2 {
    margin-bottom: 85px;
  }

  .paragraph-32 {
    line-height: 14px;
  }

  .italic-text-12 {
    display: block;
  }

  .link-23 {
    margin-bottom: 11px;
    margin-left: -1px;
  }

  .paragraph-40 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .pop-up-wrapper-2 {
    text-align: center;
    background-image: linear-gradient(#0000, #0000);
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 6px;
    padding: 5px 11px 11px;
    display: flex;
  }

  .modal-wrapper-2 {
    flex-direction: column;
    padding: 20px 16px 18px;
    display: block;
  }

  .modal-wrapper-2.modal-2 {
    min-height: auto;
    padding-left: 19px;
    padding-right: 19px;
    display: none;
    top: 0%;
  }

  .italic-text-11 {
    display: none;
  }

  .italic-text-25 {
    font-size: 14px;
  }

  .image-27 {
    width: 30%;
    margin-bottom: 13px;
    margin-left: 10px;
  }

  .bold-text-60 {
    font-size: 11px;
    line-height: 10px;
  }

  .bold-text-61 {
    font-size: 18px;
  }

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

  .space-down {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
  }

  .subheading {
    font-size: 14px;
  }

  .split-section-grid {
    place-items: center start;
    width: auto;
    height: auto;
    padding: 3px 0;
    display: block;
  }

  .split-section-grid.other-colour-background {
    padding: 0 11px;
  }

  .justify-column {
    flex-direction: column;
    order: 1;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .header-h2-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .transition-bg-solid-2.about-us {
    display: none;
  }

  .split-column {
    width: 100%;
  }

  .split-column.image.about-us {
    width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
    position: static;
    right: 0;
  }

  .split-column.content {
    flex-direction: row;
    width: 100%;
    margin-top: 33px;
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
  }

  .split-column.content.inside-marg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-column.content.inside-marg.updown-margins {
    margin-top: 1px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-72 {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .gallery-2 {
    padding: 42px 27px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-48 {
    margin-left: 34px;
    margin-right: 34px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-49 {
    font-size: 18px;
    line-height: 26px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .heading-50 {
    font-size: 22px;
  }

  .pop-up-wrapper-3 {
    text-align: center;
    background-position: 50% 6%;
    background-size: 115px;
    flex-direction: column;
    width: 100%;
    margin-top: 6px;
    padding: 11px 4px;
    display: flex;
  }

  .link-block-10 {
    text-align: center;
    margin-top: 0;
    display: inline-block;
  }

  .bold-text-72 {
    font-size: 18px;
  }

  .paragraph-82 {
    width: 90%;
    margin-top: 0;
    padding: 11px;
    font-size: 13px;
    line-height: 16px;
  }

  .contact-form-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-64 {
    font-size: 15px;
    line-height: 22px;
  }

  .contact-map-form {
    padding: 4px 0;
  }

  .image-56 {
    width: 70%;
    margin-bottom: 13px;
    margin-left: 10px;
  }

  .paragraph-83 {
    margin-bottom: 10px;
    line-height: 14px;
  }

  .paragraph-84 {
    font-size: 14px;
  }

  .bold-text-73 {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
    line-height: 16px;
  }

  .heading-6 {
    text-align: center;
    font-size: 16px;
    display: inline;
  }

  .paragraph-85 {
    width: 90%;
    padding: 11px;
  }

  .contact-map-form-2 {
    padding: 8px 15px;
  }

  .link-block-11 {
    text-align: center;
    margin-top: 0;
    display: inline-block;
  }

  .heading-52 {
    text-align: center;
    font-size: 16px;
    display: inline;
  }

  .button-3 {
    padding: 10px 36px;
  }

  .display-horizontal-right.gap-10px.vertical-left---mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .background-color-black {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .margin-bottom.margin-medium {
    margin-bottom: -.6rem;
  }

  .text-color-white {
    line-height: 20px;
  }

  .cta-section {
    padding-left: 0;
    padding-right: 0;
  }

  .container-90 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-vertical.padding-huge {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin {
    font-size: 20px;
    line-height: 26px;
  }

  .no-margin.text-color-white {
    font-size: 20px;
    line-height: 28px;
  }

  .slider-testimonials {
    padding-bottom: 4.6rem;
  }

  .heading-5 {
    font-size: 16px;
  }

  .slide-testimonials {
    max-width: 100%;
    margin-right: 1.3rem;
  }

  .display-horizontal-left.gap-1rem {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-medium {
    padding: 1.4rem 1.1rem;
  }

  .div-block-47 {
    padding-bottom: 28px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .line-contact {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-2 {
    font-size: 16px;
    font-weight: 400;
  }

  .small-button-2.ghost-button.back-to-blog-button {
    margin-left: 0%;
  }

  .div-block-48 {
    padding-left: 14px;
  }

  .post-date-2 {
    display: none;
  }

  .post-bottom-info-2 {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .section-26 {
    padding: 20px 20px 0;
  }

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

  .side-feature-image-2 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-side-feature-image-2 {
    height: 240px;
  }

  .big-side-feature-image-2.image-3.service2, .big-side-feature-image-2.image-3.signs-of-wear, .big-side-feature-image-2.image-3.care-maintenance, .big-side-feature-image-2.image-3.fixture {
    height: 200px;
  }

  .big-side-feature-content-2.reversed {
    padding-left: 19px;
    padding-right: 19px;
  }

  .image-section-3.cta-section {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .brand-block {
    grid-column-gap: 37px;
  }

  .secvices-detail-title {
    font-size: 32px;
  }

  .contacts-input.white {
    padding: 7px 8px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 22px;
  }

  .overlay-service-details {
    padding-top: 0;
    padding-bottom: 35px;
    position: relative;
  }

  .form-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-ruc-4-description {
    margin-bottom: 0;
  }

  .contacts-textarea.white {
    min-height: 80px;
    margin-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .paragraph-86 {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
  }

  .brand {
    width: 120px;
    height: auto;
    top: 0;
    left: 0;
  }

  .brand:hover {
    width: 120px;
  }

  .brand.w--current {
    width: 120px;
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .brand.w--current:hover {
    width: 120px;
    height: 120px;
    left: 0;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-56 {
    text-align: left;
  }

  .image-26 {
    margin-right: 13px;
    display: none;
  }

  .footer-link-3, .footer-link-4 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .heading-58 {
    text-align: left;
  }

  .list-item-2 {
    font-size: 14px;
  }

  .heading-61 {
    margin-bottom: 0;
  }

  .paragraph-87 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-62 {
    text-align: left;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .heading-63 {
    font-size: 24px;
  }

  .text-block-19 {
    font-size: 14px;
    line-height: 20px;
  }

  .title-heading-wrapper {
    margin-bottom: 0;
  }

  .italic-text-28 {
    font-size: 14px;
  }
}

#w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-08263aa4, #w-node-_2f48be08-5654-f414-d324-c9945326ef90-96de748e, #w-node-e6d1451a-b0ca-d644-ac1d-64764cccb0ed-4cccb0b2, #w-node-_9216dc8f-ed77-3031-02c1-dcf58e15b8d6-08263ab0, #w-node-f3536f44-27f5-6273-3a8f-700a146e29cd-08263ab0, #w-node-d50d481e-2ab4-582d-67ed-8f6f86e2f1f1-08263ab0, #w-node-d50d481e-2ab4-582d-67ed-8f6f86e2f1f3-08263ab0, #w-node-d50d481e-2ab4-582d-67ed-8f6f86e2f1fd-08263ab0, #w-node-d50d481e-2ab4-582d-67ed-8f6f86e2f1ff-08263ab0, #w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-a871be2d, #w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-f233b34d, #w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-3bc6c2f2, #w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-7e09e096, #w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-b80a07db, #w-node-_4dd28f74-5362-fe12-50f0-23d5eb76ca17-05fbfbf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_2f48be08-5654-f414-d324-c9945326ef80-96de748e, #w-node-_2f48be08-5654-f414-d324-c9945326ef84-96de748e, #w-node-_2f48be08-5654-f414-d324-c9945326ef88-96de748e, #w-node-_2f48be08-5654-f414-d324-c9945326ef8c-96de748e, #w-node-e6d1451a-b0ca-d644-ac1d-64764cccb0dd-4cccb0b2, #w-node-e6d1451a-b0ca-d644-ac1d-64764cccb0e1-4cccb0b2, #w-node-e6d1451a-b0ca-d644-ac1d-64764cccb0e5-4cccb0b2, #w-node-e6d1451a-b0ca-d644-ac1d-64764cccb0e9-4cccb0b2, #w-node-_9216dc8f-ed77-3031-02c1-dcf58e15b8c6-08263ab0, #w-node-_9216dc8f-ed77-3031-02c1-dcf58e15b8ca-08263ab0, #w-node-_9216dc8f-ed77-3031-02c1-dcf58e15b8ce-08263ab0, #w-node-_9216dc8f-ed77-3031-02c1-dcf58e15b8d2-08263ab0, #w-node-f3536f44-27f5-6273-3a8f-700a146e29bd-08263ab0, #w-node-f3536f44-27f5-6273-3a8f-700a146e29c1-08263ab0, #w-node-f3536f44-27f5-6273-3a8f-700a146e29c5-08263ab0, #w-node-f3536f44-27f5-6273-3a8f-700a146e29c9-08263ab0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


