:root {
  --brand-secondary: #5b3acc;
  --brand-primary: #f90;
  --white: white;
  --black: black;
  --brand-secondary-light: #12004266;
  --dark-grey: #9b9b9b;
  --light-grey: #d4d4d4;
  --brand-primary-light: #f909;
  --white-20: #fff3;
}

body {
  background-image: url('../images/worn-dots.png');
  background-size: 100px;
  justify-content: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  z-index: 10;
  font-family: Alegreya Sans, sans-serif;
  line-height: 1.25;
}

h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.25;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.25;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--brand-secondary);
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

blockquote {
  color: #666;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.delete2 {
  z-index: 9999;
  opacity: 0;
  text-align: center;
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: none;
  position: fixed;
  inset: 0;
  transform: scale(1.1);
}

.delete {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-bottom: 10px;
  position: relative;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-heading {
  text-align: right;
  text-transform: uppercase;
  font-size: 50px;
}

.large-screen-wrapper {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-wrapper.hero-heading {
  flex-direction: column;
  align-items: flex-end;
}

.flex-wrapper.services-description {
  flex-direction: column;
  align-items: flex-start;
}

.flex-wrapper.testimonial-slide {
  flex-direction: column;
}

.flex-wrapper.testimonial-slider {
  align-self: flex-start;
}

.flex-wrapper.process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: flex-start;
  display: grid;
}

.flex-wrapper.logo-text {
  flex-direction: column;
}

.flex-wrapper.form-success {
  flex-direction: column;
  justify-content: space-between;
}

.section {
  width: 100%;
  padding: 100px 20px 10px;
  position: relative;
}

.section.hero {
  z-index: 20;
}

.section.about {
  background-color: var(--brand-primary);
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.section.services {
  background-color: var(--brand-primary);
}

.section.testimonials {
  background-color: var(--brand-primary);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer {
  background-color: var(--brand-primary);
  padding-top: 5%;
  padding-bottom: 20px;
}

.section.contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section._404 {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.my-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.my-container.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.my-container.navbar {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0%;
  padding-bottom: 0%;
}

.my-container.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1200421a;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 2000px;
  padding: 0;
  display: grid;
}

.my-container.services {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.my-container.testimonials {
  background-color: var(--white);
  justify-content: space-between;
}

.my-container.footer {
  flex-direction: column;
}

.my-container.process {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.my-container._404 {
  height: 100%;
}

.button {
  border: 1px solid var(--brand-secondary);
  background-color: var(--white);
  color: var(--brand-secondary);
  border-radius: 4px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 200px;
  padding: 10px 15px;
  font-weight: 700;
  transition: all .4s;
}

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

.button.about {
  align-self: auto;
  margin-top: 40px;
  position: relative;
}

.button.services {
  align-self: flex-start;
  width: auto;
}

.button._404 {
  align-self: center;
  width: auto;
  margin-top: 40px;
}

.heading-large {
  font-size: 40px;
  line-height: 1.25;
}

.heading-large._404 {
  font-size: 60px;
}

.hero-text {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  position: absolute;
  inset: 0%;
}

.hero-text-wrapper {
  color: var(--brand-primary);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 40px;
  position: relative;
}

.nav-link {
  text-transform: uppercase;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--brand-secondary);
}

.nav-link.contact {
  color: #140042;
  background-color: #1200421a;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 60px;
  transition: all .4s ease-in-out;
}

.nav-link.contact:hover {
  background-color: var(--brand-secondary);
  color: var(--white);
  border-style: none;
}

.nav-link.hide {
  display: none;
}

.navbar {
  background-color: #fff9;
  background-image: url('../images/worn-dots.png');
  background-position: 50%;
  background-size: contain;
  position: sticky;
  top: 0;
}

.icon.services {
  margin-top: -30px;
}

.icon.services._100px {
  width: 100px;
}

.menu-btn {
  color: var(--brand-primary);
  font-size: 34px;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.flex-column-50 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 50%;
  padding: 20px 10px 10px;
  display: flex;
}

.flex-column-50._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.flex-column-50.services {
  align-self: stretch;
  width: 100%;
  padding-right: 40px;
}

.flex-column-50.form {
  align-self: stretch;
}

.flex-column-50.form.left-side {
  align-items: flex-start;
}

.profile-image {
  width: 100%;
}

.block-30 {
  background-color: var(--brand-primary);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph-text {
  color: var(--black);
  margin-bottom: 20px;
}

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

.paragraph-text.list {
  margin-bottom: 0;
}

.flex-column-33 {
  flex-direction: column;
  width: 33.3333%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.small-paragraph-text {
  color: #9b9b9b;
  font-size: 14px;
}

.cta-button {
  border: 1px solid var(--brand-secondary);
  background-color: var(--brand-primary);
  color: var(--brand-secondary);
  border-radius: 4px;
  width: 200px;
  transition: all .4s;
}

.cta-button:hover {
  border-color: var(--brand-secondary);
  background-color: var(--brand-secondary-light);
  color: var(--brand-secondary);
  font-weight: 700;
}

.cta-button.ghost-button {
  border: 1px solid var(--brand-secondary);
  background-color: #0000;
}

.cta-button.ghost-button:hover {
  background-color: var(--brand-primary);
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  border-color: var(--brand-secondary);
  color: var(--white);
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: var(--brand-secondary-light);
  color: var(--brand-secondary);
}

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

.cta-button.inverse-button:hover {
  background-color: var(--brand-secondary-light);
}

.style-name {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-bottom: 20px;
}

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

.col-dummy-colour {
  background-color: #d4d4d4;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.flex-col-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.inverse-link {
  color: #fff;
}

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

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

.flex-wrapper-row.inverse-colours {
  background-color: var(--brand-primary);
}

.pop-up-window {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.wrapper-large-screen {
  max-width: 2000px;
}

.style-title {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pop-up-bg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.flex-column-25 {
  width: 25%;
  padding: 10px;
}

.colour-box {
  width: 100px;
  height: 100px;
  margin-right: 25px;
  display: inline-block;
}

.colour-box.brand-primary {
  background-color: var(--brand-primary);
}

.colour-box.dark-grey {
  background-color: var(--dark-grey);
}

.colour-box.black {
  background-color: #000;
  margin-left: 0;
}

.colour-box.light-grey {
  background-color: var(--light-grey);
}

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

.colour-box.brand-primary-light {
  background-color: var(--brand-primary-light);
}

.colour-box.brand-seconday-light {
  background-color: var(--brand-secondary-light);
}

.flex-wrapper-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-wrapper-col.left {
  align-items: flex-start;
}

.flex-wrapper-col.add-margin {
  margin-top: 20px;
}

.section-title {
  color: var(--brand-secondary);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-heading {
  color: var(--brand-primary);
  font-size: 30px;
  font-weight: 700;
}

.hero-background-video {
  background-image: linear-gradient(#0006, #0006);
  flex: 1;
  height: auto;
}

.img-logo.footer {
  width: 20%;
}

.brand-link {
  width: 15%;
}

.background-block {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-block.services {
  z-index: 1;
  background-color: var(--white);
  width: 50%;
  inset: 0% auto 0% 0%;
}

.background-block.services.orange {
  inset: 0% 0% 0% auto;
}

.testimonial-text {
  text-align: center;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 25px;
}

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

.testimonial-card {
  z-index: 10;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 7px 7px 50px #c1c7d07a;
}

.testimonial-slider-nav {
  display: none;
}

.testimonial-slider-icon {
  color: #000;
  width: auto;
}

.testimonial-logo {
  background-color: var(--black);
  width: 140px;
  margin-bottom: 5px;
}

.testimonial-mask {
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial-slider-arrow-right {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  inset: auto 0% -6% 10%;
}

.testimonial-slder-arrow-left {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 17px;
  inset: auto 10% -6% 0%;
}

.testinmonial-name {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-profile-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.about-text-wrapper {
  z-index: 10;
  flex-direction: column;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-small {
  color: var(--brand-secondary);
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.footer-copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.footer-link {
  position: absolute;
  inset: 0%;
}

.social-icon {
  width: 15px;
}

.footer-social-wrap {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.footer-phone-number {
  color: #2a0f3a;
  text-decoration: none;
  transition: all .25s;
}

.footer-phone-number:hover {
  color: var(--white);
}

.footer-email {
  color: #2a0f3a;
}

.footer-email:hover {
  color: var(--white);
}

.section-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.section-title-wrapper.testimonials {
  text-align: right;
  align-self: flex-end;
  align-items: flex-end;
}

.section-title-wrapper.process {
  width: 50%;
}

.topic-text {
  font-size: 20px;
  font-weight: 300;
}

.numbers-large {
  color: var(--brand-secondary);
  letter-spacing: 2px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}

.testimonial-text-span {
  color: var(--brand-secondary);
}

.form {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 40px 25px 25px;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.form-alert {
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form-button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #7540ee;
  border-radius: 4px;
  width: 100%;
  margin-top: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form-error-wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 100px;
  margin-top: -80px;
}

.form-error-message {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.contact-us-form {
  display: flex;
}

.form-input-label {
  padding-right: 7px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.form-error-text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form-error-text.white {
  color: #fff;
}

.form-alert-text-wrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.form-block {
  position: relative;
}

.form-error-line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.form-input-wrap {
  flex-flow: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.form-alert-text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form-alert-text.white {
  color: #fff;
  margin: 10px;
}

.form-input-field {
  opacity: .5;
  color: #ebecf0;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
}

.form-input-field:focus {
  opacity: 1;
  color: #7540ee;
  border-bottom-width: 2px;
  border-bottom-color: #7540ee;
}

.form-input-field::placeholder {
  color: #4e5d78;
}

.form-input-field.budget, .form-input-field.date {
  width: 120px;
}

.form-input-field-long {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  min-height: 150px;
  margin-bottom: 20px;
  font-size: 16px;
}

.form-input-field-long::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.hero-quote {
  border-left-color: var(--brand-secondary);
  font-weight: 700;
}

._404-message-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-mesaage-text {
  text-align: center;
  width: 60%;
  font-size: 30px;
  font-weight: 300;
}

.services-card-wrap {
  background-color: var(--brand-primary);
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 20px;
  display: flex;
}

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

html.w-mod-js [data-ix="tile-1"], html.w-mod-js [data-ix="tile-2"], html.w-mod-js [data-ix="tile-3"], html.w-mod-js [data-ix="tile-4"] {
  opacity: 0;
  transform: scale(.96);
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -20px);
}

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

  .delete2 {
    opacity: 0;
    display: none;
    transform: scale(1.1);
  }

  .my-container.hero {
    padding-top: 0;
  }

  .my-container.navbar {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .my-container.about {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .my-container.services {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .menu-btn.w--open {
    color: var(--brand-secondary);
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--brand-primary);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .flex-column-50 {
    width: 80%;
  }

  .colour-box {
    width: 12vw;
    height: 12vw;
  }

  .img-logo.footer {
    width: 25%;
  }

  .brand-link {
    width: 20%;
  }

  .background-block.services {
    width: 51%;
  }

  .testimonial-slider-arrow-right {
    left: 15%;
  }

  .testimonial-slder-arrow-left {
    right: 15%;
  }

  .nav-links-wrapper {
    flex-direction: column;
    display: flex;
  }

  .form-input-label {
    line-height: 50px;
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .flex-wrapper.testimonial-slider {
    order: 1;
    width: 100%;
  }

  .flex-wrapper.process {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .section.contact {
    padding-top: 40px;
  }

  .my-container.about {
    grid-template-columns: 1fr;
  }

  .my-container.services {
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .my-container.testimonials {
    flex-direction: column;
  }

  .hero-text {
    font-size: 24px;
  }

  .flex-column-50, .flex-column-25 {
    width: 100%;
  }

  .colour-box {
    width: 20%;
    height: 16vw;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colour-box.brand-primary {
    width: 16vw;
    height: 16vw;
  }

  .colour-box.black {
    margin-left: 10px;
  }

  .img-logo.footer {
    width: 30%;
  }

  .brand-link {
    width: 25%;
  }

  .background-block.services.white {
    width: 80%;
  }

  .background-block.services.orange {
    width: 20%;
  }

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

  .testimonial-slider-arrow-right {
    left: 25%;
  }

  .testimonial-slder-arrow-left {
    right: 25%;
  }

  .image-profile-wrap {
    width: 50%;
    padding-left: 40px;
  }

  .section-title-wrapper.testimonials, .section-title-wrapper.process {
    width: 100%;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-form {
    flex-direction: column;
  }

  .form-input-label {
    line-height: 40px;
    display: inline;
  }

  .form-input-wrap {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .form-input-field {
    padding: 5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: 1px 1px 6px #00000061;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-heading {
    font-size: 25px;
  }

  .flex-wrapper.services-description {
    align-items: center;
  }

  .flex-wrapper.form {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.about, .section.testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .my-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .my-container.about {
    grid-template-rows: .5fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .my-container.services {
    grid-template-columns: 1fr;
  }

  .heading-large._404 {
    text-align: center;
    font-size: 40px;
  }

  .icon.services {
    align-self: center;
    margin-top: 0;
  }

  .flex-column-50._2 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-column-50.services {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-column-50.form.left-side, .flex-column-50.form.right-side {
    padding-left: 0;
    padding-right: 0;
  }

  .block-30 {
    width: 20px;
  }

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

  .paragraph-text.left {
    text-align: left;
  }

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

  .cta-button {
    font-size: 15px;
  }

  .section-title {
    align-self: center;
  }

  .section-heading {
    text-align: center;
    align-self: center;
  }

  .section-heading.testimonial {
    text-align: center;
  }

  .img-logo.footer {
    width: 40%;
  }

  .brand-link {
    width: 50%;
  }

  .background-block.services.white {
    width: 100%;
  }

  .background-block.services.orange {
    width: 20px;
  }

  .testimonial-card {
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-slider-arrow-right {
    inset: auto 2% -4% auto;
  }

  .testimonial-slder-arrow-left {
    inset: auto auto -4% 2%;
  }

  .image-profile-wrap {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-text-wrapper {
    width: 90%;
    margin-top: 0;
    padding-right: 0;
  }

  .heading-small {
    align-self: center;
  }

  .heading-small.contact-us {
    text-align: center;
  }

  .section-title-wrapper.about {
    align-items: flex-end;
  }

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

  .form-input-label {
    font-size: 22px;
    line-height: 33px;
    display: inline;
  }

  .form-input-field {
    text-align: center;
    width: 95%;
    height: 40px;
    padding-left: 0;
    font-size: 24px;
    display: block;
  }

  .form-input-field.budget {
    width: 90px;
    font-size: 22px;
    display: inline;
  }

  .form-input-field.date {
    width: 80%;
    padding-left: 2px;
  }

  .form-input-field-long {
    text-align: center;
  }

  .hero-quote {
    align-self: center;
    width: 90%;
  }

  ._404-mesaage-text {
    font-size: 26px;
  }

  .services-card-wrap {
    flex-direction: column;
  }
}

#w-node-_34a1ad11-62c7-e88e-43de-842b8872619f-92e9f2aa {
  grid-area: 1 / 2 / 2 / 7;
  place-self: center;
}

#w-node-_7f36576d-f06b-4fe5-782f-3830ba6e78d0-92e9f2aa {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3c74bd92-3bf5-fe60-ff0b-153401b0234b-92e9f2aa {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3f87e8f0-4bfb-9bb1-6ddf-eb7c69c14e49-92e9f2aa {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f991d4f2-59b9-0015-9ade-17ef97ed786c-92e9f2aa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-dcec724a-e4ff-77d3-f153-3eeb6e7d66bb-92e9f2aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_39d167d3-96de-111e-6beb-3f463dc7fefc-92e9f2aa {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_02a4e0ec-f508-079d-814b-c3b8c2192c5c-92e9f2aa {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a293211a-ef58-aec0-70f2-4d3ad6f776bb-92e9f2aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4fe0930a-d4c0-b0c0-66b9-c4772d17a6e8-92e9f2aa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_06be9693-da3b-1533-981b-11775a022883-92e9f2aa {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_19a89c53-7528-ca02-beae-fc8a452fcbc9-92e9f2aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3831009f-c1b4-eeba-fa4c-147aefbdcb19-92e9f2aa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0551f068-c4b3-a7db-24b3-e083451942d5-92e9f2aa {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d83c1a16-7e32-bbf7-30ff-3aa17f04a92e-92e9f2aa {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_25b54a8a-5cb0-a0b5-4d35-c26cf838fa3c-92e9f2aa {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_50a56a6d-8905-007d-bfce-f385c1059b25-92e9f2aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5dcb9d29-17a7-287a-0c1a-f145ba89a609-92e9f2aa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e7ceb8b5-359c-7da5-3f10-810cd0c019eb-92e9f2aa {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_730f81dd-08f8-6822-8285-d314c272d442-92e9f2aa {
  grid-area: 5 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_34a1ad11-62c7-e88e-43de-842b8872619f-92e9f2aa {
    grid-area: 1 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_7f36576d-f06b-4fe5-782f-3830ba6e78d0-92e9f2aa {
    grid-column: 3 / 5;
    grid-row-end: 3;
  }

  #w-node-_3c74bd92-3bf5-fe60-ff0b-153401b0234b-92e9f2aa {
    grid-column-end: 4;
  }

  #w-node-_3f87e8f0-4bfb-9bb1-6ddf-eb7c69c14e49-92e9f2aa {
    grid-column: 4 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_34a1ad11-62c7-e88e-43de-842b8872619f-92e9f2aa {
    grid-row-end: 2;
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_3c74bd92-3bf5-fe60-ff0b-153401b0234b-92e9f2aa {
    grid-column-end: 6;
  }

  #w-node-_3f87e8f0-4bfb-9bb1-6ddf-eb7c69c14e49-92e9f2aa {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34a1ad11-62c7-e88e-43de-842b8872619f-92e9f2aa {
    place-self: center stretch;
  }

  #w-node-_7f36576d-f06b-4fe5-782f-3830ba6e78d0-92e9f2aa {
    grid-row-start: 2;
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_3c74bd92-3bf5-fe60-ff0b-153401b0234b-92e9f2aa {
    grid-column-end: 2;
    place-self: center;
  }

  #w-node-_3f87e8f0-4bfb-9bb1-6ddf-eb7c69c14e49-92e9f2aa {
    grid-column-end: 2;
  }

  #w-node-_21231868-f70f-81b8-12cf-cb831680d9c2-92e9f2aa {
    justify-self: center;
  }
}


