#lp_ppc h1, #lp_ppc .h1,
#lp_ppc h2, #lp_ppc .h2,
#lp_ppc h3, #lp_ppc .h3,
#lp_ppc h4, #lp_ppc .h4,
#lp_ppc h5, #lp_ppc .h5,
#lp_ppc h6, #lp_ppc .h6,
#lp_ppc .h {
  font-family: "IBM Plex Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #1f2129; }

#lp_ppc h1, #lp_ppc .h1 {
  font-size: 30px; }

#lp_ppc h2, #lp_ppc .h2 {
  font-size: 22px; }

#lp_ppc h3, #lp_ppc .h3 {
  font-size: 20px; }

#lp_ppc h4, #lp_ppc .h4 {
  font-size: 18px; }

#lp_ppc h5, #lp_ppc .h5 {
  font-size: 16px; }

#lp_ppc h6, #lp_ppc .h6 {
  font-size: 14px; }

#lp_ppc p {
  color: #4f5668;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 1em;
  line-height: 1.7; }
  @media (min-width: 480px) {
    #lp_ppc p {
      line-height: 1.5; } }

#lp_ppc a {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #059611;
  text-decoration: none;
  transition: all 0.3s ease; }
  #lp_ppc a:hover, #lp_ppc a:focus {
    color: #98cb4f;
    text-decoration: none; }

#lp_ppc img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

* {
  max-height: 1000000px; }

body div#lp_ppc_template {
  color: #4f5668;
  background: #fff;
  font: 14px/1.7 "IBM Plex Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar; }
  @media (min-width: 480px) {
    body div#lp_ppc_template {
      font-size: 16px;
      line-height: 1.5; } }

#lp_ppc b {
  font-weight: 700;
}

/* main wrapper style */
#lp_ppc #wrapper {
  position: relative;
  overflow: hidden; }

/* container style */
#lp_ppc .container {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%; }

/* container-small style */
#lp_ppc .container-small {
  max-width: 955px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  width: 100%; }

/* row style */
#lp_ppc .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  #lp_ppc .row:after, #lp_ppc .row:before {
    display: none; }

/* button style */
#lp_ppc .btn {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.3s ease;
  vertical-align: top;
  outline: none; }
  #lp_ppc .btn-success {
    background-color: #98cb4f;
    border-color: #98cb4f; }
    #lp_ppc .btn-success:hover, #lp_ppc .btn-success:focus, #lp_ppc .btn-success:active {
      color: #98cb4f;
      background-color: #fff;
      border-color: #98cb4f; }
    #lp_ppc .btn-success:active:hover {
      color: #98cb4f;
      background-color: #fff;
      border-color: #98cb4f; }
  #lp_ppc .btn-warning {
    background-color: #ff8401;
    border-color: #ff8401; }
    #lp_ppc .btn-warning:hover, #lp_ppc .btn-warning:focus, #lp_ppc .btn-warning:active {
      color: #ff8401;
      background-color: #fff;
      border-color: #ff8401;
      box-shadow: none; }
    #lp_ppc .btn-warning:active:hover {
      color: #ff8401;
      background-color: #fff;
      border-color: #ff8401; }
  #lp_ppc .btn__large {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 10px 23px;
    position: relative; }
    @media (min-width: 360px) {
      #lp_ppc .btn__large {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 480px) {
      #lp_ppc .btn__large {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 15px 23px; } }
    @media (min-width: 576px) {
      #lp_ppc .btn__large {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 20px 23px; } }
    @media (min-width: 768px) {
      #lp_ppc .btn__large {
        padding: 20px 35px 28px;
        font-size: 22px;
        line-height: 26px; } }
    #lp_ppc .btn__large:before {
      content: '';
      position: absolute;
      right: 10px;
      bottom: 12px;
      background: url("../images/button-line.png") no-repeat;
      background-size: 100% 100%;
      width: 45px;
      height: 8px; }
      @media (min-width: 360px) {
        #lp_ppc .btn__large:before {
          right: 12px;
          width: 55px; } }
      @media (min-width: 480px) {
        #lp_ppc .btn__large:before {
          right: 20px;
          width: 65px; } }
      @media (min-width: 576px) {
        #lp_ppc .btn__large:before {
          width: 75px; } }
      @media (min-width: 768px) {
        #lp_ppc .btn__large:before {
          right: 35px;
          bottom: 18px;
          width: 105px; } }
    #lp_ppc .btn__large:after {
      content: '';
      position: absolute;
      top: -26px;
      right: -30px;
      background: url("../images/arrow.svg") no-repeat;
      background-size: 100% 100%;
      width: 30px;
      height: 32px; }
      @media (min-width: 360px) {
        #lp_ppc .btn__large:after {
          right: -38px;
          width: 40px;
          height: 42px; } }
      @media (min-width: 480px) {
        #lp_ppc .btn__large:after {
          right: -56px;
          width: 50px;
          height: 52px; } }
      @media (min-width: 768px) {
        #lp_ppc .btn__large:after {
          right: -82px;
          width: 72px;
          height: 82px; } }
    #lp_ppc .btn__large span {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      font-style: italic;
      display: block;
      margin-bottom: 3px; }
      @media (min-width: 360px) {
        #lp_ppc .btn__large span {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 480px) {
        #lp_ppc .btn__large span {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 576px) {
        #lp_ppc .btn__large span {
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 768px) {
        #lp_ppc .btn__large span {
          font-size: 26px;
          line-height: 30px; } }

