body {
  padding-top: 85px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 500;
  letter-spacing: -0.5px;
}

h1 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.7px;
}

h2 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.7px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
}

p {
  margin-bottom: 1.7em;
  font-size: 1rem;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 1.5em;
  padding-left: 24px;
  font-size: 1rem;
}

ol {
  margin-top: 0px;
  margin-bottom: 1.5em;
  padding-left: 40px;
}

li {
  padding-left: 4px;
}

.section {
  border-bottom: 1px solid #ccc;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  height: 85px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  -webkit-transform: translate(0px, -44%);
  -ms-transform: translate(0px, -44%);
  transform: translate(0px, -44%);
  -webkit-transition: border-color 400ms cubic-bezier(.215, .61, .355, 1), color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 400ms cubic-bezier(.215, .61, .355, 1), color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #393939;
  font-size: 1.16em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link-text {
  position: relative;
  margin-top: 77px;
  padding: 12px;
  background-color: #fff;
}

.section1 {
  position: relative;
  padding-right: 30px;
}

.bg1 {
  position: relative;
  width: 72.5vw;
  padding-top: 66px;
  padding-bottom: 140px;
  padding-left: 30px;
  background-color: #e9eee4;
}

.mainlogo {
  position: absolute;
  top: 92px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 12rem;
  height: 12rem;
  max-height: 28vh;
  max-width: 16vw;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.container1 {
  display: block;
  max-width: 520px;
  margin-right: 21vw;
  margin-left: auto;
}

.section2 {
  position: relative;
  margin-top: -90px;
  color: #fff;
}

.bg2 {
  position: relative;
  z-index: 1;
  width: 86vw;
  padding: 99px 30px 110px;
  float: right;
  background-color: #2a85ae;
}

.container2 {
  position: relative;
  max-width: 380px;
  margin-left: 115px;
}

.our-promise-header {
  margin-bottom: 32px;
  color: #543950;
  font-size: 3.05rem;
  line-height: 1.2;
}

.our-promise-text {
  font-size: 1.36rem;
}

.our-promise-text-2 {
  margin-top: 47px;
  font-size: 1.4rem;
  font-weight: 700;
}

.bg3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30vw;
  padding-top: 145px;
  padding-right: 30px;
  background-color: #79985d;
  box-shadow: 0 0 50px 2px rgba(0, 0, 0, .25);
}

.container3 {
  width: 17vw;
  margin-left: 5.5vw;
}

.contact-text {
  margin-bottom: 78px;
  font-size: 1.63rem;
}

.contact-cta {
  position: relative;
  display: inline-block;
  padding: 14px 55px;
  background-color: #d79144;
  box-shadow: 7px -7px 50px -10px rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-cta:hover {
  background-color: #543950;
}

.flower1 {
  position: absolute;
  right: 0px;
  bottom: 100%;
  z-index: -1;
  width: 25vw;
  height: 29vw;
  max-height: 322px;
  max-width: 285px;
  margin-bottom: -80px;
}

.orange-bar {
  position: absolute;
  top: -2000px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 20px;
  background-color: #d79144;
}

.section3 {
  position: relative;
  padding: 68px 30px 400px;
}

.container4 {
  position: relative;
  left: 20px;
  z-index: 0;
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.services-header {
  margin-bottom: 22px;
  color: #543950;
  font-size: 3.05rem;
  line-height: 1.2;
}

.ul2 {
  padding-left: 29px;
  font-size: 1.34rem;
  font-weight: 600;
}

.row-with-lists {
  margin-right: -10px;
  margin-left: -10px;
}

.section-multi {
  position: relative;
  background-color: #543950;
  color: #fff;
}

.bg4 {
  position: relative;
  width: 74vw;
  margin-top: -240px;
  padding: 115px 30px 210px;
  background-color: #79985d;
}

.section4 {
  position: relative;
  z-index: 1;
  padding-top: 1px;
}

.container5 {
  position: relative;
  display: block;
  max-width: 720px;
  margin-right: 8.5vw;
  margin-left: auto;
}

.exp-header {
  margin-bottom: 22px;
  color: #543950;
  font-size: 3.05rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
}

.ul3 {
  padding-left: 29px;
  font-size: 1.36rem;
  font-weight: 500;
}

.section5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100%;
  z-index: 2;
  margin-bottom: -80px;
  padding-left: 63px;
}

.bg5 {
  position: relative;
  z-index: 1;
  display: block;
  width: 70.5vw;
  margin-left: auto;
  padding: 48px 30px 48px 94px;
  background-color: #d79144;
}

.mistake-text {
  max-width: 660px;
  font-size: 1.3rem;
}

.mistake-exclaim {
  position: absolute;
  left: -43px;
  top: 50%;
  z-index: 1;
  width: 86px;
  height: 86px;
  margin-top: -43px;
  background-color: #fff;
  background-image: url('../images/alert.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.section6 {
  position: relative;
  z-index: 1;
  margin-top: -82px;
  padding-left: 45px;
}

.bg6 {
  position: relative;
  z-index: 1;
  display: block;
  width: 81vw;
  margin-left: auto;
  padding: 132px 30px 60px 114px;
  background-color: #2a85ae;
}

.container6 {
  max-width: 820px;
}

.testi-header {
  margin-bottom: 20px;
  color: #543950;
  font-size: 3.05rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
}

.testi-slider {
  height: 320px;
  background-color: transparent;
  font-size: 1.41rem;
  letter-spacing: -0.9px;
}

.testi-arrow {
  display: none;
}

.testi-nav {
  display: none;
}

.testi-controls {
  position: absolute;
  left: 0px;
  top: 215px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.testi-next {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  background-color: #fff;
  background-image: url('../images/next.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.testi-next:hover {
  background-color: #d79144;
  background-image: url('../images/next-white.png');
  background-size: 18px;
}

.testi-pause {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  background-color: #fff;
  background-image: url('../images/pause.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.testi-pause:hover {
  background-color: #d79144;
  background-image: url('../images/pause-white.png');
  background-size: 19px;
}

.testi-prev {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  background-color: #fff;
  background-image: url('../images/prev.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.testi-prev:hover {
  background-color: #d79144;
  background-image: url('../images/prev-white.png');
  background-size: 18px;
}

.testi-source {
  margin-top: 24px;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.section7 {
  padding: 75px 30px 300px;
}

.container7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.founder-header {
  margin-top: 2px;
  margin-bottom: 44px;
  color: #79985d;
  font-size: 3.05rem;
  line-height: 1.2;
}

.founder-image {
  max-width: 100%;
  margin-bottom: 54px;
}

.founder-right {
  margin-left: 85px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 36.5%;
  -ms-flex: 1 0 36.5%;
  flex: 1 0 36.5%;
}

.founder-exp {
  color: #d79144;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.section8 {
  margin-top: -230px;
  color: #fff;
}

.bg8 {
  position: relative;
  overflow: hidden;
  width: 81vw;
  margin-left: auto;
  padding: 75px 30px 100px 80px;
  background-color: #d79144;
}

.contact-header {
  margin-bottom: 29px;
  color: #543950;
  font-size: 3.05rem;
  line-height: 1.2;
}

.container8 {
  max-width: 540px;
}

.contact-info {
  font-size: 1.35rem;
  letter-spacing: 0px;
}

.contact-footer {
  margin-top: 25px;
  font-weight: 700;
  letter-spacing: -0.7px;
}

.flower4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30vw;
  height: 20vw;
  max-height: 250px;
  max-width: 400px;
  background-image: url('../images/flower4.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  padding: 85px 30px 100px;
}

.footer-logo {
  width: 82px;
  height: 82px;
  margin-right: 48px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-nav {
  display: none;
}

.mobile-logo {
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.flower2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  width: 200%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.flower2a {
  position: absolute;
  top: -17px;
  right: 20vw;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.flower2b {
  position: absolute;
  top: -25px;
  right: 10vw;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.flower2c {
  position: absolute;
  top: -54px;
  right: -30px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.flower2d {
  position: absolute;
  top: 127px;
  right: -2px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.flower2e {
  position: absolute;
  top: 165px;
  right: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.flower2f {
  position: absolute;
  top: 268px;
  right: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.flower2g {
  position: absolute;
  top: 409px;
  right: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.flower2h {
  position: absolute;
  top: 368px;
  right: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.flower2i {
  position: absolute;
  right: -24px;
  bottom: -14px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.flower2j {
  position: absolute;
  right: 5vw;
  bottom: -14px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.flower2k {
  position: absolute;
  right: -68px;
  bottom: -143px;
  -webkit-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.flower2l {
  position: absolute;
  right: 28px;
  bottom: -59px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.flower2m {
  position: absolute;
  right: 93px;
  bottom: -45px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.flower2n {
  position: absolute;
  right: 240px;
  bottom: -48px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.flower2o {
  position: absolute;
  right: 404px;
  bottom: 118px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2p {
  position: absolute;
  right: 441px;
  bottom: 59px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2q {
  position: absolute;
  right: 504px;
  bottom: 94px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2r {
  position: absolute;
  right: 501px;
  bottom: 54px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2s {
  position: absolute;
  right: 561px;
  bottom: 69px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2t {
  position: absolute;
  right: 605px;
  bottom: 43px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2u {
  position: absolute;
  right: 651px;
  bottom: 74px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.flower2-part2 {
  position: absolute;
  left: 0px;
  top: -398px;
  right: 0px;
  z-index: -1;
  width: 74vw;
  height: 160px;
}

.founder-image-mobile {
  display: none;
  max-width: 100%;
  margin-bottom: 54px;
}

.header-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 1px 10px 0 #000;
  opacity: 0;
}

.header-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #fff;
}

.flower2j2 {
  position: absolute;
  right: 13vw;
  bottom: -40px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.preload {
  display: none;
}

@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
  .header {
    height: 70px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link {
    font-size: 0.88em;
  }
  .nav-link-text {
    margin-top: 65px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .bg1 {
    width: 80vw;
    padding-bottom: 50px;
  }
  .container1 {
    max-width: none;
    margin-right: 115px;
  }
  .ul1 {
    font-size: 1.1rem;
  }
  .section2 {
    margin-top: 0px;
  }
  .bg2 {
    width: auto;
    padding-top: 50px;
    padding-right: 37vw;
    padding-bottom: 70px;
    float: none;
  }
  .container2 {
    max-width: 450px;
    margin-left: 0px;
  }
  .our-promise-header {
    font-size: 2.75rem;
  }
  .our-promise-text-2 {
    margin-top: 40px;
  }
  .bg3 {
    width: 34vw;
    padding-top: 70px;
    padding-right: 0px;
    text-align: center;
  }
  .container3 {
    width: auto;
    margin-left: 0vw;
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-text {
    margin-bottom: 60px;
    font-size: 1.43rem;
  }
  .contact-cta {
    width: 100%;
    font-size: 1.8rem;
  }
  .flower1 {
    width: 263px;
    height: 322px;
  }
  .orange-bar {
    width: 15px;
  }
  .section3 {
    padding-top: 80px;
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .container4 {
    position: static;
  }
  .services-header {
    font-size: 2.75rem;
  }
  .bg4 {
    width: auto;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .exp-header {
    font-size: 2.75rem;
  }
  .section5 {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 16px;
  }
  .bg5 {
    width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 75px;
  }
  .mistake-text {
    font-size: 1.2rem;
  }
  .section6 {
    margin-top: -75px;
  }
  .bg6 {
    width: auto;
    padding: 50px 30px 50px 60px;
  }
  .testi-header {
    font-size: 2.75rem;
  }
  .testi-slider {
    font-size: 1.25rem;
  }
  .testi-controls {
    top: 157px;
  }
  .section7 {
    padding-bottom: 50px;
  }
  .founder-header {
    font-size: 2.75rem;
  }
  .founder-right {
    margin-left: 40px;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
  .section8 {
    margin-top: 0px;
  }
  .bg8 {
    width: auto;
    padding-top: 60px;
    padding-left: 30px;
  }
  .contact-header {
    font-size: 2.75rem;
  }
  .flower4 {
    width: 320px;
    height: 200px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .footer-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-header {
    font-size: 1.7rem;
  }
  .flower2 {
    height: 150%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .flower2a {
    right: 28vw;
  }
  .flower2b {
    right: 15vw;
  }
  .flower2i {
    display: none;
  }
  .flower2j {
    display: none;
  }
  .flower2l {
    right: 10px;
  }
  .flower2-part2 {
    top: -136px;
    width: auto;
    margin-right: 86px;
    padding-right: 39px;
  }
  .flower2j2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-container {
    display: none;
  }
  .bg1 {
    width: 84vw;
  }
  .container1 {
    margin-right: 85px;
  }
  .our-promise-header {
    font-size: 2.45rem;
  }
  .contact-text {
    font-size: 1.33rem;
  }
  .contact-cta {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5rem;
  }
  .flower1 {
    width: 225px;
    height: 285px;
  }
  .orange-bar {
    width: 10px;
  }
  .section3 {
    padding-top: 60px;
    padding-right: 90px;
  }
  .services-header {
    font-size: 2.45rem;
  }
  .ul2 {
    margin-bottom: 0px;
  }
  .exp-header {
    font-size: 2.45rem;
    font-weight: 400;
  }
  .testi-header {
    font-size: 2.45rem;
    font-weight: 400;
  }
  .testi-slider {
    height: 380px;
  }
  .container7 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .founder-header {
    margin-bottom: 35px;
    font-size: 2.45rem;
  }
  .founder-image {
    display: none;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
  .founder-right {
    margin-top: 50px;
    margin-left: 0px;
    text-align: center;
  }
  .bg8 {
    padding-bottom: 180px;
  }
  .contact-header {
    font-size: 2.45rem;
  }
  .contact-info {
    font-size: 1.25rem;
  }
  .contact-footer {
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .flower4 {
    height: 170px;
  }
  .footer {
    font-size: 0.9rem;
  }
  .footer-logo {
    margin-right: 30px;
  }
  .mobile-nav {
    display: block;
    height: 100%;
    background-color: transparent;
  }
  .mobile-nav-button {
    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;
  }
  .mobile-nav-button.w--open {
    background-color: #d79144;
    color: #fff;
  }
  .mobile-logo {
    display: none;
    width: 60px;
    height: 60px;
  }
  .mobile-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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: transparent;
  }
  .mobile-nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .mobile-nav-link.w--current {
    color: #fff;
  }
  .mobile-nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d79144;
  }
  .mobile-nav-icon {
    font-size: 2.2rem;
  }
  .flower2 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .flower2a {
    right: 44vw;
  }
  .flower2b {
    right: 22vw;
  }
  .flower2e {
    top: 195px;
  }
  .flower2f {
    top: 338px;
  }
  .flower2g {
    top: 500px;
  }
  .flower2h {
    top: 460px;
  }
  .flower2k {
    right: 20px;
    bottom: -91px;
  }
  .flower2l {
    left: 50vw;
    right: auto;
    bottom: -65px;
  }
  .flower2m {
    left: 20vw;
    right: auto;
  }
  .flower2n {
    right: auto;
  }
  .flower2o {
    display: none;
  }
  .flower2p {
    display: none;
  }
  .flower2q {
    display: none;
  }
  .flower2r {
    display: none;
  }
  .flower2s {
    display: none;
  }
  .flower2t {
    display: none;
  }
  .flower2u {
    display: none;
  }
  .flower2-part2 {
    top: -110px;
    width: 100%;
    margin-right: 0px;
  }
  .founder-image-mobile {
    display: block;
    width: 50vw;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
  }
}

@media (max-width: 479px) {
  body {
    line-height: 1.5;
  }
  .section1 {
    padding-right: 0px;
  }
  .bg1 {
    width: auto;
    padding-right: 30px;
  }
  .mainlogo {
    position: relative;
    top: 0px;
    display: block;
    width: 40vw;
    height: 40vw;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container1 {
    margin-right: auto;
  }
  .ul1 {
    font-size: 1.1rem;
  }
  .bg2 {
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .container2 {
    max-width: none;
  }
  .our-promise-header {
    font-size: 2.25rem;
  }
  .our-promise-text {
    font-size: 1.16rem;
  }
  .our-promise-text-2 {
    font-size: 1.2rem;
  }
  .bg3 {
    position: static;
    width: auto;
    margin-top: 70px;
    margin-right: -30px;
    margin-left: -30px;
  }
  .flower1 {
    display: none;
  }
  .orange-bar {
    display: none;
  }
  .section3 {
    padding-top: 80px;
    padding-right: 40px;
  }
  .services-header {
    font-size: 2.25rem;
  }
  .ul2 {
    font-size: 1.14rem;
  }
  .bg4 {
    padding-bottom: 80px;
  }
  .container5 {
    margin-right: auto;
  }
  .exp-header {
    font-size: 2.25rem;
  }
  .ul3 {
    font-size: 1.1rem;
  }
  .section5 {
    padding-left: 0px;
    text-align: center;
  }
  .bg5 {
    padding-top: 70px;
    padding-left: 30px;
  }
  .mistake-exclaim {
    left: 50%;
    top: 0px;
    margin-top: -43px;
    margin-left: -43px;
  }
  .section6 {
    margin-top: 0px;
    padding-left: 0px;
  }
  .bg6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .testi-header {
    font-size: 2.25rem;
  }
  .testi-slider {
    height: 450px;
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
  .testi-controls {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .testi-next {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0px;
  }
  .testi-pause {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0px;
  }
  .testi-prev {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0px;
  }
  .testi-source {
    margin-top: 20px;
  }
  .founder-header {
    font-size: 2.25rem;
  }
  .contact-header {
    font-size: 2.25rem;
  }
  .contact-info {
    font-size: 1rem;
  }
  .footer {
    font-size: 0.85rem;
  }
  .footer-logo {
    width: 122px;
    height: 122px;
    margin-right: 15px;
  }
  .home-header {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .flower2a {
    right: 246px;
  }
  .flower2b {
    right: 140px;
  }
  .flower2d {
    display: none;
  }
  .flower2e {
    top: 84px;
    right: -50px;
  }
  .flower2f {
    top: 248px;
    right: -52px;
  }
  .flower2g {
    display: none;
  }
  .flower2h {
    display: none;
  }
  .flower2l {
    left: 100vw;
  }
  .flower2m {
    left: 40vw;
  }
  .flower2-part2 {
    width: 200%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .founder-image-mobile {
    width: 45vw;
  }
}

