.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/apartment-architecture-bookcase-bookshelves-271816-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/apartment-architecture-bookcase-bookshelves-271816-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.intro-text {
  margin-bottom: 35px;
  text-align: left;
}

.section {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-store-home-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-align: left;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-white.bottomone {
  margin-top: 50px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 100px 80px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #3498db;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.problem-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problem-wrapper.right {
  display: block;
  width: 90vw;
  height: 100vh;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph {
  margin-bottom: 0px;
}

.form {
  width: 100%;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #fff;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: block;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-toggle {
  color: #fff;
}

.services-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.68);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
  background-position: 0px 0px;
}

.background-video.kitchen {
  position: relative;
  overflow: visible;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}

.heading-7 {
  position: absolute;
  z-index: 10;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
}

.heading-11 {
  position: static;
  top: 515.34375px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 200px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #3498db;
  font-weight: 400;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.text-block-4 {
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.div-block-19 {
  display: none;
  background-color: #3498db;
  color: #fff;
}

.image-5 {
  width: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-16 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  font-weight: 300;
}

.button-5 {
  padding: 15px 50px;
  background-color: #e71919;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.worktogetherdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/white-sink-2207894.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/white-sink-2207894.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.worktogetherdiv.worktogetherdivtext {
  padding-right: 30px;
  padding-left: 30px;
  background-image: none;
}

.worktogetherdiv.kitchen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/apartment-architecture-cabinets-chairs-533157.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/apartment-architecture-cabinets-chairs-533157.jpg');
}

.worktogetherdiv.basement {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/turned-on-gray-flat-screen-smart-tv-1571459-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/turned-on-gray-flat-screen-smart-tv-1571459-2.jpg');
}

.worktogetherdiv.general {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/white-downlight-chandelier-1457844-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/white-downlight-chandelier-1457844-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.worktogetherdiv.painting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/person-holding-paint-roller-while-painting-the-wall-994164-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/person-holding-paint-roller-while-painting-the-wall-994164-2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-77 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.heading-79 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-80 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3498db;
  color: #fff;
}

.image-6 {
  padding-right: 11px;
}

.text-block-6 {
  color: #fff;
}

.icon {
  color: #fff;
}

.heading-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-13 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.div-block-97._3 {
  background-image: none;
}

.div-block-97._2 {
  background-image: none;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-99 {
  width: 33.33%;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 0px;
}

.heading-82 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  height: 15px;
}

.heading-83 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.div-block-103 {
  margin-right: 10px;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3498db;
}

.columns-5 {
  width: 100%;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.image-16 {
  height: 75px;
}

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

.heading-66 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.div-block-79 {
  text-align: center;
}

.heading-67 {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

.div-block-87 {
  width: 50px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 9px;
}

.commercialneedscolumndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  margin-bottom: 0px;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-87 {
  min-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/person-using-dewalt-cordless-impact-driver-on-brown-board-1249611-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/person-using-dewalt-cordless-impact-driver-on-brown-board-1249611-3.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-110 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-18 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/bathroom-cabinet-candles-faucet-342800.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bathroom-cabinet-candles-faucet-342800.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-18.kitchen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/white-wooden-cupboards-2724749.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/white-wooden-cupboards-2724749.jpg');
  background-repeat: repeat, no-repeat;
}

.section-18.basement {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/interior-design-of-a-house-1571460.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/interior-design-of-a-house-1571460.jpg');
}

.section-18.general {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brown-wooden-desk-with-rolling-chair-and-shelves-near-window-667838-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brown-wooden-desk-with-rolling-chair-and-shelves-near-window-667838-2.jpg');
  background-position: 0px 0px, 50% 100%;
}

.section-18.painting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/apply-blue-brush-carpentry-221027-2-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/apply-blue-brush-carpentry-221027-2-2.jpg');
}

.div-block-111 {
  padding: 20px;
  border: 1px solid #fff;
}

.section-19 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link-2 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-2:hover {
  opacity: 1;
}

.footer-link-2.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link-2.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link-2.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.social-media-icon {
  padding: 8px;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal-space-between.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  padding: 65px;
  border: 1px none #fff;
}

.text-block-7 {
  color: #fff;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-88 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.heading-89 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #3498db;
  font-weight: 300;
  text-align: center;
}

.services {
  cursor: pointer;
}

.servicesrowwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
}

.service {
  width: 100%;
}

.serviceimage {
  width: 100%;
  margin-bottom: 20px;
}

.servicetext {
  padding-right: 39px;
  padding-left: 39px;
}

.servicetextheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  height: 50px;
  margin-right: 5px;
}