/* get-started style */
#lp_ppc .get-started {
  font-size: 14px;
  line-height: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #059611; }
  @media (min-width: 360px) {
    #lp_ppc .get-started {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 480px) {
    #lp_ppc .get-started {
      font-size: 18px;
      line-height: 22px; } }
  #lp_ppc .get-started a {
    text-decoration: underline;
    position: relative;
    display: inline-block; }
    #lp_ppc .get-started a:after {
      content: '';
      position: absolute;
      top: -20px;
      right: -40px;
      background: url("../images/arrow.svg") no-repeat;
      background-size: 100% 100%;
      width: 52px;
      height: 30px; }
      @media (min-width: 480px) {
        #lp_ppc .get-started a:after {
          right: -45px; } }
      @media (min-width: 768px) {
        #lp_ppc .get-started a:after {
          top: -33px;
          right: -65px;
          width: 72px;
          height: 50px; } }
    @media (min-width: 576px) {
      #lp_ppc .get-started a br {
        display: none; } }

/* blockquote style */
#lp_ppc blockquote {
  font-size: 16px;
  line-height: 30px;
  font-family: 'IBM Plex Sans', sans-serif;
  border: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 480px) {
    #lp_ppc blockquote {
      font-size: 18px;
      line-height: 32px; } }
  @media (min-width: 768px) {
    #lp_ppc blockquote {
      font-size: 20px;
      line-height: 34px; } }
  #lp_ppc blockquote:after, #lp_ppc blockquote:before {
    display: none; }
  #lp_ppc blockquote p {
    color: #4f5668;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #lp_ppc blockquote p {
        margin-bottom: 32px; } }
  #lp_ppc blockquote cite, #lp_ppc blockquote .name, #lp_ppc blockquote .designation {
    font-style: normal;
    display: block; }
    #lp_ppc blockquote cite .name, #lp_ppc blockquote .name .name, #lp_ppc blockquote .designation .name {
      color: #004f38;
      font-weight: 500;
      margin-bottom: 5px; }
    #lp_ppc blockquote cite .designation, #lp_ppc blockquote .name .designation, #lp_ppc blockquote .designation .designation {
      font-size: 14px;
      line-height: 18px; }

 header style
#lp_ppc .header {
  background-color: #e2f0fd;
  padding: 20px 15px 0;
  text-align: center;
  z-index: 10; }
  @media (min-width: 768px) {
    #lp_ppc .header {
      padding: 35px 15px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .header {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      padding: 35px 15px; } }
  @media (min-width: 1200px) {
    #lp_ppc .header {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      padding: 35px 40px; } }
  @media (min-width: 1440px) {
    #lp_ppc .header {
      padding: 35px 58px; } }
  #lp_ppc .header__logo {
    max-width: 213px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      #lp_ppc .header__logo {
        margin: 0; } }
    #lp_ppc .header__logo a {
      display: inline-block; }
      #lp_ppc .header__logo a img {
        object-fit: contain;
        height: 60px; }

#lp_ppc #nav {
  padding-top: 14px; }

#lp_ppc .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -13px; }
  @media (min-width: 1200px) {
    #lp_ppc .menu {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  #lp_ppc .menu__list {
    padding: 0 13px 13px; }
    @media (min-width: 992px) {
      #lp_ppc .menu__list {
        padding: 0 13px; } }
  #lp_ppc .menu__link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #182034; }
    @media (min-width: 360px) {
      #lp_ppc .menu__link {
        font-size: 16px;
        line-height: 20px; } }
    #lp_ppc .menu__link.number {
      font-weight: 700;
      margin-left: 25px;
      position: relative; }
      #lp_ppc .menu__link.number .icon {
        font-size: 23px;
        line-height: 23px;
        color: #004f38;
        position: absolute;
        left: -21px;
        top: -3px; }
        @media (min-width: 360px) {
          #lp_ppc .menu__link.number .icon {
            font-size: 30px;
            line-height: 30px;
            top: -5px; } }

