:root {
  --primary-colour: #346284;
  --secondary-colour: #f2f7fb;
  --white: white;
  --addon: #b0c9d9;
  --addon-2: #e9f8fc;
  --seashell: #fdf4ed;
  --black: black;
}

.navigation-items {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.logo-flex {
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta {
  background-color: var(--primary-colour);
  letter-spacing: .3px;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

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

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

.body {
  background-color: var(--secondary-colour);
  font-family: Futura PT, sans-serif;
}

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

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

.section-header.white {
  color: var(--white);
  text-align: center;
}

.footer-section {
  background-color: var(--addon);
  padding: 0 10% 20px;
  position: relative;
  overflow: visible;
}

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

.footer-links {
  justify-content: center;
  display: inline-block;
}

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

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

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

.img-block {
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-block.loaf {
  filter: grayscale();
  margin-top: -10px;
  position: relative;
  top: 5px;
}

.holder-div {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.body-paragraph {
  color: #363636;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.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.white {
  color: var(--white);
  text-align: center;
  font-weight: 500;
}

.intro-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box {
  color: #000;
  background-color: #0000;
  background-image: url('../images/12.-Aneks-kuchenny-nr-1B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  box-shadow: 1px 1px 14px #24242421;
}

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

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

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

.box._3 {
  background-image: url('../images/4.-Pokój-nr-2B.jpg');
}

.cards-section {
  background-color: #fff;
  padding: 50px 10% 100px;
  overflow: hidden;
}

.puzzle-div {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.final-cta {
  text-align: center;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
  padding: 100px 5% 130px;
}

.hero-section {
  background-color: #fdf4ed;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.headline {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 45px;
  line-height: 68px;
}

.right-content {
  background-color: var(--addon-2);
  align-self: center;
  width: 60%;
  padding: 12.5% 10% 12.5% 8%;
  position: relative;
  overflow: hidden;
}

.right-content.footer {
  background-color: var(--addon);
  padding-top: 3%;
  padding-bottom: 3%;
}

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

.left-image {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/Untitled-design-18.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.featured-brands {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  box-shadow: 0 3px 3px #00000008;
}

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

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

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

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

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

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

.nav-link.phone {
  color: var(--primary-colour);
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

.nav-btn {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: 200px;
  margin-left: 10px;
  padding: 5px 14px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  transition: all .15s;
}

.nav-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #0000003d;
}

.typed-div {
  align-items: center;
  display: flex;
}

.typed {
  color: var(--primary-colour);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 68px;
}

.cursor {
  background-color: #2c1d1224;
  width: 3px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.svg-1 {
  max-width: 55%;
  position: absolute;
  top: 71px;
  left: -54px;
}

.svg-2 {
  max-width: 55%;
  position: absolute;
  top: 207px;
  right: -45px;
}

.svg-3 {
  max-width: 55%;
  position: absolute;
  top: 365px;
  right: 30%;
}

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

.right-panel {
  background-image: url('../images/Untitled-design-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 55%;
  padding-top: 23%;
  padding-bottom: 23%;
  position: relative;
}

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

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

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

.designer-description {
  background-color: var(--primary-colour);
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

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

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

.upper-head {
  color: var(--addon-2);
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.bottom-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  padding-top: 30px;
}

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

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

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

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

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

.service-box-holder {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

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

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

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

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

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

.testimonial-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  top: -143px;
}

.testimonial-left {
  background-color: var(--primary-colour);
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.testimonial-right {
  background-image: linear-gradient(90deg, var(--primary-colour), #fff0), url('../images/Untitled-design-16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
}

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

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

.sticky-nav {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000012;
}

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

.text-span {
  background-image: linear-gradient(356deg, #16d4ff, #fff0 35%);
}

.text-span-2, .text-span-3 {
  color: var(--primary-colour);
}

.link-block {
  width: 100%;
}

.text-span-4 {
  color: #346284;
}

.text-span-5 {
  color: var(--primary-colour);
}

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

.flex-center {
  align-items: center;
  display: flex;
}

.text-big {
  color: #333;
  font-size: 18px;
}

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

.testimonial-name-2 {
  color: #fff;
}

.slide-nav {
  position: relative;
}

.color-yellow {
  color: #ffbf41;
}

.expand {
  flex: 1;
}

.testimonial-pic {
  border: 3px solid var(--addon);
  background-image: url('../images/Untitled-design-21.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.testimonial-pic._3, .testimonial-pic._2 {
  background-image: url('../images/Untitled-design-21.svg');
}

.top-margin {
  position: relative;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.image {
  max-width: 25%;
}

.mask {
  width: auto;
}

.contact-field-form-down {
  background-image: url('../images/usuario-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  transition: border-color .2s;
}

.contact-field-form-down:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-field-form-down.real-estate {
  background-color: #fff;
  background-image: url('../images/reshot-icon-real-estate-A4ZJ5MPDSL.svg');
  background-position: 5px;
  background-size: 30px;
  width: 100%;
  margin-right: 0%;
}

.book-form {
  margin-top: 5%;
  margin-bottom: 0;
  display: block;
}

.contact-form-block {
  flex-direction: column;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.success-message-absolute {
  background-color: #0000;
  line-height: 26px;
}

.success-message-absolute.no-bottom-padding {
  padding-bottom: 0;
}

.error-message-2 {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.error-message-2.max-width {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}

.contact-field-2 {
  background-image: url('../images/usuario-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  transition: border-color .2s;
}

.contact-field-2:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.contact-field-2.powierzchnia {
  background-image: url('../images/reshot-icon-resize-QBFEUP8ST9.svg');
  background-position: 8px;
  background-size: 21px;
  width: 100%;
}

.contact-field-2.calendar {
  background-image: url('../images/calendario.svg');
  background-position: 12px 56%;
}

.contact-field-2.email {
  background-image: url('../images/email.svg');
  background-position: 12px 67%;
}

.contact-field-2.phone {
  background-image: url('../images/reshot-icon-phone-ZD23FUP5JE.svg');
  background-position: 12px 55%;
}

.text-block-21 {
  color: var(--black);
  font-size: 18px;
}

.side-form-submit-2 {
  background-color: var(--primary-colour);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.side-form-submit-2:hover {
  background-color: #f8b83b;
}

.contact-textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 13px;
  padding-bottom: 40px;
  transition: border-color .2s;
}

.contact-textarea:hover {
  border-style: solid;
  border-color: #1a8ef7;
}

.image-2 {
  filter: brightness(0%);
}

.question {
  color: #2f455f;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.faq-wrap-text {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.faq-trigger {
  color: #1c1a1a;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.faq-trigger:hover {
  text-decoration: none;
}

.arrow {
  margin-top: 1px;
}

.full-width {
  flex: 1;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 20px 5px;
}

.faq-wrapper.last {
  margin-bottom: 0;
}

.faq-arrow-box {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 28px;
  display: flex;
  position: relative;
}

.faq-content {
  margin-top: 10px;
  overflow: hidden;
}

.faq-section {
  padding: 20px 10% 250px;
}

.text-span-7 {
  color: var(--primary-colour);
}

.div-block {
  margin-top: 5%;
}

.footer-dobule {
  background-color: #fdf4ed;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-left {
  background-color: var(--addon);
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/Untitled-design-18.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  background-color: var(--addon);
  width: auto;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  color: var(--seashell);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 22px;
  text-decoration: underline;
  display: block;
}

.section {
  padding: 50px 5%;
}

.left-image-copy {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/64904f1dc2712c581ac444bd_Image_AI__16-1.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 50px;
  max-width: none;
  padding: 5%;
}

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

.link {
  font-weight: 600;
}

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

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

.paragraph-4, .paragraph-5 {
  font-size: 18px;
}

.paragraph-6 {
  font-size: 18px;
  line-height: 24px;
}

.div-block-3 {
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  width: 25px;
}

.heading-2 {
  color: var(--black);
  margin-bottom: 5px;
  margin-left: 3px;
}

.section-2 {
  margin-top: 50px;
  padding: 72px 5%;
}

.section-3 {
  background-image: url('../images/64904f1dc2712c581ac444bd_Image_AI__16-1.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 200px;
  padding-top: 10%;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-3 {
  color: #fff;
  text-align: center;
}

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

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

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

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

  .navigation-item {
    transition: color .15s;
  }

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

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

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

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

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

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

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

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

  .holder-div {
    justify-content: space-between;
    padding-left: 26px;
    padding-right: 26px;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .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-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .hero-section {
    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: 250px;
    padding-bottom: 250px;
  }

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

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

  .brand.w--current {
    flex: 1;
  }

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

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

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

  .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: 268px;
    padding-bottom: 268px;
  }

  .split-div {
    flex-flow: column-reverse 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-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

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

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

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

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

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

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

  .footer-dobule {
    flex-direction: column-reverse;
  }

  .footer-left, .left-image-copy {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

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

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

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

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

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

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

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

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

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

  .holder-div {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .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: 190px;
    padding-bottom: 190px;
  }

  .featured-brands {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px 2%;
    display: flex;
  }

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

  .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-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .text-big.white {
    font-size: 16px;
  }

  .contact-field-form-down, .contact-field-2, .side-form-submit-2 {
    height: 45px;
  }

  .question {
    font-size: 18px;
  }

  .faq-trigger {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .arrow {
    width: 60%;
  }

  .faq-content {
    margin-top: 5px;
  }

  .footer-left, .left-image-copy {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-item {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

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

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

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

  .testimonial-div {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

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

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

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

  .holder-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    overflow: scroll;
  }

  .body-paragraph.white {
    font-size: 16px;
  }

  .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-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

  .featured-brands {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .svg-1 {
    max-width: 75%;
    top: 46px;
    left: -24px;
  }

  .svg-2 {
    max-width: 75%;
    top: 177px;
    right: -16px;
  }

  .svg-3 {
    display: none;
  }

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

  .subheader {
    font-size: 19px;
  }

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

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

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

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

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

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

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

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

  .text-big {
    font-size: 14px;
  }

  .question {
    font-size: 20px;
  }

  .arrow {
    margin-top: -5px;
  }

  .faq-wrapper {
    padding-top: 10px;
  }

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

  .div-block-2 {
    padding-left: 0;
  }

  .heading {
    width: 100%;
  }

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

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

  .heading-2 {
    color: var(--black);
  }

  .section-2 {
    margin-top: 0;
  }

  .section-3 {
    min-height: 250px;
    padding-top: 20%;
  }
}


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