.heading-91 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #3498db;
  font-size: 18px;
  font-weight: 400;
}

.divider {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.43);
}

.heading-92 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #3498db;
  background-color: transparent;
  color: #3498db;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-15 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 100;
}

.image-21 {
  width: 100%;
}

.servicelinkwrapper {
  width: 33.3%;
  text-decoration: none;
}

.servicelinkwrapper.commercial {
  display: none;
}

.section-20 {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3498db;
  color: #fff;
}

.homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #fff;
  box-shadow: 7px 15px 45px 2px rgba(123, 136, 168, 0.2);
  opacity: 0.91;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #7839f3;
}

.dropdown-link.link-03 {
  z-index: 28;
}

.dropdown-link.link-04 {
  z-index: 27;
}

.dropdown-link.link-02 {
  z-index: 29;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 84px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b88a8;
  font-size: 15px;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #283338;
}

.dropdown-title.colour-1 {
  color: #6a35ff;
}

.dropdown-title.colour-2 {
  color: #46d39a;
}

.dropdown-title.colour-4 {
  color: #ff9f59;
}

.dropdown-title.colour-3 {
  color: #01d2fc;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #f3efff;
}

.icon-square.colour-2 {
  background-color: #f0fbf7;
}

.icon-square.colour-3 {
  background-color: #ebfbff;
}

.icon-square.colour-4 {
  background-color: #fff7f2;
}

.link-block-4 {
  padding: 20px 12px;
  font-family: Roboto, sans-serif;
  color: #121e46;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-wrapper {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.navigation-wrap-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999999999;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-logo {
  min-width: 55px;
}