/* banner-block style */
#lp_ppc .banner-block {
  min-height: 550px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 1; }
  @media (min-width: 576px) {
    #lp_ppc .banner-block {
      min-height: 600px; } }
  @media (min-width: 768px) {
    #lp_ppc .banner-block {
      min-height: 840px;
      padding-top: 50px; } }
  @media (min-width: 992px) {
    #lp_ppc .banner-block {
      min-height: 1070px;
      padding: 80px 0; } }
  @media (min-width: 1400px) {
    #lp_ppc .banner-block {
      min-height: 1110px; } }
  @media (min-width: 1200px) {
    #lp_ppc .banner-block:before, #lp_ppc .banner-block:after {
      content: '';
      position: absolute;
      height: 250px;
      width: 195px; } }
  @media (min-width: 1400px) {
    #lp_ppc .banner-block:before, #lp_ppc .banner-block:after {
      height: 322px;
      width: 251px; } }
  #lp_ppc .banner-block:before {
    background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/home-left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 30px; }
    @media (min-width: 1200px) {
      #lp_ppc .banner-block:before {
        bottom: 57px; } }
    @media (min-width: 1400px) {
      #lp_ppc .banner-block:before {
        bottom: 30px; } }
  #lp_ppc .banner-block:after {
    background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/home-right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 20px; }
    @media (min-width: 1200px) {
      #lp_ppc .banner-block:after {
        bottom: 60px; } }
    @media (min-width: 1400px) {
      #lp_ppc .banner-block:after {
        bottom: 20px; } }
  #lp_ppc .banner-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  #lp_ppc .banner-block__text {
    color: #1a2235;
    margin-bottom: 30px; }
    @media (min-width: 360px) {
      #lp_ppc .banner-block__text {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 576px) {
      #lp_ppc .banner-block__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 33px; } }
    @media (min-width: 768px) {
      #lp_ppc .banner-block__text {
        font-size: 22px;
        line-height: 26px; } }
    @media (min-width: 1200px) {
      #lp_ppc .banner-block__text {
        margin-bottom: 58px; } }
  #lp_ppc .banner-block__caption {
    color: #4f5668;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: italic;
    display: block; }
    @media (min-width: 768px) {
      #lp_ppc .banner-block__caption {
        font-size: 20px;
        line-height: 24px; } }
  #lp_ppc .banner-block__image {
    margin: 20px 0 0; }
    @media (min-width: 480px) {
      #lp_ppc .banner-block__image {
        margin: 30px 0 0; } }
    @media (min-width: 1200px) {
      #lp_ppc .banner-block__image {
        max-width: 702px;
        margin: 84px auto -177px; } }
    @media (min-width: 1400px) {
      #lp_ppc .banner-block__image {
        max-width: 792px;
        margin: 84px auto -177px; } }
  #lp_ppc .banner-block h1, #lp_ppc .banner-block .h1 {
    font-size: 24px;
    line-height: 30px;
    color: #1a2235;
    margin-bottom: 20px; }
    @media (min-width: 360px) {
      #lp_ppc .banner-block h1, #lp_ppc .banner-block .h1 {
        font-size: 30px;
        line-height: 36px; } }
    @media (min-width: 576px) {
      #lp_ppc .banner-block h1, #lp_ppc .banner-block .h1 {
        font-size: 36px;
        line-height: 48px; } }
    @media (min-width: 640px) {
      #lp_ppc .banner-block h1, #lp_ppc .banner-block .h1 {
        font-size: 40px;
        line-height: 52px; } }
    @media (min-width: 768px) {
      #lp_ppc .banner-block h1, #lp_ppc .banner-block .h1 {
        font-size: 50px;
        line-height: 62px; } }
    @media (min-width: 992px) {
      #lp_ppc .banner-block h1, #lp_ppc .banner-block .h1 {
        font-size: 60px;
        line-height: 72px; } }
  #lp_ppc .banner-block .btn {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      #lp_ppc .banner-block .btn {
        margin-bottom: 33px; } }

/* improvements-block style */
#lp_ppc .improvements-block {
  text-align: center;
  padding: 20px 0 50px; }
  @media (min-width: 360px) {
    #lp_ppc .improvements-block {
      padding: 20px 0 50px; } }
  @media (min-width: 480px) {
    #lp_ppc .improvements-block {
      padding: 50px 0; } }
  @media (min-width: 768px) {
    #lp_ppc .improvements-block {
      padding: 62px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .improvements-block {
      padding: 82px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .improvements-block {
      padding: 82px 0 110px; } }
  #lp_ppc .improvements-block .container {
    max-width: 1360px; }
  #lp_ppc .improvements-block h2, #lp_ppc .improvements-block .h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto 30px;
    max-width: 950px; }
    @media (min-width: 480px) {
      #lp_ppc .improvements-block h2, #lp_ppc .improvements-block .h2 {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 640px) {
      #lp_ppc .improvements-block h2, #lp_ppc .improvements-block .h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      #lp_ppc .improvements-block h2, #lp_ppc .improvements-block .h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 992px) {
      #lp_ppc .improvements-block h2, #lp_ppc .improvements-block .h2 {
        font-size: 36px;
        line-height: 44px; } }
  #lp_ppc .improvements-block .get-started {
    padding-top: 30px; }
    @media (min-width: 480px) {
      #lp_ppc .improvements-block .get-started {
        padding-top: 42px; } }

/* improvement-article style */
#lp_ppc .improvement-article {
  font-family: 'IBM Plex Sans', sans-serif;
  height: 100%;
  padding: 25px 15px;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    #lp_ppc .improvement-article {
      padding: 33px 15px; } }
  @media (min-width: 1200px) {
    #lp_ppc .improvement-article {
      padding: 33px 30px; } }
  @media (min-width: 1400px) {
    #lp_ppc .improvement-article {
      padding: 33px 55px; } }
  #lp_ppc .improvement-article:hover {
    background-color: #fff;
    box-shadow: 0px 16px 59px 0px rgba(187, 189, 203, 0.19);
    border-radius: 8px; }
  #lp_ppc .improvement-article__image {
    margin-bottom: 25px;
    min-height: 165px; }
    @media (min-width: 992px) {
      #lp_ppc .improvement-article__image {
        min-height: 189px; } }
  @media (min-width: 992px) {
    #lp_ppc .improvement-article__kitchen .improvement-article__image img {
      margin: 5px 0 0 9px; } }
  @media (min-width: 992px) {
    #lp_ppc .improvement-article__homeowner .improvement-article__image img {
      margin: 23px 34px 0 0; } }

