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

.navigation-items {
  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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-items.holder {
  left: 16px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 2px;
  float: left;
}

.logo-link {
  position: static;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  float: none;
  font-family: 'Futura PT', sans-serif;
  color: #1b1b1b;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}

.navigation-item {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: none;
}

.navigation-item:hover {
  color: #000;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  display: inline-block;
  margin-top: 31px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 34px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.cta:hover {
  background-color: #dfdada;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #000;
}

.cta.white {
  border-radius: 200px;
  background-color: #fff;
  color: #0f0f0f;
}

.cta.nav {
  margin-top: 0px;
}

.cta.inverted {
  margin-top: 0px;
  background-color: #000;
  color: #fff;
}

.cta.inverted {
  width: auto;
}

.body {
  background-color: #fff;
  font-family: 'Futura PT', sans-serif;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Futura PT', sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
}

.section-header.light {
  margin-bottom: 20px;
  color: #fff;
}

.section-header.dark {
  color: #fff;
}

.footer-section {
  position: relative;
  overflow: visible;
  padding: 0px 10% 20px;
  background-color: #000;
}

.footer-content {
  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;
}

.footer-links {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-section {
  position: relative;
  overflow: visible;
  padding: 80px 5% 160px;
}

.testimonial-div {
  width: 19%;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  text-align: center;
}

.testimonial-div.zapier {
  text-align: center;
}

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

.img-block.loaf {
  position: relative;
  top: 5px;
}

.holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-left: 2%;
  -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: 1;
}

.body-paragraph {
  position: relative;
  display: block;
  overflow: visible;
  font-family: 'DM Sans', sans-serif;
  color: #363636;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.body-paragraph.light {
  color: #cecece;
  font-size: 18px;
  font-weight: 400;
}

.body-paragraph.quote {
  color: #cecece;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.body-paragraph.second {
  padding-top: 11px;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.box {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../images/Kitchenimg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 14px 0 rgba(36, 36, 36, 0.13);
  color: #000;
}

.box._4 {
  position: relative;
  left: 0%;
  background-image: url('../images/Staircase.jpg');
}

.box._5 {
  position: relative;
  width: 65%;
  background-image: url('../images/room-image-2.jpg');
}

.box._2 {
  background-image: url('../images/HeroImage.jpg');
}

.box._3 {
  background-image: url('../images/Living-room.jpg');
}

.cards-section {
  display: none;
  overflow: hidden;
  padding: 120px 10% 280px;
  background-color: #fff;
}

.puzzle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.title-header {
  width: 50%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.final-cta {
  margin-bottom: 20px;
  padding: 100px 5% 130px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.hero-section {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fdf4ed;
}

.headline {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 58px;
  line-height: 68px;
}

.right-content {
  position: relative;
  overflow: hidden;
  width: 60%;
  padding: 12.5% 10% 12.5% 8%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #000;
}

.content-hero-div {
  margin-top: 0px;
  padding-right: 10%;
}

.left-image {
  position: relative;
  overflow: hidden;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), color-stop(25%, transparent)), url('../images/jennefer-zacarias-pAoeFNLjqTc-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), transparent 25%), url('../images/jennefer-zacarias-pAoeFNLjqTc-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.featured-brands {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
}

.right-cta {
  width: auto;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.nav-link {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.nav-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.brand {
  position: static;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 9px;
  float: none;
  border: 3px solid #fff;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  font-family: 'Futura PT', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

.brand.dark {
  border-color: #363636;
  color: #000;
  font-size: 30px;
  line-height: 44px;
}

.static-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.top-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.nav-btn {
  margin-left: 10px;
  padding: 5px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
}

.nav-btn:hover {
  border-color: rgba(0, 0, 0, 0.24);
  background-color: #000;
  color: #fff;
}

.typed-div {
  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;
}

.typed {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 58px;
  line-height: 68px;
}

.cursor {
  width: 3px;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 5px;
  background-color: rgba(44, 29, 18, 0.14);
}

.svg-1 {
  position: absolute;
  left: -54px;
  top: 71px;
  display: none;
}

.svg-2 {
  position: absolute;
  top: 207px;
  right: -45px;
  display: none;
}

.svg-3 {
  position: absolute;
  top: 365px;
  right: 30%;
  display: none;
}

.left-content {
  width: 40%;
  padding-right: 2%;
}

.right-panel {
  position: relative;
  width: 55%;
  padding-top: 23%;
  padding-bottom: 23%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/uwe-conrad-qLqRZ_y3f90-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subheader {
  width: 88%;
  margin-top: 5px;
  font-family: 'DM Sans', sans-serif;
  color: #fdf4ed;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.designer-image {
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
  background-image: url('../images/designer.jpg');
  background-position: 50% 33%;
  background-size: cover;
  background-repeat: no-repeat;
}

.designer-description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5%;
  -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;
  background-color: #222;
}

.services-header {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.expert-section {
  display: none;
  padding: 20px 10% 100px;
}

.upper-head {
  margin-bottom: 5px;
  color: #bcbcbc;
  font-size: 15px;
  font-weight: 500;
}

.bottom-div {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-features {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.check-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.check-holder.inverted {
  text-align: left;
}

.check-icon {
  margin-right: 10px;
  color: #fff;
}

.small-header {
  display: block;
  margin-bottom: 25px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.services-section {
  display: none;
  padding-right: 10%;
  padding-bottom: 0px;
  padding-left: 10%;
}

.service-div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.service-box-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-box {
  width: 29%;
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
}

.lottie-anim {
  width: 150px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
}

.service-paragraph {
  font-family: 'DM Sans', sans-serif;
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.service-header {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.testimonial-name {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Futura PT', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.testimonial-holder {
  position: relative;
  top: -143px;
  display: none;
  margin-bottom: -90px;
  padding-right: 10%;
  padding-left: 10%;
  -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;
}

.testimonial-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5%;
  -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;
  background-color: #222;
}

.testimonial-right {
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
  background-image: url('../images/expert-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.middle-cta-div {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

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

.sticky-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.07);
}

.sticky {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.bold-text {
  color: #fff;
  font-weight: 500;
}

.image {
  max-width: 50%;
}

.text-block {
  color: #fdf4ed;
  font-weight: 500;
  text-align: center;
}

.text-block-84 {
  border: 1px none #ff8946;
  color: #b80000;
}

.success-message {
  background-color: #fdf4ed;
}

.image-2 {
  position: relative;
  left: -19px;
  top: -102px;
  z-index: 2;
  padding-left: 0px;
}

.form-block {
  display: block;
}

.text-block-83 {
  color: #000;
  font-weight: 600;
  text-align: left;
}

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

.paragraph-2.txt {
  margin-bottom: 24px;
  padding-top: 0px;
  font-size: 18px;
}

.field-label-3 {
  color: #000;
}

.image-block {
  position: relative;
  display: block;
  overflow: visible;
  -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: #fff;
}

.button {
  min-height: 60px;
  padding: 20px 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

.button:hover {
  background-color: #2faeb4;
}

.contact-section-bg {
  position: relative;
  padding: 140px 5%;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

.content-grid {
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea {
  overflow: auto;
  height: 100px;
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  color: #546285;
  font-size: 15px;
}

.heading-5 {
  color: #000;
  font-size: 52px;
}

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

.form {
  display: block;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 16px;
  margin-right: 15px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-block.bg-text {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.select-field {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d2e4e7;
  border-radius: 4px;
  background-color: #fff;
  color: #546285;
  font-weight: 500;
}

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

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

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

.image-3 {
  position: relative;
  left: 32px;
  top: 0px;
  z-index: 0;
  max-width: 100%;
  border-radius: 0px;
}

.phone-text {
  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;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.phone-text.inverted {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.text-field-2 {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.list-item-inverted {
  color: #fff;
  font-size: 18px;
}

.list {
  list-style-type: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: #000;
  color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-6 {
  font-family: 'Futura PT', sans-serif;
  color: #000;
}

.heading-6.dark {
  color: #fff;
}

.text-block-85 {
  font-family: 'Futura PT', sans-serif;
  font-size: 16px;
}

.text-block-85.dark {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.holder {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    margin-left: 0px;
    padding-top: 90px;
  }

  .menu-icon {
    position: relative;
    display: block;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item {
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
  }

  .menu-button {
    z-index: 5;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .section-header {
    font-size: 46px;
    line-height: 54px;
  }

  .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .footer-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .intro-section {
    overflow: hidden;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .testimonial-div {
    width: 11%;
    margin-right: 2%;
  }

  .testimonial-div.loaf {
    width: 7%;
  }

  .testimonial-div.dwell {
    width: 9%;
  }

  .holder-div {
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro-div {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box {
    width: 48%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .cards-section {
    padding-top: 90px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .final-cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .headline {
    font-size: 52px;
    line-height: 62px;
  }

  .right-content {
    width: 100%;
    padding: 130px 5% 60px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    width: 100%;
    padding-top: 184px;
    padding-bottom: 184px;
  }

  .nav-link {
    display: block;
    margin-bottom: 30px;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .brand {
    border-color: #363636;
    color: #000;
    font-size: 26px;
    line-height: 39px;
  }

  .brand.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .static-nav {
    position: relative;
    z-index: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-nav {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-btn {
    margin-right: 10px;
    margin-left: 0px;
  }

  .typed {
    font-size: 52px;
    line-height: 62px;
  }

  .svg-2 {
    right: -34px;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .right-panel {
    width: 100%;
    padding-top: 139px;
    padding-bottom: 139px;
  }

  .split-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .services-header {
    width: 80%;
  }

  .expert-section {
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }

  .services-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .service-box-holder {
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .testimonial-name {
    margin-bottom: 0px;
  }

  .testimonial-holder {
    top: -201px;
    margin-bottom: -100px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .middle-cta-div {
    padding-top: 32px;
  }

  .sticky-nav {
    padding-right: 0%;
    padding-left: 0%;
  }

  .sticky {
    position: relative;
    z-index: auto;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .paragraph-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .image-block {
    z-index: 0;
    display: none;
    margin-top: -228px;
  }

  .button.register {
    margin-top: 32px;
  }

  .contact-section-bg {
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #f5fbfc;
    background-size: auto;
    background-repeat: repeat;
  }

  .content-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .textarea {
    height: 120px;
  }

  .form {
    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;
    text-align: left;
  }

  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-block.bg-text {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .navigation-item {
    margin-right: 30px;
    margin-left: 0px;
  }

  .cta.inverted {
    margin-top: 13px;
    text-align: center;
  }

  .section-header {
    line-height: 50px;
  }

  .section-header.light {
    line-height: 50px;
  }

  .footer-content {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-links {
    margin-top: 15px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .testimonial-div {
    width: 30%;
    margin-right: 1.5%;
    margin-bottom: 16px;
    margin-left: 1.5%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-div.loaf {
    width: 30%;
  }

  .testimonial-div.dwell {
    width: 30%;
  }

  .testimonial-div.west-elm {
    padding-right: 25px;
    padding-left: 25px;
  }

  .holder-div {
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .cards-section {
    padding-top: 80px;
  }

  .final-cta {
    padding-bottom: 80px;
  }

  .headline {
    font-size: 48px;
    line-height: 58px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .featured-brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    padding: 20px 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;
  }

  .brand {
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
  }

  .typed {
    font-size: 48px;
    line-height: 58px;
  }

  .svg-1 {
    left: -37px;
  }

  .svg-2 {
    right: -33px;
  }

  .subheader {
    width: 95%;
  }

  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .designer-description {
    padding-right: 40px;
    padding-left: 40px;
  }

  .service-box-holder {
    padding-right: 15%;
    padding-bottom: 70px;
    padding-left: 15%;
  }

  .testimonial-holder {
    margin-bottom: -120px;
  }

  .testimonial-left {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-2.txt {
    padding-top: 8px;
    text-align: center;
  }

  .phone-wrap {
    display: none;
  }

  .content-block.bg-text {
    margin-right: 40px;
    margin-left: 40px;
  }

  .list {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .menu-icon {
    background-color: #000;
  }

  .navigation-item {
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 8px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-flex {
    width: 60%;
  }

  .cta.nav {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-header {
    font-size: 38px;
    line-height: 44px;
  }

  .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

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

  .intro-section {
    padding-top: 50px;
  }

  .testimonial-div {
    display: block;
    width: 30%;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .testimonial-div.zapier {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-div.loaf {
    padding-right: 23px;
    padding-left: 23px;
  }

  .testimonial-div.dwell {
    width: 47%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .testimonial-div.west-elm {
    padding-right: 0px;
    padding-left: 0px;
  }

  .holder-div {
    overflow: scroll;
    width: 100%;
    margin-right: 0%;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .cards-section {
    padding-top: 70px;
  }

  .title-header {
    width: 100%;
  }

  .final-cta {
    padding-right: 4%;
    padding-bottom: 60px;
    padding-left: 4%;
  }

  .headline {
    width: 100%;
    margin-left: 0px;
    font-size: 40px;
    line-height: 50px;
  }

  .left-image {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .featured-brands {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand.dark {
    display: block;
  }

  .static-nav {
    padding-right: 15px;
    padding-left: 15px;
  }

  .typed-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .svg-1 {
    left: -24px;
    top: 46px;
  }

  .svg-2 {
    top: 177px;
    right: -16px;
  }

  .svg-3 {
    display: none;
  }

  .right-panel {
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .designer-description {
    padding: 35px 28px;
  }

  .expert-section {
    padding-bottom: 30px;
  }

  .service-box-holder {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .testimonial-holder {
    margin-bottom: -140px;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sticky-nav {
    background-color: #000;
  }

  .sticky {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-3 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
  }

  .button {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .contact-section-bg {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .phone-wrap {
    display: none;
  }

  .content-block.bg-text {
    margin-right: 0px;
    margin-left: 0px;
  }
}

#w-node-_414b9309-ab61-ce4b-1700-7791ff216473-a0a4c2b5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_414b9309-ab61-ce4b-1700-7791ff216495-a0a4c2b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTDemi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}