.chevron {
  margin-right: 5px;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -2%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-link-mob {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mob:hover {
  background-color: #fff;
  box-shadow: 7px 15px 45px 2px rgba(123, 136, 168, 0.2);
  opacity: 0.91;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #7839f3;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.icon-2 {
  width: 100%;
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: #8c54ff;
  font-size: 14px;
  white-space: normal;
}

.dropdown-toggle-2 {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #121e46;
}

.dropdown-toggle-2:hover {
  color: #8c54ff;
}

.dropdown {
  margin-right: 5px;
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.dropdown.commercial {
  display: none;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -120px;
  z-index: 9999999999999;
  max-height: 100vh;
  min-width: 370px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-small.w--open {
  left: -110px;
  min-width: 350px;
}

.text-block-9 {
  font-family: Roboto, sans-serif;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.mobilebackground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 90vh;
  background-image: url('../images/photo-of-a-bathroom-2988865.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-93 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.section-21 {
  display: block;
}

.policyspacer {
  height: 60px;
}

.image-23 {
  position: absolute;
  right: -64px;
  bottom: -260px;
  height: 87px;
}

.heading-94 {
  margin-bottom: 20px;
  color: #939bb4;
  font-size: 52px;
  line-height: 52px;
  font-weight: 900;
}

.heading-94.home {
  width: 100%;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.container-6 {
  position: relative;
}

.image-11 {
  position: absolute;
  left: -30px;
  top: 111px;
  height: 260px;
}

.image-15 {
  position: absolute;
  right: -170px;
  bottom: -42px;
  height: 94px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.description {
  padding-top: 12px;
  padding-right: 7px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.description.centered {
  position: relative;
  z-index: 0;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
}

.image-14 {
  position: absolute;
  top: 177px;
  right: 182px;
  height: 35px;
}

.policies {
  position: static;
  overflow: hidden;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 165px 92px;
  border-radius: 50px;
  background-color: #fdece8;
}

.policies._2ndpolicy {
  background-color: #def3fd;
}

.policies._3rdpolicy {
  background-color: #defde0;
}

.policies._4thpolicy {
  background-color: #fcf7de;
}

.policies.contactus {
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  margin-right: 0px;
  margin-left: 0px;
  border: 0.5px none #000;
  background-color: #fff;
}

.image-12 {
  position: absolute;
  left: 193px;
  top: 379px;
  height: 56px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: absolute;
  left: -14%;
  top: -56%;
  right: auto;
  bottom: auto;
  height: 35px;
}

.image-13 {
  position: absolute;
  left: 436px;
  top: 275px;
  height: 165px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.heading-96 {
  color: #939bb4;
  font-size: 34px;
  font-weight: 600;
}

.heading-96.centered {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-block-118 {
  position: relative;
  z-index: 10;
  padding: 50px;
  border: 1px none #000;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.89);
}

.policieswrap {
  margin-top: 0px;
  margin-bottom: 0px;
}

.policypagewrapper {
  position: relative;
}

.policyhero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/5c129f6a54b328581db72768_bre.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5c129f6a54b328581db72768_bre.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.policyhero.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/round-brown-wooden-5-piece-dining-set-in-room-1571463.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/round-brown-wooden-5-piece-dining-set-in-room-1571463.jpg');
}

.previous {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  color: #3498db;
  font-weight: 500;
}

.mask {
  overflow: hidden;
}

.field-input {
  width: 100%;
  min-height: 45px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(62, 52, 200, 0.04);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 55, 0.75);
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::-webkit-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input:-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.next-button {
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #3498db;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15px;
  margin-left: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.success-message {
  padding: 50px;
  letter-spacing: 1px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 90px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.form-wrap-full {
  font-family: Montserrat, sans-serif;
}

.field-title {
  margin-bottom: 5px;
  padding-left: 6px;
  background-color: #fff;
  color: #000037;
  font-size: 14px;
  font-weight: 400;
}

.slider {
  position: relative;
  height: 100%;
  max-width: 700px;
  background-color: transparent;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0px;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #3498db;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  letter-spacing: 1px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-bottom {
  height: 1px;
  background-color: #c5c7ca;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  width: 45px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.paragraph-16 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  color: #5b617c;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next {
  position: absolute;
  right: 35px;
  display: block;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 35px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.form-section-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 90px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.checkbox-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3498db;
  font-size: 14px;
}

.form-wrapper {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
}

.form-field-2 {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.21);
  background-image: none;
  color: #096ad0;
}

.form-field-2::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field-2:-ms-input-placeholder {
  color: #096ad0;
}

.form-field-2::-ms-input-placeholder {
  color: #096ad0;
}

.form-field-2::placeholder {
  color: #096ad0;
}

.text-area-2 {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.21);
  color: #096ad0;
}

.text-area-2::-webkit-input-placeholder {
  color: #096ad0;
}

.text-area-2:-ms-input-placeholder {
  color: #096ad0;
}

.text-area-2::-ms-input-placeholder {
  color: #096ad0;
}

.text-area-2::placeholder {
  color: #096ad0;
}

.button-8 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-8:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 18px;
  font-weight: 300;
}

.icon-3 {
  height: 200px;
  margin-top: 0px;
  margin-bottom: -40px;
  padding-top: 0px;
  color: #fff;
  font-size: 24px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 75px;
  margin-bottom: 50px;
  margin-left: 75px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.63);
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.sm-2 {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  text-align: center;
  text-decoration: none;
}

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

.heading-98 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.button-9 {
  padding: 10px 20px;
  border-radius: 7px;
  background-color: #3ecf8e;
  background-image: none;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-9:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.button-9.lottie-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #3ecf8e;
  background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
  font-size: 14px;
  text-decoration: none;
}

.phone {
  width: 40px;
  padding-top: 10px;
}

.phone.small {
  width: 25px;
  padding-top: 11px;
}

.button-text {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-99 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
}

.text-block {
  color: #3498db;
  font-weight: 500;
}

.next-button-2 {
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #3498db;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.slider-content-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 90px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.checkbox_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox_wrap-2.checkbox_centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-button-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #3498db;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
}

.paragraph-17 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #5b617c;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.checkbox-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  color: #333;
  cursor: pointer;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form-section-title-2 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.form07_legal {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(16, 28, 46, 0.54);
  font-size: 14px;
}

.form-full-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 90px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-title-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #3498db;
  font-size: 14px;
  font-weight: 300;
}

.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 95vh;
  padding: 175px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.animation-2 {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.form-section-title-3 {
  margin-bottom: 12px;
  color: #0a1f44;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.span-blue {
  color: #3498db;
}

.paragraph-18 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  color: #5b617c;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.link {
  color: #3498db;
}

.button-return {
  padding: 12px 29px;
  border-radius: 5px;
  background-color: rgba(91, 58, 204, 0.05);
  color: #5b3acc;
  font-size: 15px;
  text-decoration: none;
}

.button-return.w--current {
  background-color: rgba(91, 58, 204, 0.05);
}

.text-block-11 {
  color: #3498db;
}

.text-field {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-grid-01 {
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-top: 40px;
}

.footer-title-button {
  margin-right: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-10 {
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #3498db;
  color: #fff;
  font-size: 16px;
}

.footer-title {
  margin-bottom: 22px;
  color: #ffd2dd;
  font-size: 17px;
}

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

.secondary-link {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.submit-button-3 {
  min-height: 62px;
  min-width: 62px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #3498db;
  color: #5e4dcd;
  font-size: 17px;
}

.footer1 {
  padding: 132px 3%;
  background-color: #1e2833;
  font-family: Montserrat, sans-serif;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo-2 {
  width: 130px;
}

.heading-100 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .intro-text {
    width: auto;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .burger-icon {
    color: #096ad0;
  }
  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-cta-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-12 {
    font-size: 32px;
  }
  .heading-81 {
    margin-top: 0px;
  }
  .paragraph-13 {
    margin-bottom: 0px;
  }
  .div-block-97 {
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-97._2 {
    padding-bottom: 5px;
  }
  .section-19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-89 {
    text-align: center;
  }
  .mobile-nav-link {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }
  .nav-menu {
    display: none;
  }
  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }
  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }
  .menu-mob.w--open {
    background-color: #3498db;
  }
  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-dropdown {
    width: 100%;
  }
  .mobile-nav {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 15px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }
  .dropdown-list {
    background-color: #fff;
  }
  .dropdown-link-mob {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }
  .dropdown-link-mob:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navigation-2 {
    display: none;
  }
  .mobile-toggle {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }
  .brand-2 {
    margin-right: 10px;
  }
  .section-21 {
    display: none;
  }
  .image-23 {
    right: 259px;
  }
  .image-11 {
    left: -180px;
  }
  .image-15 {
    bottom: 269px;
  }
  .description.centered {
    padding-right: 55px;
    padding-left: 55px;
  }
  .image-14 {
    top: 243px;
  }
  .policies {
    padding-right: 25px;
    padding-left: 25px;
  }
  .image-12 {
    left: -59px;
  }
  .image-13 {
    left: 221px;
  }
  .heading-96.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-118 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .policypagewrapper {
    position: relative;
    z-index: 0;
  }
  .text-block-10 {
    color: #3498db;
  }
  .next-button {
    background-color: #3498db;
  }
  .slider-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .checkbox-title {
    color: #3498db;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .margin-bottom-2 {
    margin-bottom: 40px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-column {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .intro-content {
    width: 80%;
  }
  .heading-jumbo {
    font-size: 38px;
    line-height: 64px;
  }
  .div-block {
    margin-right: 50px;
    margin-left: 50px;
  }
  .heading {
    font-size: 24px;
  }
  .text-block-2 {
    text-align: left;
  }
  .problem-wrapper.right {
    width: 80vw;
  }
  .footer {
    padding: 40px 20px;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .services-hero {
    position: relative;
    height: 90vh;
  }
  .background-video.kitchen {
    display: block;
  }
  .heading-11 {
    display: block;
  }
  .heading-12 {
    text-align: center;
  }
  .div-block-9 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-10 {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-11 {
    width: 80%;
    margin-right: 0px;
  }
  .section-5 {
    height: auto;
  }
  .paragraph-2 {
    margin-bottom: 0px;
  }
  .text-block-4 {
    text-align: left;
  }
  .image-5 {
    height: auto;
  }
  .worktogetherdiv.worktogetherdivtext {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-14 {
    height: auto;
  }
  .section-15 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .div-block-97 {
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-98 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-99 {
    width: 80%;
  }
  .heading-82 {
    text-align: center;
  }
  .image-19 {
    min-height: 20px;
    min-width: 20px;
  }
  .div-block-102 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section-16 {
    padding: 50px;
  }
  .commercialneedscolumndiv {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .heading-87 {
    min-width: 250px;
  }
  .section-18 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .footer-social-links-container {
    margin-top: 40px;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-88 {
    font-size: 20px;
  }
  .heading-89 {
    font-size: 20px;
  }
  .servicesrowwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servicelinkwrapper {
    width: 100%;
  }
  .container-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-mob {
    background-color: #fff;
  }
  .menu-mob {
    background-color: #fff;
  }
  .mobile-dropdown.commercial {
    display: none;
  }
  .navigation-wrap-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .login-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .mobilebackground {
    display: none;
    background-position: 50% 50%;
  }
  .heading-94 {
    margin-top: -36px;
    margin-bottom: -30px;
  }
  .description.centered {
    padding-right: 10px;
    padding-left: 10px;
  }
  .policies {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 39px;
    padding-left: 39px;
  }
  .div-block-118 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .policieswrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .previous {
    position: fixed;
    z-index: 6;
  }
  .mask {
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .slider-content-wrap {
    padding-bottom: 50px;
  }
  .form-content {
    width: 90%;
  }
  .checkbox_wrap {
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }
  .next {
    position: fixed;
    z-index: 6;
  }
  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .form-wrapper {
    width: 100%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.centre-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col.lg-3.sm-2 {
    width: 100%;
  }
  .checkbox_wrap-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-section-title-3 {
    text-align: center;
  }
  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-grid-01 {
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto minmax(auto, 1fr);
    grid-template-rows: auto minmax(auto, 1fr);
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-title-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button-10 {
    margin-bottom: 10px;
  }
  .footer1 {
    padding-top: 50px;
  }
  .footer-top {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column {
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .intro-content.cc-homepage {
    margin-top: -200px;
    margin-bottom: -29px;
  }
  .heading-jumbo {
    margin-top: 0px;
    font-size: 44px;
    line-height: 48px;
  }
  .div-block {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading {
    font-size: 30px;
  }
  .problem-wrapper.right {
    width: 90vw;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .services-hero {
    overflow: hidden;
  }
  .background-video.kitchen {
    display: block;
  }
  .heading-7 {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 3px;
  }
  .worktogetherdiv {
    width: 100%;
    height: 300px;
  }
  .worktogetherdiv.worktogetherdivtext {
    height: auto;
  }
  .div-block-93 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-79 {
    font-size: 20px;
  }
  .heading-80 {
    font-size: 30px;
  }
  .section-15 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .image-6 {
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .div-block-99 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-19 {
    min-height: 20px;
    min-width: 20px;
  }
  .div-block-102 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-16 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-87 {
    font-family: Montserrat, sans-serif;
  }
  .section-17 {
    overflow: hidden;
  }
  .div-block-111 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-logo {
    display: block;
  }
  .horizontal-footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer-link-2.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .social-media-icon {
    padding: 0px;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-3 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-88 {
    text-align: center;
  }
  .heading-89 {
    text-decoration: none;
  }
  .servicesrowwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servicelinkwrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dropdown-title.colour-4 {
    color: #ff7559;
  }
  .link-block-5 {
    text-decoration: none;
  }
  .mobilebackground {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/photo-of-a-bathroom-2988865.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/photo-of-a-bathroom-2988865.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .heading-94 {
    margin-right: auto;
    margin-left: auto;
  }
  .description.centered {
    font-size: 14px;
  }
  .image-14 {
    top: 285px;
  }
  .policies {
    max-width: 90%;
    margin-right: 15px;
    margin-left: 15px;
    padding: 100px 15px;
  }
  .heading-96 {
    margin-top: 15px;
    padding-right: 26px;
  }
  .div-block-118 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }
  .mask {
    position: static;
    overflow: hidden;
    height: 100%;
  }
  .slider-content-wrap {
    width: 100%;
    margin-bottom: 100px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider {
    height: auto;
  }
  .form-content {
    width: 100%;
  }
  .checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .icon-3 {
    min-height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row.centre-align {
    margin-right: 0px;
    margin-left: 0px;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-3 {
    width: 100%;
  }
  .col.lg-3.sm-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-9.lottie-icon {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mask-2 {
    position: static;
    height: 100%;
  }
  .slider-content-wrap-2 {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkbox_wrap-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submit-button-2 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .form-section-title-3 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer-grid-01 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer1 {
    padding-top: 50px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-2 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-9139fa3507cc-fa3507c2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9139fa3507cc-fa3507c2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