/* intro-block style */
#lp_ppc .intro-block {
  background-color: #f5f8fe;
  text-align: center;
  line-height: 0;
  padding-top: 50px; }
  @media (min-width: 768px) {
    #lp_ppc .intro-block {
      padding-top: 70px; } }
  @media (min-width: 992px) {
    #lp_ppc .intro-block {
      padding-top: 90px; } }
  @media (min-width: 1200px) {
    #lp_ppc .intro-block {
      padding-top: 110px; } }
  #lp_ppc .intro-block__text {
    max-width: 970px;
    margin: 0 auto 45px; }
    @media (min-width: 768px) {
      #lp_ppc .intro-block__text {
        margin-bottom: 55px; } }
    #lp_ppc .intro-block__text p {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #lp_ppc .intro-block__text p {
          margin-bottom: 25px; } }
  #lp_ppc .intro-block h2, #lp_ppc .intro-block .h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      #lp_ppc .intro-block h2, #lp_ppc .intro-block .h2 {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 640px) {
      #lp_ppc .intro-block h2, #lp_ppc .intro-block .h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      #lp_ppc .intro-block h2, #lp_ppc .intro-block .h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 28px; } }
    @media (min-width: 992px) {
      #lp_ppc .intro-block h2, #lp_ppc .intro-block .h2 {
        font-size: 36px;
        line-height: 44px; } }
  #lp_ppc .intro-block .btn {
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      #lp_ppc .intro-block .btn {
        margin-bottom: 84px; } }

/* info-block style */
#lp_ppc .info-block {
  text-align: center;
  padding: 50px 0 30px; }
  @media (min-width: 768px) {
    #lp_ppc .info-block {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .info-block {
      padding: 82px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .info-block {
      padding: 102px 0 82px; } }
  #lp_ppc .info-block .container-small {
    max-width: 922px; }
  #lp_ppc .info-block h2, #lp_ppc .info-block .h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      #lp_ppc .info-block h2, #lp_ppc .info-block .h2 {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 640px) {
      #lp_ppc .info-block h2, #lp_ppc .info-block .h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      #lp_ppc .info-block h2, #lp_ppc .info-block .h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      #lp_ppc .info-block h2, #lp_ppc .info-block .h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      #lp_ppc .info-block h2, #lp_ppc .info-block .h2 {
        margin-bottom: 60px; } }

/* info-article style */
#lp_ppc .info-article {
  border: 2px solid #e3ebfd;
  box-shadow: 0px 12px 21px 0px rgba(214, 220, 238, 0.27);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 40px 15px; }
  @media (min-width: 992px) {
    #lp_ppc .info-article {
      padding: 84px 30px;
      margin-bottom: 0; } }
  #lp_ppc .info-article__image {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      #lp_ppc .info-article__image {
        margin-bottom: 72px; } }
  #lp_ppc .info-article h3, #lp_ppc .info-article .h3 {
    margin-bottom: 30px; }

/* testimonial-block style */
#lp_ppc .testimonial-block {
  text-align: center;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    #lp_ppc .testimonial-block {
      padding-bottom: 70px; } }
  @media (min-width: 992px) {
    #lp_ppc .testimonial-block {
      padding-bottom: 90px; } }
  @media (min-width: 1200px) {
    #lp_ppc .testimonial-block {
      padding-bottom: 110px; } }
  #lp_ppc .testimonial-block__image {
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      #lp_ppc .testimonial-block__image {
        margin-bottom: 40px; } }
    #lp_ppc .testimonial-block__image:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      left: 0;
      background-color: #e3ebfd;
      height: 2px;
      z-index: -1; }
    #lp_ppc .testimonial-block__image img {
      box-shadow: 0px 12px 21px 0px rgba(214, 220, 238, 0.27);
      border-radius: 50%; }
    #lp_ppc .testimonial-block__image .Ellipse_13 {
      border-style: solid;
      border-width: 2px;
      border-color: #e3ebfd;
      border-radius: 50%;
      background-color: white;
      box-shadow: 0px 12px 21px 0px rgba(214, 220, 238, 0.27);
      position: absolute;
      left: 851px;
      top: 3462px;
      width: 95px;
      height: 95px;
      z-index: 239; }

/* testimonial-slider sytle */
#lp_ppc .testimonial-slider {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #lp_ppc .testimonial-slider {
      margin-bottom: 79px; } }
  #lp_ppc .testimonial-slider blockquote {
    max-width: 800px;
    margin: 0 auto 25px; }
    @media (min-width: 768px) {
      #lp_ppc .testimonial-slider blockquote {
        margin-bottom: 38px; } }
  #lp_ppc .testimonial-slider .slick-slide {
    cursor: pointer;
    opacity: 0;
    visibility: hidden; }
    #lp_ppc .testimonial-slider .slick-slide.slick-active {
      opacity: 1;
      visibility: visible; }
  #lp_ppc .testimonial-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -5px; }
    #lp_ppc .testimonial-slider .slick-dots li {
      padding: 0 5px; }
      #lp_ppc .testimonial-slider .slick-dots li.slick-active button {
        background-color: #91c742; }
    #lp_ppc .testimonial-slider .slick-dots button {
      width: 11px;
      height: 11px;
      font-size: 0px;
      line-height: 0px;
      background-color: #e4eaf7;
      box-shadow: none;
      border: none;
      border-radius: 100%;
      outline: none;
      padding: 0;
      transition: all 0.3s ease; }
      #lp_ppc .testimonial-slider .slick-dots button:hover {
        background-color: #91c742; }

/* renovation-block style */
#lp_ppc .renovation-block {
  background-color: #f5f8fe;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 768px) {
    #lp_ppc .renovation-block {
      padding: 65px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .renovation-block {
      padding: 89px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .renovation-block {
      padding: 116px 0 89px; } }
  #lp_ppc .renovation-block h2, #lp_ppc .renovation-block .h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      #lp_ppc .renovation-block h2, #lp_ppc .renovation-block .h2 {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 640px) {
      #lp_ppc .renovation-block h2, #lp_ppc .renovation-block .h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      #lp_ppc .renovation-block h2, #lp_ppc .renovation-block .h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      #lp_ppc .renovation-block h2, #lp_ppc .renovation-block .h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px; } }
  #lp_ppc .renovation-block__text {
    padding-top: 30px; }
    @media (min-width: 768px) {
      #lp_ppc .renovation-block__text {
        font-size: 20px;
        line-height: 24px;
        padding-top: 50px; } }
    @media (min-width: 1200px) {
      #lp_ppc .renovation-block__text {
        padding-top: 61px; } }
  #lp_ppc .renovation-block .btn {
    margin: 33px auto; }
  #lp_ppc .renovation-block .wish-box {
    padding: 0 15px;
    width: 100%; }
    @media (min-width: 576px) {
      #lp_ppc .renovation-block .wish-box {
        width: 50%; } }
    @media (min-width: 992px) {
      #lp_ppc .renovation-block .wish-box {
        width: 33.333%; } }
    #lp_ppc .renovation-block .wish-box__holder {
      height: 100%;
      padding: 15px;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        #lp_ppc .renovation-block .wish-box__holder {
          padding: 18px 25px; } }
      @media (min-width: 992px) {
        #lp_ppc .renovation-block .wish-box__holder {
          padding: 18px 30px; } }
      @media (min-width: 1200px) {
        #lp_ppc .renovation-block .wish-box__holder {
          padding: 18px 45px; } }
      #lp_ppc .renovation-block .wish-box__holder:hover {
        background-color: #fff;
        box-shadow: 0px 16px 59px 0px rgba(187, 189, 203, 0.19);
        border-radius: 8px; }
    #lp_ppc .renovation-block .wish-box__image {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 20px;
      min-height: 83px; }
    #lp_ppc .renovation-block .wish-box h3, #lp_ppc .renovation-block .wish-box .h3 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 8px; }
      @media (min-width: 640px) {
        #lp_ppc .renovation-block .wish-box h3, #lp_ppc .renovation-block .wish-box .h3 {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1200px) {
        #lp_ppc .renovation-block .wish-box h3, #lp_ppc .renovation-block .wish-box .h3 {
          font-size: 20px;
          line-height: 24px; } }
    #lp_ppc .renovation-block .wish-box p {
      margin-bottom: 0; }

/* remodeling-block style */
#lp_ppc .remodeling-block {
  background-color: #004f38;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    #lp_ppc .remodeling-block {
      padding: 70px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .remodeling-block {
      padding: 90px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .remodeling-block {
      padding: 117px 0; } }
  #lp_ppc .remodeling-block::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/remodeling.png") no-repeat;*/
    background-size: 100% 100%;
    height: 262px;
    width: 250px;
    z-index: -1; }
    @media (min-width: 768px) {
      #lp_ppc .remodeling-block::after {
        height: 315px;
        width: 300px; } }
    @media (min-width: 992px) {
      #lp_ppc .remodeling-block::after {
        height: 367px;
        width: 350px; } }
    @media (min-width: 1200px) {
      #lp_ppc .remodeling-block::after {
        top: 0;
        right: 60px;
        left: auto;
        transform: none;
        height: 447px;
        width: 426px; } }
    @media (min-width: 1400px) {
      #lp_ppc .remodeling-block::after {
        right: 100px; } }
    @media (min-width: 1600px) {
      #lp_ppc .remodeling-block::after {
        right: 180px; } }
  #lp_ppc .remodeling-block__caption {
    font-size: 14px;
    line-height: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #lp_ppc .remodeling-block__caption {
        margin-bottom: 48px; } }
  #lp_ppc .remodeling-block h2, #lp_ppc .remodeling-block .h2 {
    font-size: 22px;
    line-height: 30px;
    color: #fff; }
    @media (min-width: 480px) {
      #lp_ppc .remodeling-block h2, #lp_ppc .remodeling-block .h2 {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 640px) {
      #lp_ppc .remodeling-block h2, #lp_ppc .remodeling-block .h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      #lp_ppc .remodeling-block h2, #lp_ppc .remodeling-block .h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 992px) {
      #lp_ppc .remodeling-block h2, #lp_ppc .remodeling-block .h2 {
        font-size: 36px;
        line-height: 44px; } }
  #lp_ppc .remodeling-block .get-started {
    margin-bottom: 14px; }
    #lp_ppc .remodeling-block .get-started a {
      color: #fff; }

/* work-block style */
#lp_ppc .work-block {
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 768px) {
    #lp_ppc .work-block {
      padding: 70px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .work-block {
      padding: 95px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .work-block {
      padding: 121px 0 95px; } }
  #lp_ppc .work-block__text {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #4f5668;
    max-width: 750px;
    margin: 0 auto 20px; }
    @media (min-width: 480px) {
      #lp_ppc .work-block__text {
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 768px) {
      #lp_ppc .work-block__text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 36px; } }
  #lp_ppc .work-block__caption {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #4f5668;
    display: block; }
    @media (min-width: 768px) {
      #lp_ppc .work-block__caption {
        font-size: 20px;
        line-height: 30px; } }
  #lp_ppc .work-block h2, #lp_ppc .work-block .h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px; }
    @media (min-width: 480px) {
      #lp_ppc .work-block h2, #lp_ppc .work-block .h2 {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 640px) {
      #lp_ppc .work-block h2, #lp_ppc .work-block .h2 {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      #lp_ppc .work-block h2, #lp_ppc .work-block .h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 992px) {
      #lp_ppc .work-block h2, #lp_ppc .work-block .h2 {
        font-size: 36px;
        line-height: 44px; } }
  #lp_ppc .work-block .btn {
    margin: 32px 0; }
    @media (min-width: 768px) {
      #lp_ppc .work-block .btn {
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      #lp_ppc .work-block .btn {
        margin-top: 82px; } }

#lp_ppc .work-article {
  background-color: #fff;
  box-shadow: 0px 12px 21px 0px rgba(214, 220, 238, 0.27);
  border: 2px solid #e3ebfd;
  border-radius: 6px;
  color: #4f5668;
  margin-bottom: 20px;
  padding: 0 15px 25px;
  text-align: left;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    #lp_ppc .work-article {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-bottom: 29px;
      padding: 0 15px 25px; } }
  @media (min-width: 992px) {
    #lp_ppc .work-article {
      padding: 0 31px 38px; } }
  #lp_ppc .work-article:hover {
    transform: scale(1.02); }
  #lp_ppc .work-article:last-child {
    margin-bottom: 0; }
  #lp_ppc .work-article__ribbon {
    background: url("../images/ribbon.svg") no-repeat;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: -9px auto 0;
    height: 126px;
    width: 130px; }
    @media (min-width: 768px) {
      #lp_ppc .work-article__ribbon {
        height: 146px;
        width: 150px;
        margin: -9px 0 0; } }
    #lp_ppc .work-article__ribbon-title {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      margin-bottom: 0;
      padding-bottom: 28px; }
      @media (min-width: 768px) {
        #lp_ppc .work-article__ribbon-title {
          font-size: 20px;
          line-height: 22px; } }
  #lp_ppc .work-article__text {
    padding-top: 15px; }
    @media (min-width: 768px) {
      #lp_ppc .work-article__text {
        width: calc(100% - 150px);
        padding: 15px 0 0 20px; } }
    @media (min-width: 992px) {
      #lp_ppc .work-article__text {
        padding: 25px 5px 0 37px; } }
    #lp_ppc .work-article__text p {
      margin-bottom: 0; }

/* loan-block style */
#lp_ppc .faq-block {
  background-color: #f5f8fe;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 768px) {
    #lp_ppc .faq-block {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    #lp_ppc .faq-block {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .faq-block {
      padding: 93px 0 109px; } }
  #lp_ppc .faq-block__caption {
    color: #4f5668;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block; }
    @media (min-width: 768px) {
      #lp_ppc .faq-block__caption {
        font-size: 20px;
        line-height: 30px; } }
  #lp_ppc .faq-block h2, #lp_ppc .faq-block .h2 {
    font-size: 17px;
    line-height: 25px;
    max-width: 640px;
    margin: 0 auto 20px; }
    @media (min-width: 360px) {
      #lp_ppc .faq-block h2, #lp_ppc .faq-block .h2 {
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 480px) {
      #lp_ppc .faq-block h2, #lp_ppc .faq-block .h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px; } }
    @media (min-width: 576px) {
      #lp_ppc .faq-block h2, #lp_ppc .faq-block .h2 {
        font-size: 30px;
        line-height: 38px; } }
    @media (min-width: 640px) {
      #lp_ppc .faq-block h2, #lp_ppc .faq-block .h2 {
        font-size: 34px;
        line-height: 42px; } }
    @media (min-width: 768px) {
      #lp_ppc .faq-block h2, #lp_ppc .faq-block .h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px; } }
  #lp_ppc .faq-block .btn {
    margin: 15px 0; }
    @media (min-width: 768px) {
      #lp_ppc .faq-block .btn {
        margin: 40px 0 29px; } }
    @media (min-width: 992px) {
      #lp_ppc .faq-block .btn {
        margin-top: 50px; } }
    @media (min-width: 1200px) {
      #lp_ppc .faq-block .btn {
        margin-top: 65px; } }

#lp_ppc .faq-article {
  background-color: #fff;
  box-shadow: 0px 12px 21px 0px rgba(214, 220, 238, 0.27);
  border: 2px solid #e3ebfd;
  border-radius: 6px;
  color: #4f5668;
  margin-bottom: 18px;
  padding: 15px;
  text-align: left; }
  @media (min-width: 576px) {
    #lp_ppc .faq-article {
      padding: 25px; } }
  @media (min-width: 992px) {
    #lp_ppc .faq-article {
      padding: 33px 37px; } }
  #lp_ppc .faq-article h3, #lp_ppc .faq-article .h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 6px; }
    @media (min-width: 480px) {
      #lp_ppc .faq-article h3, #lp_ppc .faq-article .h3 {
        font-size: 20px;
        line-height: 28px; } }
  #lp_ppc .faq-article p {
    margin-bottom: 7px; }
  @media (min-width: 992px) {
    #lp_ppc .faq-article_two {
      padding: 21px 37px 26px; } }
  @media (min-width: 992px) {
    #lp_ppc .faq-article_three {
      padding: 20px 37px 29px; } }
  @media (min-width: 768px) {
    #lp_ppc .faq-article_three h3, #lp_ppc .faq-article_three .h3 {
      margin-bottom: 13px; } }

/* ad-block style */
#lp_ppc .ad-block {
  background-color: #004f38;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 768px) {
    #lp_ppc .ad-block {
      padding: 70px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .ad-block {
      padding: 100px 0; } }
  #lp_ppc .ad-block h2, #lp_ppc .ad-block .h2 {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 360px) {
      #lp_ppc .ad-block h2, #lp_ppc .ad-block .h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px; } }
    @media (min-width: 480px) {
      #lp_ppc .ad-block h2, #lp_ppc .ad-block .h2 {
        font-size: 36px;
        line-height: 44px; } }
    @media (min-width: 768px) {
      #lp_ppc .ad-block h2, #lp_ppc .ad-block .h2 {
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      #lp_ppc .ad-block h2, #lp_ppc .ad-block .h2 {
        font-size: 40px;
        line-height: 48px; } }
    @media (min-width: 1200px) {
      #lp_ppc .ad-block h2, #lp_ppc .ad-block .h2 {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 50px; } }
  #lp_ppc .ad-block .get-started {
    margin-bottom: 12px; }
    #lp_ppc .ad-block .get-started a {
      color: #fff; }

/* footer style */
#lp_ppc .footer h4, #lp_ppc .footer .h4 {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    #lp_ppc .footer h4, #lp_ppc .footer .h4 {
      padding-top: 10px;
      margin-bottom: 23px; } }

#lp_ppc .footer__logo {
  max-width: 213px;
  margin: 0 auto 15px; }
  @media (min-width: 640px) {
    #lp_ppc .footer__logo {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    #lp_ppc .footer__logo {
      margin: 0; } }
  #lp_ppc .footer__logo a {
    display: inline-block; }
    #lp_ppc .footer__logo a img {
      width: 100%; }

#lp_ppc .footer__column {
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 768px) {
    #lp_ppc .footer__column {
      margin-bottom: 0; } }
  #lp_ppc .footer__column:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    #lp_ppc .footer__column:nth-child(1) {
      width: 22.8%; } }
  #lp_ppc .footer__column:nth-child(2) {
    width: 100%; }
    @media (min-width: 640px) {
      #lp_ppc .footer__column:nth-child(2) {
        width: 50%; } }
    @media (min-width: 768px) {
      #lp_ppc .footer__column:nth-child(2) {
        width: 40%; } }
    @media (min-width: 1200px) {
      #lp_ppc .footer__column:nth-child(2) {
        width: 32.8%; } }
  #lp_ppc .footer__column:nth-child(3) {
    width: 100%; }
    @media (min-width: 640px) {
      #lp_ppc .footer__column:nth-child(3) {
        width: 50%; } }
    @media (min-width: 768px) {
      #lp_ppc .footer__column:nth-child(3) {
        width: 40%; } }
    @media (min-width: 1200px) {
      #lp_ppc .footer__column:nth-child(3) {
        width: 33.8%; } }
  #lp_ppc .footer__column:nth-child(4) {
    width: 100%; }
    @media (min-width: 640px) {
      #lp_ppc .footer__column:nth-child(4) {
        width: 20%; } }
    @media (min-width: 1200px) {
      #lp_ppc .footer__column:nth-child(4) {
        width: 10.6%; } }

#lp_ppc .footer__wrapper {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #lp_ppc .footer__wrapper {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    #lp_ppc .footer__wrapper {
      padding: 82px 0 65px; } }

#lp_ppc .footer__copyright {
  color: #7d7d80;
  text-align: center;
  padding: 30px 0 0; }
  @media (min-width: 992px) {
    #lp_ppc .footer__copyright {
      padding: 52px 0 0; } }
  #lp_ppc .footer__copyright-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 980px; }
    #lp_ppc .footer__copyright-text p {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        #lp_ppc .footer__copyright-text p {
          margin-bottom: 22px; } }
      #lp_ppc .footer__copyright-text p:last-child {
        margin-bottom: 0; }
      #lp_ppc .footer__copyright-text p a {
        color: #7d7d80; }
        #lp_ppc .footer__copyright-text p a:hover {
          color: #059611; }

#lp_ppc .footer__micro-logo {
  text-align: center;
  padding: 30px 0; }
  #lp_ppc .footer__micro-logo a {
    display: inline-block; }
    #lp_ppc .footer__micro-logo a img {
      opacity: 0.5; }

#lp_ppc .footer-contact {
  font-size: 14px;
  line-height: 18px;
  color: #7d7d80;
  line-height: 22px; }
  @media (min-width: 992px) {
    #lp_ppc .footer-contact {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1200px) {
    #lp_ppc .footer-contact {
      padding: 0 15px 0 5px; } }
  #lp_ppc .footer-contact address {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #lp_ppc .footer-contact address {
        margin-bottom: 26px; } }
    @media (min-width: 992px) {
      #lp_ppc .footer-contact address {
        font-size: 16px;
        line-height: 21px; } }
    #lp_ppc .footer-contact address span {
      display: block; }
  #lp_ppc .footer-contact .number, #lp_ppc .footer-contact .email {
    display: block; }
    #lp_ppc .footer-contact .number a, #lp_ppc .footer-contact .email a {
      color: #7d7d80; }
      #lp_ppc .footer-contact .number a:hover, #lp_ppc .footer-contact .email a:hover {
        color: #059611; }

#lp_ppc .footer-userInfo {
  font-size: 14px;
  line-height: 19px; }
  @media (min-width: 992px) {
    #lp_ppc .footer-userInfo {
      font-size: 16px;
      line-height: 21px; } }
  #lp_ppc .footer-userInfo p {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      #lp_ppc .footer-userInfo p {
        margin-bottom: 22px; } }
  #lp_ppc .footer-userInfo span {
    color: #059611; }
  #lp_ppc .footer-userInfo .number, #lp_ppc .footer-userInfo .email {
    color: #7d7d80;
    display: block; }
    #lp_ppc .footer-userInfo .number:hover, #lp_ppc .footer-userInfo .email:hover {
      color: #059611; }

#lp_ppc .footer-links ul {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    #lp_ppc .footer-links ul {
      font-size: 16px;
      line-height: 22px; } }
  #lp_ppc .footer-links ul a {
    color: #7d7d80; }
    #lp_ppc .footer-links ul a:hover {
      color: #059611; }

#lp_ppc .footer .client-logo {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -15px 15px; }
  @media (min-width: 992px) {
    #lp_ppc .footer .client-logo {
      margin-bottom: 25px; } }
  #lp_ppc .footer .client-logo li {
    padding: 0 15px; }

.text-nowrap {
  white-space: nowrap;
}
/*#lp_ppc .footer{*/
/*  background: #ffffff;*/
/*}*/
#lp_ppc .intro-block__svg{
  width: 810px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.info-article__svg-first{
  width: 312px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.info-article__svg-second{
  width: 304px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#lp_ppc .btn__large span{
  transition: initial;
}
@media (max-width: 576px){
  #lp_ppc .get-started a br{
    display: block;
  }
}
body #lp_ppc_template #lp_ppc #wrapper{
  background-color: #ffffff;
}
#lp_ppc .temp-data{
  max-width: 950px;
  text-align: center;
  margin: auto;
}
#lp_ppc .testimonial-slider .slick-slide.slick-active:focus{
  outline: none;
}

/*For new design header responsive*/

@media (max-width: 1100px){
  .page-template-landing-page-version-6 .header__holder ul li{
    margin-top: 0;
  }
}
@media (max-width: 600px){
  .page-template-landing-page-version-6 .header__holder{
    display: flex;
  }
  .page-template-landing-page-version-6 .header__holder ul{
    margin: 0 0 8px 0 !important;
  }
  .page-template-landing-page-version-6 .featured a.navbar__link{
    padding-top: 0 !important;
  }
  .page-template-landing-page-version-6 .header .header__holder .featured::before{
    top: 2px;
    left: -5px;
    font-size: 16px !important;
  }
}
@media (max-width: 480px){
  .page-template-landing-page-version-6 .header-top-btn, .page-template-landing-page-version-6 .header-top-btn:focus{
    padding: 5px 10px;
    font-size: 15px;
  }
  .page-template-landing-page-version-6 .header__holder>a{
    max-width: 140px;
  }
}
@media (max-width: 400px){
  .page-template-landing-page-version-6 .header-top-btn, .page-template-landing-page-version-6 .header-top-btn:focus{
    padding: 5px 10px;
    font-size: 15px;
  }
  .page-template-landing-page-version-6 .header__holder>a{
    max-width: 120px;
  }
}