@charset "UTF-8";
*,
*:before,
*:after,
input,
button,
.btn,
.stamped-container .stamped-summary-actions-newquestion,
.stamped-container .stamped-summary-actions-newreview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

html,
body,
input,
textarea {
  font-family: "Helvetica Neue", "FontAwesome", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #636E7B; }

html,
body {
  min-height: 100vh; }

a {
  color: #F6A623;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.block-link {
  display: block; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.clearfix:after, .combined-inputs:after, #nav .nav-menu ul.premega:after, .section.ltr-block .wrap:after, .section.rtl-block .wrap:after, .reviews-stats:after, .reviews-stats .reviews-stat-col:after, .reviews-stats .reviews-vote-counter li:after, .our-reviews-list:after, .our-reviews-list .our-single-review:after, .partners-logo:after, .goals-list:after, .section#businesses-features .business-list:after, .section#home-testimonials-sections .home-testimonials-sections li:after, .section#product-reviews-purpose .review-purpose-info .review-owner:after, .nps-process-list li.nps-process-steps:after, .review-goals-list:after,
.page-list:after, .review-direct-list:after,
.review-features-list:after,
.review-flow-list:after, .review-other-features-list:after, .section.blog-body .blog-cats-list:after, .section.blog-body .blog-items-list .blog-single-item .blog-sub-items:after, .section.blog-body .blog-entry-wrap .blog-post-nav:after, .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link:after, .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list:after, .ads-blocks:after, .pricing-tables:after, .pricing-features-lists:after, #footer .footer-cols:after, #footer .footer-socials:after, .account-form:after, .section.qa-hero:after {
  content: "";
  clear: both;
  display: block; }

.text-center, .pricing-tables, .pricing-features-lists {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.main-color {
  color: #F6A623; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.wrap {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .wrap img {
    max-width: 1140px; }

h1,
h2,
h3,
h4,
h5 {
  text-transform: none;
  font-family: "Helvetica Neue", "FontAwesome", Arial, sans-serif;
  line-height: 1.2;
  font-weight: bold; }

.h1 {
  font-size: 32px; }

.h2 {
  font-size: 24px; }

.h3 {
  font-size: 16px; }

.h4 {
  font-size: 14px; }

.h5 {
  font-size: 12px; }

.h6 {
  font-size: 10px; }

.lighter {
  font-weight: 300; }

.btn, .stamped-container .stamped-summary-actions-newquestion, .stamped-container .stamped-summary-actions-newreview,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-size: 12px;
  font-family: "Helvetica Neue", "FontAwesome", Arial, sans-serif;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 47px;
  padding: 0 20px;
  border-radius: 5px;
  /* background-color: $main-color */
  background-color: transparent;
  color: #fff;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #EC9B16;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1; }
  .btn.outline, .stamped-container .stamped-summary-actions-newquestion, .stamped-container .stamped-summary-actions-newreview,
  input[type="submit"].outline,
  input[type="button"].outline,
  input[type="reset"].outline {
    background-color: transparent;
    border-color: #F6A623;
    color: #F6A623;
    background: transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .btn.outline:hover, .stamped-container .stamped-summary-actions-newquestion:hover, .stamped-container .stamped-summary-actions-newreview:hover,
    input[type="submit"].outline:hover,
    input[type="button"].outline:hover,
    input[type="reset"].outline:hover {
      color: #FFBC4C;
      border-color: #FFBC4C; }
    .btn.outline:active, .stamped-container .stamped-summary-actions-newquestion:active, .stamped-container .stamped-summary-actions-newreview:active,
    input[type="submit"].outline:active,
    input[type="button"].outline:active,
    input[type="reset"].outline:active {
      color: #EB9B16;
      border-color: #EB9B16; }
    .btn.outline.gray, .stamped-container .gray.stamped-summary-actions-newquestion, .stamped-container .gray.stamped-summary-actions-newreview,
    input[type="submit"].outline.gray,
    input[type="button"].outline.gray,
    input[type="reset"].outline.gray {
      border-color: #636E7B;
      color: #B4BCC5; }
      .btn.outline.gray:hover, .stamped-container .gray.stamped-summary-actions-newquestion:hover, .stamped-container .gray.stamped-summary-actions-newreview:hover,
      input[type="submit"].outline.gray:hover,
      input[type="button"].outline.gray:hover,
      input[type="reset"].outline.gray:hover {
        color: #fff;
        border-color: #B4BCC5; }
      .btn.outline.gray:active, .stamped-container .gray.stamped-summary-actions-newquestion:active, .stamped-container .gray.stamped-summary-actions-newreview:active,
      input[type="submit"].outline.gray:active,
      input[type="button"].outline.gray:active,
      input[type="reset"].outline.gray:active {
        color: #636E7B;
        border-color: #636E7B; }
  .btn.small, .stamped-container .stamped-summary-actions-newquestion, .stamped-container .stamped-summary-actions-newreview,
  input[type="submit"].small,
  input[type="button"].small,
  input[type="reset"].small {
    line-height: 33px;
    padding: 0 15px; }
  .btn.big, .stamped-container .big.stamped-summary-actions-newquestion, .stamped-container .big.stamped-summary-actions-newreview,
  input[type="submit"].big,
  input[type="button"].big,
  input[type="reset"].big {
    line-height: 68px;
    padding: 0 42px;
    font-size: 16px; }
  .btn.spaced, .stamped-container .spaced.stamped-summary-actions-newquestion, .stamped-container .spaced.stamped-summary-actions-newreview,
  input[type="submit"].spaced,
  input[type="button"].spaced,
  input[type="reset"].spaced {
    margin-left: 16px; }
  .btn:not(.outline):after, .stamped-container .stamped-summary-actions-newquestion:not(.outline):after, .stamped-container .stamped-summary-actions-newreview:not(.outline):after, .btn:not(.outline):before, .stamped-container .stamped-summary-actions-newquestion:not(.outline):before, .stamped-container .stamped-summary-actions-newreview:not(.outline):before,
  input[type="submit"]:not(.outline):after,
  input[type="submit"]:not(.outline):before,
  input[type="button"]:not(.outline):after,
  input[type="button"]:not(.outline):before,
  input[type="reset"]:not(.outline):after,
  input[type="reset"]:not(.outline):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, #f5a623 0%, rgba(245, 166, 35, 0) 100%);
    background: -webkit-linear-gradient(top, #f5a623 0%, rgba(245, 166, 35, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5a623), to(rgba(245, 166, 35, 0)));
    background: -o-linear-gradient(top, #f5a623 0%, rgba(245, 166, 35, 0) 100%);
    background: linear-gradient(to bottom, #f5a623 0%, rgba(245, 166, 35, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a624', endColorstr='#fff',GradientType=0 );
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .btn:not(.outline):not(.gradient):before, .stamped-container .stamped-summary-actions-newquestion:not(.outline):not(.gradient):before, .stamped-container .stamped-summary-actions-newreview:not(.outline):not(.gradient):before,
  input[type="submit"]:not(.outline):not(.gradient):before,
  input[type="button"]:not(.outline):not(.gradient):before,
  input[type="reset"]:not(.outline):not(.gradient):before {
    background: #F6A623; }
  .btn:not(.outline):not(.gradient):hover:before, .stamped-container .stamped-summary-actions-newquestion:not(.outline):not(.gradient):hover:before, .stamped-container .stamped-summary-actions-newreview:not(.outline):not(.gradient):hover:before,
  input[type="submit"]:not(.outline):not(.gradient):hover:before,
  input[type="button"]:not(.outline):not(.gradient):hover:before,
  input[type="reset"]:not(.outline):not(.gradient):hover:before {
    background: #F8B13C; }
  .btn:not(.outline):not(.gradient):active:before, .stamped-container .stamped-summary-actions-newquestion:not(.outline):not(.gradient):active:before, .stamped-container .stamped-summary-actions-newreview:not(.outline):not(.gradient):active:before,
  input[type="submit"]:not(.outline):not(.gradient):active:before,
  input[type="button"]:not(.outline):not(.gradient):active:before,
  input[type="reset"]:not(.outline):not(.gradient):active:before {
    background: #EE9400; }
  .btn:not(.outline):after, .stamped-container .stamped-summary-actions-newquestion:not(.outline):after, .stamped-container .stamped-summary-actions-newreview:not(.outline):after,
  input[type="submit"]:not(.outline):after,
  input[type="button"]:not(.outline):after,
  input[type="reset"]:not(.outline):after {
    opacity: 0; }
  .btn:not(.outline):hover:after, .stamped-container .stamped-summary-actions-newquestion:not(.outline):hover:after, .stamped-container .stamped-summary-actions-newreview:not(.outline):hover:after,
  input[type="submit"]:not(.outline):hover:after,
  input[type="button"]:not(.outline):hover:after,
  input[type="reset"]:not(.outline):hover:after {
    opacity: 1; }
  .btn.gradient, .stamped-container .gradient.stamped-summary-actions-newquestion, .stamped-container .gradient.stamped-summary-actions-newreview,
  input[type="submit"].gradient,
  input[type="button"].gradient,
  input[type="reset"].gradient {
    /* box-shadow: 0 1px #EC9B16 */
    background: #FDAD54;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
    .btn.gradient:hover:after, .stamped-container .gradient.stamped-summary-actions-newquestion:hover:after, .stamped-container .gradient.stamped-summary-actions-newreview:hover:after,
    input[type="submit"].gradient:hover:after,
    input[type="button"].gradient:hover:after,
    input[type="reset"].gradient:hover:after {
      opacity: 0; }
    .btn.gradient:hover:before, .stamped-container .gradient.stamped-summary-actions-newquestion:hover:before, .stamped-container .gradient.stamped-summary-actions-newreview:hover:before,
    input[type="submit"].gradient:hover:before,
    input[type="button"].gradient:hover:before,
    input[type="reset"].gradient:hover:before {
      opacity: 0.4; }
    .btn.gradient:hover:active:after, .stamped-container .gradient.stamped-summary-actions-newquestion:hover:active:after, .stamped-container .gradient.stamped-summary-actions-newreview:hover:active:after,
    input[type="submit"].gradient:hover:active:after,
    input[type="button"].gradient:hover:active:after,
    input[type="reset"].gradient:hover:active:after {
      opacity: 1; }
    .btn.gradient:before, .stamped-container .gradient.stamped-summary-actions-newquestion:before, .stamped-container .gradient.stamped-summary-actions-newreview:before,
    input[type="submit"].gradient:before,
    input[type="button"].gradient:before,
    input[type="reset"].gradient:before {
      background: -moz-linear-gradient(top, #f4a624 0%, #f18206 100%);
      background: -webkit-linear-gradient(top, #f4a624 0%, #f18206 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#f4a624), to(#f18206));
      background: -o-linear-gradient(top, #f4a624 0%, #f18206 100%);
      background: linear-gradient(to bottom, #f4a624 0%, #f18206 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a624', endColorstr='#f18206',GradientType=0 ); }
    .btn.gradient:after, .stamped-container .gradient.stamped-summary-actions-newquestion:after, .stamped-container .gradient.stamped-summary-actions-newreview:after,
    input[type="submit"].gradient:after,
    input[type="button"].gradient:after,
    input[type="reset"].gradient:after {
      background: -moz-linear-gradient(bottom, #f4a624 0%, #f18206 100%);
      background: -webkit-linear-gradient(bottom, #f4a624 0%, #f18206 100%);
      background: -webkit-gradient(linear, left bottom, left top, from(#f4a624), to(#f18206));
      background: -o-linear-gradient(bottom, #f4a624 0%, #f18206 100%);
      background: linear-gradient(to top, #f4a624 0%, #f18206 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a624', endColorstr='#f18206',GradientType=0 ); }

input[type="text"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea {
  font-size: 14px;
  line-height: 47px;
  padding: 0 16px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus {
    border-color: #9CCAFF;
    -webkit-box-shadow: 0 0 4px rgba(99, 172, 255, 0.2);
    box-shadow: 0 0 4px rgba(99, 172, 255, 0.2); }

.input-wrap {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  position: relative; }
  .input-wrap input[type="text"],
  .input-wrap input[type="search"],
  .input-wrap input[type="number"],
  .input-wrap input[type="email"],
  .input-wrap input[type="password"],
  .input-wrap select,
  .input-wrap textarea {
    border: none; }
    .input-wrap input[type="text"]:focus,
    .input-wrap input[type="search"]:focus,
    .input-wrap input[type="number"]:focus,
    .input-wrap input[type="email"]:focus,
    .input-wrap input[type="password"]:focus,
    .input-wrap select:focus,
    .input-wrap textarea:focus {
      -webkit-box-shadow: 0 0 0 1px #9CCAFF, 0 0 4px rgba(99, 172, 255, 0.2);
      box-shadow: 0 0 0 1px #9CCAFF, 0 0 4px rgba(99, 172, 255, 0.2); }
  .input-wrap label {
    position: absolute;
    line-height: 49px;
    padding: 0 16px;
    color: #B4BCC5;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    pointer-events: none; }
    .input-wrap label + input {
      line-height: 33px;
      padding-top: 14px; }
  .input-wrap.filled label,
  .input-wrap.focused label {
    line-height: 24px; }

.combined-inputs {
  display: inline-block;
  vertical-align: middle; }
  .combined-inputs .input-wrap {
    float: left; }
    .combined-inputs .input-wrap input[type="text"],
    .combined-inputs .input-wrap input[type="search"],
    .combined-inputs .input-wrap input[type="number"],
    .combined-inputs .input-wrap input[type="email"],
    .combined-inputs .input-wrap input[type="password"] {
      border: none;
      border-radius: 5px 0 0 5px; }
    .combined-inputs .input-wrap ~ .input-wrap input[type="text"],
    .combined-inputs .input-wrap ~ .input-wrap input[type="search"],
    .combined-inputs .input-wrap ~ .input-wrap input[type="number"],
    .combined-inputs .input-wrap ~ .input-wrap input[type="email"],
    .combined-inputs .input-wrap ~ .input-wrap input[type="password"] {
      border-radius: 0; }
    .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="text"],
    .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="search"],
    .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="number"],
    .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="email"],
    .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="password"] {
      border-radius: 0 5px 5px 0; }
    .combined-inputs .input-wrap + .input-wrap {
      border-left: none; }
    .combined-inputs .input-wrap:not(:last-child):not(:first-child) {
      border-radius: 0; }
    .combined-inputs .input-wrap:last-child {
      border-radius: 0 5px 5px 0; }
    .combined-inputs .input-wrap:first-child {
      border-radius: 5px 0 0 5px; }

.checkbox-label {
  position: relative;
  display: inline-block;
  line-height: 24px; }
  .checkbox-label input {
    display: none; }
  .checkbox-label span:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    background-image: url("../images/checkbox-check.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-right: 12px; }
  .checkbox-label input:checked ~ span:before {
    background-color: #F6A623;
    border-color: #F6A623; }

.sticky #nav {
  padding: 20px 55px;
  height: 85px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .sticky #nav .nav-menu li a:not(.active):not(:hover) {
    color: #636E7B; }

.blog #nav,
.white #nav {
  background-color: #FFF; }

body:not(.home):not(.sticky):not(.light-body) #nav .logo svg [fill="#343541"] {
  fill: white; }

body:not(.home):not(.sticky):not(.light-body) #nav .nav-menu > li > a:not(.active):not(.btn):not(.stamped-container .stamped-summary-actions-newquestion):not(.stamped-container .stamped-summary-actions-newreview):not(:hover) {
  color: #B4BCC5; }

#nav {
  height: 129px;
  padding: 42px 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  #nav li:not(:hover) a:not(.active):not(.btn):not(.stamped-container .stamped-summary-actions-newquestion):not(.stamped-container .stamped-summary-actions-newreview):not(:hover) {
    color: #636E7B; }
  #nav .nav-menu {
    line-height: 45px;
    text-align: center; }
    #nav .nav-menu li {
      display: inline-block;
      position: relative; }
    #nav .nav-menu a {
      padding: 0 20px;
      display: inline-block;
      color: #B4BCC5; }
      #nav .nav-menu a.active {
        color: #F6A623; }
    #nav .nav-menu li:hover > a {
      color: #F6A623; }
    #nav .nav-menu li:hover ul {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      pointer-events: all; }
      #nav .nav-menu li:hover ul.premega {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    #nav .nav-menu ul {
      position: absolute;
      text-align: left;
      background-color: #fff;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      line-height: 37px;
      padding: 10px 0;
      -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -moz-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -ms-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -o-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px);
      opacity: 0;
      pointer-events: none; }
      #nav .nav-menu ul.premega {
        width: 660px;
        padding: 32px 10px;
        padding-bottom: 38px;
        -webkit-transform: translate(-50%, 20px);
        -ms-transform: translate(-50%, 20px);
        transform: translate(-50%, 20px);
        left: 50%; }
        #nav .nav-menu ul.premega li {
          width: 50%;
          float: left;
          position: relative;
          margin-top: 28px; }
        #nav .nav-menu ul.premega a {
          padding: 0 18px; }
        #nav .nav-menu ul.premega a:not(.active):not(:hover) {
          color: #636E7B; }
        #nav .nav-menu ul.premega li:first-of-type,
        #nav .nav-menu ul.premega li:first-of-type + li {
          margin-top: 0; }
        #nav .nav-menu ul.premega .premega-icon {
          position: absolute;
          top: 50%;
          left: 34px;
          -webkit-transform: translate(-50%, -75%);
          -ms-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%); }
          #nav .nav-menu ul.premega .premega-icon img, #nav .nav-menu ul.premega .premega-icon svg {
            -webkit-transform: scale(1.45);
            -ms-transform: scale(1.45);
            transform: scale(1.45); }
            #nav .nav-menu ul.premega .premega-icon img path,
            #nav .nav-menu ul.premega .premega-icon img ellipse,
            #nav .nav-menu ul.premega .premega-icon img polygon, #nav .nav-menu ul.premega .premega-icon svg path,
            #nav .nav-menu ul.premega .premega-icon svg ellipse,
            #nav .nav-menu ul.premega .premega-icon svg polygon {
              -webkit-transition: 0.2s all ease;
              -o-transition: 0.2s all ease;
              transition: 0.2s all ease; }
        #nav .nav-menu ul.premega li:hover .premega-icon path, #nav .nav-menu ul.premega li:hover .premega-icon ellipse, #nav .nav-menu ul.premega li:hover .premega-icon polygon,
        #nav .nav-menu ul.premega li a.active .premega-icon path,
        #nav .nav-menu ul.premega li a.active .premega-icon ellipse,
        #nav .nav-menu ul.premega li a.active .premega-icon polygon {
          fill: #F6A623; }
        #nav .nav-menu ul.premega .premega-context {
          position: relative;
          padding-left: 48px; }
          #nav .nav-menu ul.premega .premega-context b {
            display: block; }
          #nav .nav-menu ul.premega .premega-context .premega-desc {
            line-height: 20px;
            font-size: 12px;
            display: block; }
      #nav .nav-menu ul:before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        top: -8px;
        left: 20px;
        border: 1px solid #E6E6E6;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #nav .nav-menu ul.premega:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0) rotate(45deg);
        -ms-transform: translate(-50%, 0) rotate(45deg);
        transform: translate(-50%, 0) rotate(45deg);
        border-bottom-color: transparent;
        border-right-color: transparent; }
      #nav .nav-menu ul:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 10px;
        top: 0;
        left: 15px;
        background-color: #fff; }
    #nav .nav-menu ul li {
      display: block; }
    #nav .nav-menu ul a {
      display: block; }
  #nav .logo {
    float: left; }
    #nav .logo svg {
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    #nav .logo [fill="#343541"] {
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  #nav .nav-actions {
    float: right;
    padding-top: 5px; }

.home #body {
  padding-top: 129px; }
  .home #body #nav {
    background-color: #fff; }

.hero {
  padding-top: 14px; }
  .hero .h1,
  .hero .hero-desc {
    display: block;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .hero .h1 {
    margin-bottom: 16px; }

.hero-desc {
  line-height: 26px; }

.hero-form {
  margin-bottom: 40px; }
  .hero-form .combined-inputs {
    margin-right: 6px; }

.hero-mockup {
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  height: 438px; }
  .hero-mockup img {
    max-width: 1008px;
    width: 100%; }
  .hero-mockup .hero-browser {
    position: absolute;
    width: 861px;
    top: 0;
    right: 54px;
    opacity: 0; }
  .hero-mockup .hero-phone {
    position: absolute;
    width: 345px;
    top: 51px;
    opacity: 0; }
  .hero-mockup .hero-mockup-video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .section#home-clients p {
    margin-bottom: 24px;
    line-height: 30px; }
  .section#home-clients img {
    max-width: 837px;
    width: 90%; }
  .section.ads-media {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section.reviews-body {
    padding-bottom: 0; }
  .section.no-foot {
    padding-bottom: 0; }
  .section.grey-shade {
    background-color: #F7F6F2; }
  .section.darker {
    background-color: #37404A;
    color: #fff;
    position: relative; }
    .section.darker .section-title {
      color: #fff;
      z-index: 1; }
    .section.darker .section-desc {
      color: #B4BCC5;
      z-index: 1; }
  .section.green-shade-gradient {
    position: relative; }
    .section.green-shade-gradient:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 50%;
      background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F7F2 50%);
      background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F7F2 50%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50%, #F0F7F2));
      background-image: linear-gradient(to top, #FFFFFF 0%, #F0F7F2 50%);
      top: 0;
      left: 0;
      z-index: -1; }
  .section.yel-shade-gradient {
    background-image: -webkit-linear-gradient(#F7F6F2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(#F7F6F2 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F6F2), to(#FFFFFF));
    background-image: linear-gradient(#F7F6F2 0%, #FFFFFF 100%); }
  .section.fade-yel {
    position: relative;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #F7F6F2 19%, #F7F6F2 78%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #F7F6F2 19%, #F7F6F2 78%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19%, #F7F6F2), color-stop(78%, #F7F6F2), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #F7F6F2 19%, #F7F6F2 78%, rgba(255, 255, 255, 0) 100%); }
  .section .reviews-header {
    padding-bottom: 164px;
    background-image: url("../images/or/header-img.jpg");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: -64px; }
  .section.reviews-partners {
    padding-top: 48px; }
  .section .section-title {
    position: relative;
    margin-bottom: 16px;
    color: #343541;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .section .section-title.icon-title {
      line-height: 24px; }
      .section .section-title.icon-title img {
        vertical-align: top;
        margin-right: 6px; }
  .section .section-desc {
    line-height: 26px;
    margin-bottom: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .section .minisite-image,
  .section .minisite-video {
    display: block;
    width: 100%; }
  .section .minisite-video {
    margin-top: 32px;
    position: relative; }
    .section .minisite-video.finished ~ .minisite-video-mask {
      opacity: 0.9; }
    .section .minisite-video.finished ~ .replay-video {
      opacity: 1;
      pointer-events: all; }
  .section .minisite-video-mask {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #37404A;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .section .replay-video {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
    .section .replay-video:hover {
      background-color: #F6A623;
      color: #fff; }
    .section .replay-video span {
      display: inline-block;
      margin-right: 5px;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  .section.ltr-block .wrap {
    max-width: 946px;
    position: relative; }
  .section.ltr-block .ltr-block-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    max-width: 458px; }
    .section.ltr-block .ltr-block-info.ads-media-info {
      max-width: 40%; }
  .section.ltr-block .ltr-block-image {
    float: right;
    height: 270px;
    width: 50%;
    max-width: 424px;
    background: #FFFFFF;
    border: 1px solid #E9E6E1;
    border-radius: 3px;
    position: relative; }
    .section.ltr-block .ltr-block-image.ads-media-image {
      height: 483px;
      max-width: 350px;
      border: none; }
      .section.ltr-block .ltr-block-image.ads-media-image img {
        width: 100%; }
  .section.rtl-block.insta-widget-blocks {
    position: relative;
    overflow: hidden; }
    .section.rtl-block.insta-widget-blocks:after {
      content: "";
      position: absolute;
      width: 2127px;
      height: 256px;
      background-image: url("../images/insta/widget-extend-photos.png");
      background-size: auto 256px;
      background-position: 41.5%;
      left: 50%;
      -webkit-transform: translate(-46.7%, 0);
      -ms-transform: translate(-46.7%, 0);
      transform: translate(-46.7%, 0);
      bottom: 32px; }
  .section.rtl-block .wrap {
    max-width: 946px;
    position: relative; }
  .section.rtl-block .rtl-block-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    right: 0;
    max-width: 458px; }
    .section.rtl-block .rtl-block-info.insta-widget-info {
      top: 4%;
      right: auto;
      left: 50%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      max-width: 390px; }
  .section.rtl-block .rtl-block-image {
    float: none;
    display: block;
    height: 270px;
    width: 50%;
    max-width: 424px;
    background: #FFFFFF;
    border: 1px solid #E9E6E1;
    border-radius: 3px; }
    .section.rtl-block .rtl-block-image.insta-widget-image {
      max-width: 280px;
      border: none;
      height: 481px;
      background-color: transparent; }
      .section.rtl-block .rtl-block-image.insta-widget-image img {
        max-width: 100%; }

.reviews-stats {
  position: relative;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px; }
  .reviews-stats .reviews-stat-col {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 12px; }
  .reviews-stats .review-request {
    text-align: right; }
    .reviews-stats .review-request a.btn, .reviews-stats .review-request .stamped-container a.stamped-summary-actions-newquestion, .stamped-container .reviews-stats .review-request a.stamped-summary-actions-newquestion, .reviews-stats .review-request .stamped-container a.stamped-summary-actions-newreview, .stamped-container .reviews-stats .review-request a.stamped-summary-actions-newreview {
      margin-left: 8px; }
  .reviews-stats .reviews-votes-sum {
    width: 148px;
    float: left;
    line-height: 20px; }
  .reviews-stats .reviews-vote-counter {
    width: calc(100% - 148px);
    float: left;
    border-left: 1px solid #E5E3DA;
    line-height: 20px;
    padding-right: 15px; }
    .reviews-stats .reviews-vote-counter li {
      margin-bottom: 8px; }
      .reviews-stats .reviews-vote-counter li:last-child {
        margin-bottom: 0; }
    .reviews-stats .reviews-vote-counter .review-vote-label {
      display: block;
      width: 64px;
      padding-left: 16px;
      float: left; }
    .reviews-stats .reviews-vote-counter .review-vote-bar {
      -webkit-box-shadow: inset 0 0 0 1px #E5E3DA;
      box-shadow: inset 0 0 0 1px #E5E3DA;
      border-radius: 2px;
      overflow: hidden;
      display: block;
      float: left;
      height: 20px;
      width: calc(100% - 64px);
      position: relative; }
      .reviews-stats .reviews-vote-counter .review-vote-bar span {
        position: relative;
        height: 20px;
        background-color: #F6A623;
        display: block; }
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="1%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="2%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="3%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="4%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="5%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="6%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="7%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="8%"]:before,
      .reviews-stats .reviews-vote-counter .review-vote-bar span[title="9%"]:before {
        color: #636E7B; }
      .reviews-stats .reviews-vote-counter .review-vote-bar span:before {
        content: attr(title);
        position: absolute;
        left: 4px;
        font-size: 11px;
        color: #fff; }

.stamped-container .stamped-summary-actions-newquestion, .stamped-container .stamped-summary-actions-newreview {
  overflow: hidden;
  padding: 0 16px;
  margin-left: 8px; }
  .stamped-container .stamped-summary-actions-newquestion.stamped-summary-actions-newreview, .stamped-container .stamped-summary-actions-newreview.stamped-summary-actions-newreview {
    color: #fff; }
  .stamped-container .stamped-summary-actions-newquestion.stamped-summary-actions-newquestion:before, .stamped-container .stamped-summary-actions-newquestion.stamped-summary-actions-newquestion:after, .stamped-container .stamped-summary-actions-newreview.stamped-summary-actions-newquestion:before, .stamped-container .stamped-summary-actions-newreview.stamped-summary-actions-newquestion:after {
    display: none !important; }

.reviews-content-filter-bar {
  background: #FFFFFF;
  border-bottom: 1px solid #E6E3DA;
  line-height: 40px;
  height: 40px;
  text-align: left;
  padding: 0;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-top: 48px; }
  .reviews-content-filter-bar .reviews-content-sorts {
    float: right;
    width: auto;
    line-height: 40px;
    margin-top: 4px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #636E7B;
    background-color: transparent;
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 100% center; }
  .reviews-content-filter-bar .reviews-content-tabs li {
    display: inline-block; }
  .reviews-content-filter-bar .reviews-content-tabs a {
    font-weight: bold;
    display: inline-block;
    color: #636E7B;
    -webkit-box-shadow: inset 0 0 transparent;
    box-shadow: inset 0 0 transparent;
    padding: 0 10px; }
    .reviews-content-filter-bar .reviews-content-tabs a:hover {
      -webkit-box-shadow: inset 0 -2px #E6E3DA;
      box-shadow: inset 0 -2px #E6E3DA; }
    .reviews-content-filter-bar .reviews-content-tabs a.active {
      -webkit-box-shadow: inset 0 -2px #F6A623;
      box-shadow: inset 0 -2px #F6A623; }
    .reviews-content-filter-bar .reviews-content-tabs a span {
      color: #71B740; }

.review-reloader {
  margin-bottom: 64px; }

.review-reload-btn {
  border: 5px solid #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px #E5E3DA;
  box-shadow: 0 0 0 1px #E5E3DA;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: #F7F6F3;
  line-height: 60px;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
  cursor: pointer; }
  .review-reload-btn:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .review-reload-btn img {
    vertical-align: middle;
    margin-top: -8px;
    -webkit-transform: translate(-0.1%, 0.1%);
    -ms-transform: translate(-0.1%, 0.1%);
    transform: translate(-0.1%, 0.1%);
    position: relative;
    display: inline-block; }

@-webkit-keyframes spinn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.review-pagination {
  text-align: center; }
  .review-pagination li {
    display: inline-block; }
  .review-pagination a,
  .review-pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E5E3DA;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    background-color: #F7F6F3;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #636E7B;
    margin: 0 2px; }
  .review-pagination a:hover {
    border: 1px solid #636E7B; }
  .review-pagination span {
    border: 1px solid #F6A623; }

.our-reviews-list {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .our-reviews-list .our-single-review {
    position: relative;
    line-height: 20px;
    width: 50%;
    height: 100%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px; }
  .our-reviews-list .our-review-body {
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 72%, #F7F6F2 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 72%, #F7F6F2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgba(255, 255, 255, 0.5)), to(#F7F6F2));
    background-image: linear-gradient(rgba(255, 255, 255, 0.5) 72%, #F7F6F2 100%);
    border: 1px solid #E6E3DA;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    font-size: 12px;
    position: relative;
    z-index: 1; }
  .our-reviews-list .reviewer-name {
    font-weight: bold; }
    .our-reviews-list .reviewer-name span {
      color: #71B740;
      font-weight: normal; }
  .our-reviews-list .reviewer-place {
    color: #B4BCC5; }
  .our-reviews-list .our-review-content {
    margin-top: 14px; }
  .our-reviews-list .our-review-footer {
    margin-top: 20px;
    line-height: 18px;
    font-size: 11px; }
    .our-reviews-list .our-review-footer a {
      color: #636E7B; }
      .our-reviews-list .our-review-footer a svg path {
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
      .our-reviews-list .our-review-footer a:hover {
        color: #F6A623; }
        .our-reviews-list .our-review-footer a:hover svg g {
          fill: #F6A623; }
    .our-reviews-list .our-review-footer .review-votes a {
      display: inline-block;
      margin-left: 5px; }
    .our-reviews-list .our-review-footer a.review-vote-btn.dislike img,
    .our-reviews-list .our-review-footer a.review-vote-btn.dislike svg {
      vertical-align: bottom; }
    .our-reviews-list .our-review-footer a.review-share-btn img,
    .our-reviews-list .our-review-footer a.review-share-btn svg {
      vertical-align: top;
      margin-right: 2px;
      margin-top: 2px; }

.partners-logo {
  position: relative;
  margin-top: 24px;
  padding-bottom: 32px; }
  .partners-logo li {
    display: inline-block;
    padding: 32px 48px; }
  .partners-logo img {
    max-width: 180px;
    max-height: 52px;
    vertical-align: middle; }

.section#home-features {
  background-color: #F5F6F9;
  position: relative;
  overflow: hidden; }
  .section#home-features .wrap {
    max-width: 780px; }
  .section#home-features .features-mockup-slider {
    position: relative;
    height: 609px; }
  .section#home-features .features-mockup-container {
    position: absolute;
    height: 609px;
    left: 50%;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    /* animation: feature_normal ease 1s */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; }
    .section#home-features .features-mockup-container.active {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
      /* animation: feature_active ease 1s */ }
    .section#home-features .features-mockup-container.reactive {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
      /* animation: feature_reactive ease 1s */ }
    .section#home-features .features-mockup-container.deactive {
      -webkit-transform: translate3d(-100vw, 0, 0);
      transform: translate3d(-100vw, 0, 0);
      /* animation: feature_deactive ease 1s */
      opacity: 0; }
    .section#home-features .features-mockup-container .features-mockup {
      margin-top: 46px;
      width: 780px;
      font-size: 0;
      -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
      position: relative; }
    .section#home-features .features-mockup-container img {
      max-width: 100%; }
    .section#home-features .features-mockup-container .section-desc,
    .section#home-features .features-mockup-container .section-title {
      max-width: 780px; }
    .section#home-features .features-mockup-container .features-mockup-point {
      position: absolute;
      width: 16px;
      height: 16px;
      background-color: #F6A623;
      border-radius: 50%;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.5), 0 0 15px #EC9B16;
      box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.5), 0 0 15px #EC9B16;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      opacity: 0; }
      .section#home-features .features-mockup-container .features-mockup-point:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 2px solid #F6A623;
        -webkit-animation: point_outliner linear infinite 1.3s;
        animation: point_outliner linear infinite 1.3s; }
    .section#home-features .features-mockup-container.active .features-mockup-point {
      opacity: 1;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .section#home-features .features-mockup-container .features-mockup-point .point-toolip {
      position: absolute;
      background-color: #1A84FF;
      color: #fff;
      border-radius: 5px;
      padding: 16px 12px;
      width: 172px;
      -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
      top: 50%;
      right: 100%;
      -webkit-transform: translate(-32px, -50%);
      -ms-transform: translate(-32px, -50%);
      transform: translate(-32px, -50%); }
      .section#home-features .features-mockup-container .features-mockup-point .point-toolip:before {
        content: "";
        width: 14px;
        height: 14px;
        display: block;
        position: absolute;
        left: 100%;
        top: 50%;
        background-color: #1A84FF;
        -webkit-transform: translate(-10px, -7px) rotate(45deg);
        -ms-transform: translate(-10px, -7px) rotate(45deg);
        transform: translate(-10px, -7px) rotate(45deg); }
      .section#home-features .features-mockup-container .features-mockup-point .point-toolip p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px; }
    .section#home-features .features-mockup-container .features-mockup-point.right .point-toolip {
      right: auto;
      left: 100%;
      -webkit-transform: translate(32px, -50%);
      -ms-transform: translate(32px, -50%);
      transform: translate(32px, -50%); }
      .section#home-features .features-mockup-container .features-mockup-point.right .point-toolip:before {
        left: auto;
        right: 100%;
        -webkit-transform: translate(10px, -7px) rotate(45deg);
        -ms-transform: translate(10px, -7px) rotate(45deg);
        transform: translate(10px, -7px) rotate(45deg); }

@-webkit-keyframes point_outliner {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1; }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@keyframes point_outliner {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1; }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-webkit-keyframes feature_normal {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); } }

@keyframes feature_normal {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); } }

@-webkit-keyframes feature_active {
  0% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@keyframes feature_active {
  0% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes feature_reactive {
  0% {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@keyframes feature_reactive {
  0% {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes feature_deactive {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); } }

@keyframes feature_deactive {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0); } }

.features-nav {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #D1D2DE;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  display: inline-block;
  width: 184px;
  position: absolute;
  top: 80px;
  left: 2%; }
  .features-nav.stick {
    position: fixed;
    top: 140px; }
    .features-nav.stick.unstick {
      position: absolute;
      top: 327px; }
  .features-nav li:last-child a {
    border-bottom: none;
    border-radius: 0 0 5px 5px; }
  .features-nav li:first-child a {
    border-radius: 5px 5px 0 0; }
  .features-nav li a {
    height: 60px;
    border-bottom: 1px solid #EBECF3;
    display: block;
    padding: 0 12px;
    -webkit-transition: border ease 0.2s, -webkit-box-shadow ease 0.2s;
    transition: border ease 0.2s, -webkit-box-shadow ease 0.2s;
    -o-transition: box-shadow ease 0.2s, border ease 0.2s;
    transition: box-shadow ease 0.2s, border ease 0.2s;
    transition: box-shadow ease 0.2s, border ease 0.2s, -webkit-box-shadow ease 0.2s;
    position: relative; }
    .features-nav li a:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      bottom: 0;
      background-color: #F6A623;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .features-nav li a:hover, .features-nav li a.active {
      -webkit-box-shadow: 0 1px 0 transparent;
      box-shadow: 0 1px 0 transparent;
      border-bottom-color: transparent; }
    .features-nav li a:hover:before {
      width: 46px; }
    .features-nav li a.active:before {
      width: 100%; }
    .features-nav li a:not(.active) {
      color: #636E7B; }
    .features-nav li a .fn-icon svg g,
    .features-nav li a .fn-icon svg path,
    .features-nav li a .fn-icon svg ellipse {
      fill: #636E7B;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .features-nav li a.active .fn-icon svg g,
    .features-nav li a.active .fn-icon svg path,
    .features-nav li a.active .fn-icon svg ellipse, .features-nav li a:hover .fn-icon svg g,
    .features-nav li a:hover .fn-icon svg path,
    .features-nav li a:hover .fn-icon svg ellipse {
      fill: #F6A623; }
    .features-nav li a .fn-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      text-align: center;
      margin-top: 18px;
      float: left; }
    .features-nav li a .fn-icon + span {
      font-size: 12px;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      opacity: 1;
      position: relative;
      top: 50%;
      display: inline-block;
      width: 134px;
      padding-left: 10px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

@media screen and (max-width: 1100px) {
  .features-nav {
    width: 50px; }
  .features-nav .feature-nav {
    position: relative;
    height: 50px; }
    .features-nav .feature-nav:hover .fn-icon + span {
      -webkit-transform: translate(16px, -50%);
      -ms-transform: translate(16px, -50%);
      transform: translate(16px, -50%);
      opacity: 1; }
    .features-nav .feature-nav .fn-icon {
      margin-top: 13px; }
    .features-nav .feature-nav .fn-icon + span {
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 156px;
      padding: 10px 16px;
      padding-left: 16px;
      background-color: #fff;
      -webkit-transform: translate(32px, -50%);
      -ms-transform: translate(32px, -50%);
      transform: translate(32px, -50%);
      font-size: 12px;
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      border-radius: 5px;
      border: 1px solid #E6E6E6;
      -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -moz-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -ms-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      -o-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
      opacity: 0;
      pointer-events: none;
      color: #636E7B; }
      .features-nav .feature-nav .fn-icon + span:before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: -7px;
        border: 1px solid #E6E6E6;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg); }
      .features-nav .feature-nav .fn-icon + span:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 24px;
        top: 50%;
        left: 0;
        background-color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }

@media screen and (min-width: 1280px) {
  .features-nav {
    left: 3%; } }

@media screen and (min-width: 1440px) {
  .features-nav {
    left: 6%; } }

@media screen and (min-width: 1590px) {
  .features-nav {
    left: 8%; } }

.goals-list {
  position: relative;
  margin-top: 64px; }
  .goals-list .single-goal {
    position: relative;
    float: left;
    width: 360px;
    height: 360px;
    margin-right: 30px;
    text-align: left;
    margin-bottom: 30px; }
    .goals-list .single-goal:nth-of-type(3n+3) {
      margin-right: 0; }
    .goals-list .single-goal .freezed-thumb {
      width: 100%; }
    .goals-list .single-goal .goal-thumb {
      width: 100%;
      height: 240px;
      border-radius: 5px;
      border: 1px solid #E5E2D6;
      overflow: hidden;
      position: relative; }
    .goals-list .single-goal .goal-thumb:hover .animated-thumb {
      display: block; }
    .goals-list .single-goal .animated-thumb {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      display: none;
      border-radius: 5px; }
    .goals-list .single-goal .h3 {
      line-height: 32px;
      margin-top: 24px; }
    .goals-list .single-goal p {
      margin-top: 4px;
      line-height: 24px; }

.section#businesses-features {
  background-color: #F7F6F2; }
  .section#businesses-features .business-list {
    position: relative;
    margin-top: 48px; }
    .section#businesses-features .business-list li {
      width: calc(100% / 3);
      float: left; }
    .section#businesses-features .business-list .business-image img {
      vertical-align: middle; }
    .section#businesses-features .business-list .business-image {
      height: 80px;
      line-height: 80px;
      margin-bottom: 24px; }
    .section#businesses-features .business-list h4.h3 {
      line-height: 32px;
      margin-bottom: 8px; }
    .section#businesses-features .business-list p {
      line-height: 24px; }

.section#home-testimonials {
  background-image: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 114px;
  padding-bottom: 114px; }
  .section#home-testimonials .home-testimonials-box {
    background-color: #fff;
    width: 472px;
    padding: 60px 30px;
    border-radius: 5px; }
    .section#home-testimonials .home-testimonials-box > h4.h2 {
      margin-bottom: 8px; }
      .section#home-testimonials .home-testimonials-box > h4.h2 + p {
        line-height: 26px;
        margin-bottom: 15px; }
    .section#home-testimonials .home-testimonials-box .home-testimonials-pag {
      margin-top: 16px; }
    .section#home-testimonials .home-testimonials-box .home-testimonials-pag-btn {
      display: inline-block;
      width: 6px;
      height: 6px;
      background-color: #D8D8D8;
      border-radius: 50%;
      margin-right: 6px; }
      .section#home-testimonials .home-testimonials-box .home-testimonials-pag-btn.active {
        background-color: #F6A623; }
    .section#home-testimonials .home-testimonials-box .home-testimonials-list {
      position: relative;
      overflow: hidden;
      line-height: 24px; }
      .section#home-testimonials .home-testimonials-box .home-testimonials-list li {
        position: absolute;
        width: 100%;
        left: 110%;
        /* transition: all ease 0.5s */
        -webkit-animation: list_normal ease 0.5s;
        animation: list_normal ease 0.5s; }
        .section#home-testimonials .home-testimonials-box .home-testimonials-list li.active {
          left: 0;
          -webkit-animation: list_active ease 0.5s;
          animation: list_active ease 0.5s; }
        .section#home-testimonials .home-testimonials-box .home-testimonials-list li.reactive {
          left: 0;
          -webkit-animation: list_reactive ease 0.5s;
          animation: list_reactive ease 0.5s; }
        .section#home-testimonials .home-testimonials-box .home-testimonials-list li.deactive {
          left: -100%;
          -webkit-animation: list_deactive ease 0.5s;
          animation: list_deactive ease 0.5s; }
      .section#home-testimonials .home-testimonials-box .home-testimonials-list p {
        font-family: "Source Sans Pro", sans-serif;
        font-style: italic;
        padding-top: 22px; }
        .section#home-testimonials .home-testimonials-box .home-testimonials-list p:first-child:first-letter {
          font-family: "Georgia", serif;
          font-style: normal;
          font-size: 44px;
          float: left;
          height: 42px;
          display: block;
          margin-right: 8px;
          line-height: 48px; }
      .section#home-testimonials .home-testimonials-box .home-testimonials-list .customer-title {
        margin-top: 32px;
        display: block; }

@-webkit-keyframes list_normal {
  0% {
    left: 0; }
  100% {
    left: 110%; } }

@keyframes list_normal {
  0% {
    left: 0; }
  100% {
    left: 110%; } }

@-webkit-keyframes list_active {
  0% {
    left: 110%; }
  100% {
    left: 0; } }

@keyframes list_active {
  0% {
    left: 110%; }
  100% {
    left: 0; } }

@-webkit-keyframes list_reactive {
  0% {
    left: -110%; }
  100% {
    left: 0; } }

@keyframes list_reactive {
  0% {
    left: -110%; }
  100% {
    left: 0; } }

@-webkit-keyframes list_deactive {
  0% {
    left: 0; }
  100% {
    left: -110%; } }

@keyframes list_deactive {
  0% {
    left: 0; }
  100% {
    left: -110%; } }

.section#home-testimonials-sections .home-testimonials-sections {
  position: relative;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

.section#home-testimonials-sections .home-testimonials-sections li {
  padding: 20px 0;
  position: relative;
  min-height: 300px;
  margin-top: 80px; }

.section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image {
  left: auto;
  right: -160px; }
  .section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image + .testimonial-info {
    float: left; }

.section#home-testimonials-sections .testimonial-image {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  left: -160px;
  overflow: hidden; }
  .section#home-testimonials-sections .testimonial-image img {
    width: 100%; }

.section#home-testimonials-sections .testimonial-info {
  width: 416px;
  text-align: left;
  float: right; }
  .section#home-testimonials-sections .testimonial-info p:not(.customer-name) {
    font-family: "Georgia", serif;
    font-size: 14px;
    line-height: 24px; }
  .section#home-testimonials-sections .testimonial-info p.customer-name {
    margin-top: 40px;
    line-height: 24px; }
  .section#home-testimonials-sections .testimonial-info span.customer-agency {
    line-height: 24px;
    font-size: 12px;
    color: #A4A8AC; }

.section#home-cta {
  background-color: #F7F6F2; }
  .section#home-cta .btn.big, .section#home-cta .stamped-container .big.stamped-summary-actions-newquestion, .stamped-container .section#home-cta .big.stamped-summary-actions-newquestion, .section#home-cta .stamped-container .big.stamped-summary-actions-newreview, .stamped-container .section#home-cta .big.stamped-summary-actions-newreview {
    margin-top: 24px; }

.features-hero {
  background-image: url("../images/reviews/product-review-header.jpg");
  background-size: cover;
  background-position: center;
  height: 590px;
  color: #fff;
  padding-top: 190px; }
  .features-hero.float-case-below {
    padding-top: 124px; }
    .features-hero.float-case-below.float-case-below {
      padding-bottom: 200px; }
    .features-hero.float-case-below h2.h2 {
      margin-top: 16px;
      margin-bottom: 16px;
      font-weight: 500; }
    .features-hero.float-case-below p.hero-desc {
      font-size: 14px;
      line-height: 1.75em; }
  .features-hero .h1 {
    margin-top: 25px;
    margin-bottom: 20px; }
  .features-hero .hero-desc {
    color: #B4BCC5;
    font-size: 16px;
    line-height: 26px;
    max-width: 705px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
  .features-hero.float-case-below {
    height: auto;
    padding-bottom: 240px; }

.section#product-reviews-purpose {
  background-color: #F7F6F2;
  padding-bottom: 300px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 -220px #fff;
  box-shadow: inset 0 -220px #fff; }
  .section#product-reviews-purpose .review-purpose-case {
    text-align: left;
    margin-top: 80px;
    position: relative;
    padding-top: 24px; }
  .section#product-reviews-purpose .review-purpose-image {
    position: absolute;
    width: 1014px;
    top: 0;
    left: 346px;
    pointer-events: none; }
    .section#product-reviews-purpose .review-purpose-image img {
      width: 100%; }
  .section#product-reviews-purpose .review-purpose-info {
    max-width: 420px; }
    .section#product-reviews-purpose .review-purpose-info .h2 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 20px;
      color: #343541; }
    .section#product-reviews-purpose .review-purpose-info p {
      font-family: "Georgia", serif;
      padding-left: 46px;
      position: relative;
      font-style: italic;
      font-size: 16px;
      line-height: 2;
      margin-bottom: 24px; }
      .section#product-reviews-purpose .review-purpose-info p:before {
        content: '“';
        font-size: 64px;
        font-weight: bold;
        font-style: normal;
        position: absolute;
        top: -28px;
        left: 0; }
    .section#product-reviews-purpose .review-purpose-info .review-owner {
      position: relative;
      padding-left: 46px; }
    .section#product-reviews-purpose .review-purpose-info .review-owner img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      float: left;
      margin-right: 20px; }
    .section#product-reviews-purpose .review-purpose-info .review-owner-name {
      font-size: 16px;
      color: #343541;
      display: block;
      font-weight: bold;
      line-height: 32px; }

.section#review-goals {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 40px; }

.section.float-case {
  padding: 0;
  margin-bottom: -270px;
  /* background-image: url("../images/dots.png") */
  background-size: 153px 408px;
  background-position: center;
  position: relative; }
  .section.float-case .float-case-image {
    position: relative;
    top: -190px;
    z-index: 1; }
    .section.float-case .float-case-image img {
      max-width: 100%; }
    .section.float-case .float-case-image.score-promoter-image {
      height: 692px; }
    .section.float-case .float-case-image.score-promoter-image:after {
      content: "";
      position: absolute;
      width: 770px;
      height: 18px;
      background-color: #000;
      bottom: 164px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .section.float-case .float-case-video {
    position: absolute;
    top: 42px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 747px;
    margin-left: -5px; }
  .section.float-case:before {
    content: "";
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #FFFFFF));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0; }
  .section.float-case .flying-faces {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 400px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none; }
    .section.float-case .flying-faces .flying-face {
      display: block;
      width: 65px;
      height: 65px;
      position: absolute;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      top: 50%;
      left: 50%;
      -webkit-animation: flying_face_top_left_a ease 8s infinite;
      animation: flying_face_top_left_a ease 8s infinite;
      opacity: 0;
      background-position: center;
      background-size: 80%;
      background-repeat: no-repeat; }
      .section.float-case .flying-faces .flying-face.positive {
        background-image: url("../images/promoter/faces/face-1.svg"); }
      .section.float-case .flying-faces .flying-face.negative {
        background-image: url("../images/promoter/faces/face-3.svg"); }
      .section.float-case .flying-faces .flying-face.balanced {
        background-image: url("../images/promoter/faces/face-2.svg"); }
      .section.float-case .flying-faces .flying-face img {
        width: 65px;
        height: 65px;
        opacity: 1;
        -webkit-animation: face_fade_out ease 8s infinite;
        animation: face_fade_out ease 8s infinite;
        position: absolute; }
      .section.float-case .flying-faces .flying-face.top_left_a {
        -webkit-animation: flying_face_top_left_a ease 8s infinite;
        animation: flying_face_top_left_a ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.top_left_b {
        -webkit-animation: flying_face_top_left_b ease 8s infinite;
        animation: flying_face_top_left_b ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.mid_left_a {
        -webkit-animation: flying_face_mid_left_a ease 8s infinite;
        animation: flying_face_mid_left_a ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.mid_left_b {
        -webkit-animation: flying_face_mid_left_b ease 8s infinite;
        animation: flying_face_mid_left_b ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.bot_left_a {
        -webkit-animation: flying_face_bot_left_a ease 8s infinite;
        animation: flying_face_bot_left_a ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.bot_left_b {
        -webkit-animation: flying_face_bot_left_b ease 8s infinite;
        animation: flying_face_bot_left_b ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.top_right_a {
        -webkit-animation: flying_face_top_right_a ease 8s infinite;
        animation: flying_face_top_right_a ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.top_right_b {
        -webkit-animation: flying_face_top_right_b ease 8s infinite;
        animation: flying_face_top_right_b ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.mid_right_a {
        -webkit-animation: flying_face_mid_right_a ease 8s infinite;
        animation: flying_face_mid_right_a ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.mid_right_b {
        -webkit-animation: flying_face_mid_right_b ease 8s infinite;
        animation: flying_face_mid_right_b ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.bot_right_a {
        -webkit-animation: flying_face_bot_right_a ease 8s infinite;
        animation: flying_face_bot_right_a ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.bot_right_b {
        -webkit-animation: flying_face_bot_right_b ease 8s infinite;
        animation: flying_face_bot_right_b ease 8s infinite; }
      .section.float-case .flying-faces .flying-face.delay_1,
      .section.float-case .flying-faces .flying-face.delay_1 img {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .section.float-case .flying-faces .flying-face.delay_2,
      .section.float-case .flying-faces .flying-face.delay_2 img {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      .section.float-case .flying-faces .flying-face.delay_3,
      .section.float-case .flying-faces .flying-face.delay_3 img {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
      .section.float-case .flying-faces .flying-face.delay_4,
      .section.float-case .flying-faces .flying-face.delay_4 img {
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      .section.float-case .flying-faces .flying-face.delay_5,
      .section.float-case .flying-faces .flying-face.delay_5 img {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      .section.float-case .flying-faces .flying-face.delay_6,
      .section.float-case .flying-faces .flying-face.delay_6 img {
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s; }
      .section.float-case .flying-faces .flying-face.delay_7,
      .section.float-case .flying-faces .flying-face.delay_7 img {
        -webkit-animation-delay: 3.6s;
        animation-delay: 3.6s; }
      .section.float-case .flying-faces .flying-face.delay_8,
      .section.float-case .flying-faces .flying-face.delay_8 img {
        -webkit-animation-delay: 3.9s;
        animation-delay: 3.9s; }
      .section.float-case .flying-faces .flying-face.delay_9,
      .section.float-case .flying-faces .flying-face.delay_9 img {
        -webkit-animation-delay: 4.7s;
        animation-delay: 4.7s; }
      .section.float-case .flying-faces .flying-face.delay_10,
      .section.float-case .flying-faces .flying-face.delay_10 img {
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
      .section.float-case .flying-faces .flying-face.delay_11,
      .section.float-case .flying-faces .flying-face.delay_11 img {
        -webkit-animation-delay: 5.7s;
        animation-delay: 5.7s; }
      .section.float-case .flying-faces .flying-face.delay_12,
      .section.float-case .flying-faces .flying-face.delay_12 img {
        -webkit-animation-delay: 6.2s;
        animation-delay: 6.2s; }
      .section.float-case .flying-faces .flying-face.delay_13,
      .section.float-case .flying-faces .flying-face.delay_13 img {
        -webkit-animation-delay: 6.8s;
        animation-delay: 6.8s; }

@-webkit-keyframes face_fade_out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  28% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes face_fade_out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  28% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes flying_face_top_left_a {
  0% {
    -webkit-transform: translate3d(-55vw, -150px, 0);
    transform: translate3d(-55vw, -150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_top_left_a {
  0% {
    -webkit-transform: translate3d(-55vw, -150px, 0);
    transform: translate3d(-55vw, -150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_top_left_b {
  0% {
    -webkit-transform: translate3d(-55vw, -165px, 0);
    transform: translate3d(-55vw, -165px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_top_left_b {
  0% {
    -webkit-transform: translate3d(-55vw, -165px, 0);
    transform: translate3d(-55vw, -165px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_mid_left_a {
  0% {
    -webkit-transform: translate3d(-55vw, 20px, 0);
    transform: translate3d(-55vw, 20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_mid_left_a {
  0% {
    -webkit-transform: translate3d(-55vw, 20px, 0);
    transform: translate3d(-55vw, 20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_mid_left_b {
  0% {
    -webkit-transform: translate3d(-55vw, -20px, 0);
    transform: translate3d(-55vw, -20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_mid_left_b {
  0% {
    -webkit-transform: translate3d(-55vw, -20px, 0);
    transform: translate3d(-55vw, -20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_bot_left_a {
  0% {
    -webkit-transform: translate3d(-55vw, 130px, 0);
    transform: translate3d(-55vw, 130px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_bot_left_a {
  0% {
    -webkit-transform: translate3d(-55vw, 130px, 0);
    transform: translate3d(-55vw, 130px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_bot_left_b {
  0% {
    -webkit-transform: translate3d(-55vw, 150px, 0);
    transform: translate3d(-55vw, 150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_bot_left_b {
  0% {
    -webkit-transform: translate3d(-55vw, 150px, 0);
    transform: translate3d(-55vw, 150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_top_right_a {
  0% {
    -webkit-transform: translate3d(55vw, -130px, 0);
    transform: translate3d(55vw, -130px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_top_right_a {
  0% {
    -webkit-transform: translate3d(55vw, -130px, 0);
    transform: translate3d(55vw, -130px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_top_right_b {
  0% {
    -webkit-transform: translate3d(55vw, -150px, 0);
    transform: translate3d(55vw, -150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_top_right_b {
  0% {
    -webkit-transform: translate3d(55vw, -150px, 0);
    transform: translate3d(55vw, -150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_mid_right_a {
  0% {
    -webkit-transform: translate3d(55vw, -20px, 0);
    transform: translate3d(55vw, -20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_mid_right_a {
  0% {
    -webkit-transform: translate3d(55vw, -20px, 0);
    transform: translate3d(55vw, -20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_mid_right_b {
  0% {
    -webkit-transform: translate3d(55vw, 20px, 0);
    transform: translate3d(55vw, 20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_mid_right_b {
  0% {
    -webkit-transform: translate3d(55vw, 20px, 0);
    transform: translate3d(55vw, 20px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_bot_right_a {
  0% {
    -webkit-transform: translate3d(55vw, 130px, 0);
    transform: translate3d(55vw, 130px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_bot_right_a {
  0% {
    -webkit-transform: translate3d(55vw, 130px, 0);
    transform: translate3d(55vw, 130px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@-webkit-keyframes flying_face_bot_right_b {
  0% {
    -webkit-transform: translate3d(55vw, 150px, 0);
    transform: translate3d(55vw, 150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

@keyframes flying_face_bot_right_b {
  0% {
    -webkit-transform: translate3d(55vw, 150px, 0);
    transform: translate3d(55vw, 150px, 0);
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
    opacity: 0; } }

.nps-process-list {
  position: relative;
  overflow: hidden;
  margin-top: 48px; }
  .nps-process-list .nps-process-wrap {
    max-width: 384px;
    text-align: left;
    position: relative; }
    .nps-process-list .nps-process-wrap.right-align {
      margin-left: auto;
      margin-right: 56px; }
    .nps-process-list .nps-process-wrap.center-align {
      margin-left: auto;
      margin-right: auto;
      max-width: 544px;
      text-align: center; }
      .nps-process-list .nps-process-wrap.center-align .nps-process-info {
        margin-left: 0; }
      .nps-process-list .nps-process-wrap.center-align .nps-process-icon {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px; }
    .nps-process-list .nps-process-wrap .nps-process-info {
      margin-left: 100px; }
      .nps-process-list .nps-process-wrap .nps-process-info p {
        line-height: 24px; }
    .nps-process-list .nps-process-wrap .nps-process-icon {
      position: absolute;
      height: 60px;
      width: 60px;
      line-height: 60px;
      text-align: center;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .nps-process-list .nps-process-wrap .nps-process-icon img {
        vertical-align: middle; }
      .nps-process-list .nps-process-wrap .nps-process-icon:before, .nps-process-list .nps-process-wrap .nps-process-icon:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 0 2px #B4BCC5;
        box-shadow: inset 0 0 0 2px #B4BCC5;
        background-color: #FFF;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .nps-process-list .nps-process-wrap.right-align .nps-process-icon:before {
      top: 108%;
      left: 56%; }
    .nps-process-list .nps-process-wrap.center-align .nps-process-icon:before {
      left: -28%;
      top: 51%; }
    .nps-process-list .nps-process-wrap.right-align .nps-process-icon:after, .nps-process-list .nps-process-wrap.center-align .nps-process-icon:after {
      display: none; }
    .nps-process-list .nps-process-wrap.center-align {
      padding-bottom: 526px; }
      .nps-process-list .nps-process-wrap.center-align .nps-process-image {
        width: 913px;
        height: auto;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: 24px; }
        .nps-process-list .nps-process-wrap.center-align .nps-process-image img {
          height: auto;
          width: 100%; }
  .nps-process-list .nps-process-first-image {
    position: absolute;
    width: 378px;
    right: 50%; }
    .nps-process-list .nps-process-first-image img {
      max-width: 100%; }
    .nps-process-list .nps-process-first-image + .nps-process-wrap {
      padding-top: 24px; }
      .nps-process-list .nps-process-first-image + .nps-process-wrap .nps-process-icon {
        top: 28%; }
  .nps-process-list .nps-process-image {
    position: relative;
    max-height: 535px;
    height: 535px;
    text-align: center;
    width: calc(100% - 768px);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .nps-process-list .nps-process-image .work-screen {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 417px;
      margin-left: -1px; }
    .nps-process-list .nps-process-image img {
      height: 100%;
      width: auto; }
  .nps-process-list li.nps-process-steps {
    position: relative;
    margin-top: 320px;
    margin-bottom: 81px; }
    .nps-process-list li.nps-process-steps + li {
      margin-top: -17px; }
    .nps-process-list li.nps-process-steps .nps-process-wrap .nps-process-icon:before, .nps-process-list li.nps-process-steps .nps-process-wrap .nps-process-icon:after {
      left: 33.5%; }
    .nps-process-list li.nps-process-steps .nps-process-wrap .nps-process-icon:before {
      top: -32%; }
    .nps-process-list li.nps-process-steps .nps-process-wrap .nps-process-icon:after {
      top: 123%; }
    .nps-process-list li.nps-process-steps:before {
      content: "";
      position: absolute;
      width: 717px;
      height: 572px;
      background-image: url("../images/promoter/nps-connector-1.png");
      background-size: 717px 637px;
      background-position: center bottom;
      top: -376px;
      left: 18px; }
    .nps-process-list li.nps-process-steps:after {
      content: "";
      position: absolute;
      width: 500px;
      height: 315px;
      background-image: url("../images/promoter/nps-connector-2.png");
      background-size: 506px 315px;
      background-position: left top;
      top: 316px;
      left: 19px; }
    .nps-process-list li.nps-process-steps .nps-process-wrap,
    .nps-process-list li.nps-process-steps .nps-process-sub-list {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .nps-process-list li.nps-process-steps .nps-process-sub-list {
      right: 0; }
  .nps-process-list .nps-process-sub-list {
    position: relative;
    max-width: 384px;
    text-align: left; }
    .nps-process-list .nps-process-sub-list li {
      padding-left: 100px;
      position: relative;
      padding-right: 10px; }
      .nps-process-list .nps-process-sub-list li + li {
        margin-top: 28px; }
      .nps-process-list .nps-process-sub-list li .h3 {
        line-height: 1.2; }
      .nps-process-list .nps-process-sub-list li .h3:not(.nps-process-point) {
        margin-bottom: 0; }
      .nps-process-list .nps-process-sub-list li p.h3 {
        font-weight: bold;
        margin-bottom: 8px; }
      .nps-process-list .nps-process-sub-list li .promoters {
        color: #71B740; }
      .nps-process-list .nps-process-sub-list li .passives {
        color: #B4BCC5; }
      .nps-process-list .nps-process-sub-list li .detractors {
        color: #CD0019; }
      .nps-process-list .nps-process-sub-list li .nps-process-sub-list-info p {
        line-height: 24px; }
  .nps-process-list .nps-process-sub-list-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, rgba(255, 255, 255, 0)), to(rgba(229, 229, 229, 0.5)));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
    .nps-process-list .nps-process-sub-list-icon img {
      vertical-align: middle; }
  .nps-process-list .h3 {
    line-height: 24px;
    margin-bottom: 12px; }

.review-goals-list,
.page-list {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 56px; }
  .review-goals-list.save,
  .page-list.save {
    margin-top: 0; }
  .review-goals-list.third-cols li,
  .page-list.third-cols li {
    width: calc(100% / 3); }
    .review-goals-list.third-cols li:nth-of-type(3) ~ li,
    .page-list.third-cols li:nth-of-type(3) ~ li {
      margin-top: 48px; }
  .review-goals-list.double-cols li,
  .page-list.double-cols li {
    width: 50%; }
  .review-goals-list.spaced li,
  .page-list.spaced li {
    padding: 0 96px; }
  .review-goals-list.divided li + li,
  .page-list.divided li + li {
    position: relative; }
    .review-goals-list.divided li + li:before,
    .page-list.divided li + li:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 72%;
      background-color: rgba(0, 0, 0, 0.1);
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .review-goals-list li,
  .page-list li {
    width: 25%;
    float: left;
    padding: 0 15px; }
  .review-goals-list .review-goal-icon,
  .review-goals-list .page-list-icon,
  .page-list .review-goal-icon,
  .page-list .page-list-icon {
    height: 41px;
    line-height: 41px;
    margin-bottom: 13px; }
    .review-goals-list .review-goal-icon.big-icon,
    .review-goals-list .page-list-icon.big-icon,
    .page-list .review-goal-icon.big-icon,
    .page-list .page-list-icon.big-icon {
      height: 64px;
      line-height: 64px;
      margin-bottom: 24px; }
    .review-goals-list .review-goal-icon img,
    .review-goals-list .page-list-icon img,
    .page-list .review-goal-icon img,
    .page-list .page-list-icon img {
      vertical-align: middle; }
  .review-goals-list .page-list-image,
  .page-list .page-list-image {
    position: relative; }
    .review-goals-list .page-list-image img,
    .page-list .page-list-image img {
      max-width: 290px;
      width: 100%; }
  .review-goals-list .h3,
  .page-list .h3 {
    line-height: 32px; }
  .review-goals-list p,
  .page-list p {
    line-height: 24px;
    margin-top: 4px; }
  .review-goals-list.count-list,
  .page-list.count-list {
    counter-reset: insta_how; }
    .review-goals-list.count-list:before,
    .page-list.count-list:before {
      content: "";
      position: absolute;
      width: 70%;
      height: 1px;
      background-color: #F6A623;
      top: 322px;
      left: 15%; }
  .review-goals-list .counter-number,
  .page-list .counter-number {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 24px auto;
    display: block;
    line-height: 52px; }
    .review-goals-list .counter-number:before,
    .page-list .counter-number:before {
      counter-increment: insta_how;
      content: counter(insta_how);
      position: relative;
      display: block;
      text-align: center;
      font-size: 22px;
      font-weight: lighter;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #FFFFFF;
      border: 1px solid #FFDA9C;
      -webkit-box-shadow: 0 0 0 7px rgba(245, 165, 35, 0.1);
      box-shadow: 0 0 0 7px rgba(245, 165, 35, 0.1); }

.review-direct-list {
  margin-top: 64px; }

.review-directly-features {
  background-color: #F2F8F4;
  margin-top: 114px;
  margin-bottom: 128px;
  position: relative; }
  .review-directly-features .pocket-phone {
    margin-top: -58px;
    margin-bottom: -62px;
    position: relative; }
  .review-directly-features .pocket-screen {
    position: absolute;
    width: 234px;
    left: 50%;
    -webkit-transform: translate(-50%, 1px);
    -ms-transform: translate(-50%, 1px);
    transform: translate(-50%, 1px);
    z-index: 1; }
  .review-directly-features .review-directly-features-list {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .review-directly-features .review-directly-features-list .h3 {
      margin-bottom: 12px;
      position: relative; }
      .review-directly-features .review-directly-features-list .h3:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-box-shadow: inset 0 0 0 1px #93A2B2;
        box-shadow: inset 0 0 0 1px #93A2B2;
        border-radius: 50%;
        display: block;
        left: 100%;
        top: 6px;
        -webkit-transform: translate(14px, 0);
        -ms-transform: translate(14px, 0);
        transform: translate(14px, 0); }
    .review-directly-features .review-directly-features-list li:nth-of-type(2n+2) .h3:after {
      left: auto;
      right: 100%;
      -webkit-transform: translate(-14px, 0);
      -ms-transform: translate(-14px, 0);
      transform: translate(-14px, 0); }
    .review-directly-features .review-directly-features-list p {
      line-height: 24px; }
    .review-directly-features .review-directly-features-list li {
      width: 50%;
      float: left;
      position: relative;
      padding-right: calc(50% - 264px);
      text-align: right; }
      .review-directly-features .review-directly-features-list li:before {
        content: "";
        position: absolute;
        width: calc(100% - 285px);
        height: 1px;
        background-color: #93A2B2;
        right: 0;
        top: 9px;
        opacity: 0.8; }
      .review-directly-features .review-directly-features-list li:nth-of-type(2n+2) {
        padding-left: calc(50% - 264px);
        padding-right: 0;
        text-align: left; }
        .review-directly-features .review-directly-features-list li:nth-of-type(2n+2):before {
          right: auto;
          left: 0; }
    .review-directly-features .review-directly-features-list li:nth-of-type(2) ~ li {
      margin-top: 116px; }

.review-direct-list,
.review-features-list,
.review-flow-list {
  margin-left: -15px;
  margin-right: -15px; }
  .review-direct-list li,
  .review-features-list li,
  .review-flow-list li {
    width: calc(100% / 3);
    padding: 0 15px;
    float: left;
    text-align: left; }
  .review-direct-list img,
  .review-features-list img,
  .review-flow-list img {
    width: 100%;
    margin-bottom: 16px; }
    .review-direct-list img.review-flow-1-img,
    .review-features-list img.review-flow-1-img,
    .review-flow-list img.review-flow-1-img {
      max-width: 249px; }
    .review-direct-list img.review-flow-2-img,
    .review-features-list img.review-flow-2-img,
    .review-flow-list img.review-flow-2-img {
      max-width: 320px; }
    .review-direct-list img.review-flow-3-img,
    .review-features-list img.review-flow-3-img,
    .review-flow-list img.review-flow-3-img {
      max-width: 270px; }
  .review-direct-list .h3,
  .review-features-list .h3,
  .review-flow-list .h3 {
    line-height: 32px;
    margin-bottom: 4px; }
  .review-direct-list p,
  .review-features-list p,
  .review-flow-list p {
    line-height: 24px; }

.section#review-features {
  background-color: #fff; }
  .section#review-features .review-features-list {
    margin-top: 48px;
    margin-bottom: 32px; }
    .section#review-features .review-features-list li {
      width: 25%;
      text-align: center; }

.section#review-flow {
  background-color: #F7F6F2; }
  .section#review-flow .review-flow-list {
    margin-top: 48px; }
    .section#review-flow .review-flow-list li {
      max-width: 342px;
      float: none;
      display: inline-block;
      text-align: center;
      position: relative; }
      .section#review-flow .review-flow-list li.connector:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 110%;
        width: 222px;
        height: 143px;
        background-image: url("../images/reviews/review-flow-connector-2.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 1; }
      .section#review-flow .review-flow-list li.socialize:after {
        content: "";
        position: absolute;
        display: block;
        top: 5px;
        left: 98%;
        width: 28px;
        height: 92px;
        background-image: url("../images/reviews/review-flow-2-social.svg");
        background-size: cover;
        background-repeat: no-repeat; }
      .section#review-flow .review-flow-list li.socialize,
      .section#review-flow .review-flow-list li.socialize + li {
        padding-left: 0;
        padding-right: 0; }
        .section#review-flow .review-flow-list li.socialize p,
        .section#review-flow .review-flow-list li.socialize + li p {
          padding-left: 15px;
          padding-right: 15px; }
    .section#review-flow .review-flow-list li:first-child {
      max-width: 292px;
      float: left; }
      .section#review-flow .review-flow-list li:first-child.connector:before {
        content: "";
        position: absolute;
        display: block;
        top: 36%;
        left: 100%;
        width: 121px;
        height: 207px;
        background-image: url("../images/reviews/review-flow-connector-1.svg");
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1; }
    .section#review-flow .review-flow-list li:last-child {
      max-width: 292px;
      float: right;
      padding-top: 100px; }

.section.build-community .wrap {
  position: relative; }

.section.build-community .build-community-text {
  position: absolute;
  max-width: 458px;
  right: 97px;
  top: 50px;
  z-index: 1; }

.section.build-community .build-community-images {
  position: relative; }
  .section.build-community .build-community-images .bc-1 {
    width: 100%;
    max-width: 571px; }
  .section.build-community .build-community-images .bc-2 {
    width: 100%;
    max-width: 471px;
    position: absolute;
    right: 176px;
    bottom: 50px; }

.section.side-image .wrap {
  width: 780px;
  position: relative; }

.section.side-image .side-image-text {
  max-width: 390px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.section.side-image .side-image-content.right-align {
  text-align: right; }

.section.side-image .side-image-content img {
  width: 100%;
  max-width: 250px;
  vertical-align: middle; }

.section#review-grow {
  padding-bottom: 20px; }
  .section#review-grow .review-grow-list {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    position: relative;
    counter-reset: grow_list; }
    .section#review-grow .review-grow-list:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 520px;
      background-color: #B4BCC5; }
    .section#review-grow .review-grow-list li {
      width: 320px;
      text-align: right;
      position: relative;
      z-index: 1;
      margin-bottom: 126px; }
      .section#review-grow .review-grow-list li:last-child {
        margin-bottom: 0; }
      .section#review-grow .review-grow-list li:before {
        counter-increment: grow_list;
        content: counter(grow_list);
        position: absolute;
        font-size: 22px;
        line-height: 52px;
        text-align: center;
        font-weight: 300;
        background-color: #fff;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1px solid #F6A623;
        -webkit-box-shadow: 0 0 0 7px rgba(245, 166, 35, 0.1);
        box-shadow: 0 0 0 7px rgba(245, 166, 35, 0.1);
        top: -10px;
        left: 109.25%; }
    .section#review-grow .review-grow-list li:nth-of-type(2n+2) {
      text-align: left;
      float: right;
      margin-top: -252px; }
      .section#review-grow .review-grow-list li:nth-of-type(2n+2):before {
        left: auto;
        right: 109%; }
    .section#review-grow .review-grow-list img {
      width: 100%; }
    .section#review-grow .review-grow-list .h3 {
      color: #F6A623;
      line-height: 32px;
      margin-bottom: 4px;
      padding: 0 4px; }
    .section#review-grow .review-grow-list p {
      line-height: 24px;
      margin-bottom: 16px;
      padding: 0 4px; }

.section#review-other-features {
  position: relative;
  background-image: -webkit-linear-gradient(rgba(245, 246, 249, 0) 0%, #F5F6F9 82%);
  background-image: -o-linear-gradient(rgba(245, 246, 249, 0) 0%, #F5F6F9 82%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 249, 0)), color-stop(82%, #F5F6F9));
  background-image: linear-gradient(rgba(245, 246, 249, 0) 0%, #F5F6F9 82%); }
  .section#review-other-features:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-image: url("../images/others-shade.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 17px; }

.review-other-features-list {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px; }
  .review-other-features-list li {
    width: 20%;
    padding: 15px;
    float: left; }
    .review-other-features-list li a {
      color: #636E7B; }
    .review-other-features-list li .lighter {
      font-weight: normal;
      line-height: 24px; }
    .review-other-features-list li .review-other-feature-icon {
      width: 140px;
      height: 140px;
      text-align: center;
      line-height: 140px;
      background: #FFFFFF;
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
      background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, rgba(255, 255, 255, 0)), to(rgba(229, 229, 229, 0.5)));
      background-image: linear-gradient(rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      margin-bottom: 16px; }
      .review-other-features-list li .review-other-feature-icon img, .review-other-features-list li .review-other-feature-icon svg {
        vertical-align: middle;
        -webkit-transform: scale(1.9);
        -ms-transform: scale(1.9);
        transform: scale(1.9); }
        .review-other-features-list li .review-other-feature-icon img g, .review-other-features-list li .review-other-feature-icon svg g {
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
  .review-other-features-list li:hover .review-other-feature-icon {
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); }
    .review-other-features-list li:hover .review-other-feature-icon svg g {
      fill: #F6A623; }

.section#review-cta {
  background-color: #303841; }
  .section#review-cta .section-title {
    color: #fff; }
  .section#review-cta .section-desc {
    color: #B4BCC5; }

.blog-share {
  position: relative; }
  .blog-share.share-entry {
    position: absolute;
    margin-left: -98px; }
    .blog-share.share-entry.fixed {
      position: fixed;
      top: 120px; }
      .blog-share.share-entry.fixed.prefixed {
        position: absolute;
        bottom: 42px;
        top: auto; }
  .blog-share li + li {
    margin-top: 1px; }
  .blog-share .social-share {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    background-color: #555; }
    .blog-share .social-share:hover {
      opacity: 0.7; }
    .blog-share .social-share.facebook {
      background-color: #3b5998; }
    .blog-share .social-share.twitter {
      background-color: #1da1f2; }
    .blog-share .social-share.email {
      background-color: #D93B2B; }

.section.blog-body {
  padding-top: 144px; }
  .section.blog-body .blog-title {
    font-weight: 300; }
  .section.blog-body .blog-desc {
    color: #b3bcc5;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px; }
  .section.blog-body .blog-meta {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px; }
  .section.blog-body.blog-list-body {
    overflow: hidden; }
  .section.blog-body .feature-posts-wrap {
    margin-bottom: 30px;
    position: relative; }
    .section.blog-body .feature-posts-wrap .feature-post-nav {
      position: absolute;
      width: calc(50% - 2px);
      height: 100%;
      background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      top: 0;
      left: calc(-50% - 2px); }
      .section.blog-body .feature-posts-wrap .feature-post-nav.next {
        left: calc(100% + 4px);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
  .section.blog-body .feature-posts {
    position: relative;
    height: 318px; }
    .section.blog-body .feature-posts li {
      width: calc(50% - 2px);
      height: 100%;
      position: absolute;
      top: 0;
      left: calc(-50% - 2px);
      opacity: 0;
      -webkit-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      transition: 0.5s all ease; }
      .section.blog-body .feature-posts li:hover .feature-thumb:after {
        opacity: 0.5; }
      .section.blog-body .feature-posts li.deactive {
        opacity: 0.1; }
      .section.blog-body .feature-posts li.active {
        left: 0;
        opacity: 1; }
        .section.blog-body .feature-posts li.active + li {
          left: calc(50% + 2px);
          opacity: 1; }
        .section.blog-body .feature-posts li.active + li + li {
          left: calc(100% + 4px);
          opacity: 0.1; }
          .section.blog-body .feature-posts li.active + li + li ~ li {
            left: calc(100% + 4px);
            opacity: 0; }
    .section.blog-body .feature-posts .feature-post {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden; }
      .section.blog-body .feature-posts .feature-post .feature-thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .section.blog-body .feature-posts .feature-post .feature-thumb img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%; }
        .section.blog-body .feature-posts .feature-post .feature-thumb:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 99%);
          background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 99%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(99%, transparent));
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 99%);
          top: 0;
          left: 0;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
      .section.blog-body .feature-posts .feature-post .feature-info {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 30px 20px; }
      .section.blog-body .feature-posts .feature-post .feature-cat {
        font-size: 10px;
        background-color: #F6A623;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
        padding: 0 10px;
        border-radius: 3px;
        display: inline-block; }
      .section.blog-body .feature-posts .feature-post .feature-title {
        font-size: 24px;
        color: #fff;
        display: block;
        line-height: 32px;
        margin-top: 12px; }
  .section.blog-body .blog-cats-list {
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    margin-bottom: 30px; }
    .section.blog-body .blog-cats-list li {
      position: relative;
      width: 20%;
      padding: 0 5px;
      float: left; }
    .section.blog-body .blog-cats-list .blog-cat {
      position: relative;
      width: 100%;
      height: 120px;
      display: block;
      border-radius: 3px;
      background-color: #343541;
      overflow: hidden; }
      .section.blog-body .blog-cats-list .blog-cat:hover .blog-cat-thumb {
        opacity: 0.3; }
    .section.blog-body .blog-cats-list .blog-cat-thumb {
      position: absolute;
      max-width: 100%;
      min-width: 100%;
      min-width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.1;
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
    .section.blog-body .blog-cats-list .blog-cat-title {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 500;
      color: #fff; }
  .section.blog-body .blog-list-content-wrap {
    border-top: 1px solid #E5E5E5;
    padding-top: 50px; }
  .section.blog-body .get-posts {
    display: block;
    max-width: 946px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .section.blog-body .blog-items-list .blog-single-item {
    position: relative;
    padding-bottom: 72px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 50px; }
    .section.blog-body .blog-items-list .blog-single-item:last-child {
      border-bottom: none;
      padding-bottom: 30px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-thumb,
    .section.blog-body .blog-items-list .blog-single-item .blog-item-content,
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items {
      max-width: 946px;
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .section.blog-body .blog-items-list .blog-single-item .blog-item-thumb img,
      .section.blog-body .blog-items-list .blog-single-item .blog-item-content img,
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items img {
        max-width: 100%; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-content {
      max-width: 730px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-title {
      font-size: 24px;
      line-height: 32px;
      display: block;
      margin-top: 24px;
      margin-bottom: 12px; }
      .section.blog-body .blog-items-list .blog-single-item .blog-item-title a {
        color: #636E7B;
        border-bottom: 1px dotted transparent; }
        .section.blog-body .blog-items-list .blog-single-item .blog-item-title a:hover {
          color: #343541;
          border-bottom: 1px dotted #F6A623; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-meta {
      margin-bottom: 24px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-desc {
      line-height: 24px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-readmore {
      line-height: 32px;
      margin-top: 2px;
      display: inline-block;
      position: relative; }
      .section.blog-body .blog-items-list .blog-single-item .blog-item-readmore:before {
        content: "";
        position: absolute;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        left: 0; }
      .section.blog-body .blog-items-list .blog-single-item .blog-item-readmore:hover {
        padding-left: 10px; }
        .section.blog-body .blog-items-list .blog-single-item .blog-item-readmore:hover:before {
          opacity: 1; }
    .section.blog-body .blog-items-list .blog-single-item .blog-share.share-blog-item {
      position: absolute;
      top: 8px;
      left: -60px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-wrap {
      border-top: 1px solid #E5E5E5;
      padding-top: 40px;
      margin-top: 72px;
      margin-bottom: -32px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li {
      width: calc(33.33% - 20px);
      height: 170px;
      float: left;
      margin-right: 30px;
      position: relative;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li:hover {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        top: 0;
        left: 0;
        z-index: 1; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items a .blog-sub-thumb {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        max-width: initial;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      color: #fff;
      padding: 16px 20px;
      z-index: 2; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        display: block; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-date {
        display: block;
        color: #b3bcc5; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li:nth-of-type(3n+3) {
      margin-right: 0; }
  .section.blog-body .breadcrumbs {
    line-height: 24px;
    margin-bottom: 38px; }
    .section.blog-body .breadcrumbs li {
      display: inline-block; }
    .section.blog-body .breadcrumbs li + li:before {
      content: "/ ";
      display: inline-block;
      padding: 0 5px; }
    .section.blog-body .breadcrumbs li:last-child a {
      color: #636E7B; }
    .section.blog-body .breadcrumbs a {
      border-bottom: 1px dotted transparent; }
      .section.blog-body .breadcrumbs a:hover {
        border-bottom-color: #F6A623; }
  .section.blog-body .blog-body-thumb {
    max-width: 946px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px; }
    .section.blog-body .blog-body-thumb img {
      max-width: 100%; }
  .section.blog-body .blog-entry-wrap {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.7; }
    .section.blog-body .blog-entry-wrap .blog-entry {
      margin-bottom: 64px; }
      .section.blog-body .blog-entry-wrap .blog-entry a {
        color: #343541;
        border-bottom: 1px dotted #F6A623; }
        .section.blog-body .blog-entry-wrap .blog-entry a:hover {
          border-bottom-style: solid; }
      .section.blog-body .blog-entry-wrap .blog-entry h1, .section.blog-body .blog-entry-wrap .blog-entry h2, .section.blog-body .blog-entry-wrap .blog-entry h3, .section.blog-body .blog-entry-wrap .blog-entry h4, .section.blog-body .blog-entry-wrap .blog-entry h5 {
        color: #343541;
        margin-bottom: 0.8em; }
      .section.blog-body .blog-entry-wrap .blog-entry blockquote {
        font-family: "Georgia", serif;
        font-style: italic;
        font-size: 1.25em;
        border-left: 2px solid #bfc6d0;
        padding: 10px 0;
        padding-left: 28px; }
        .section.blog-body .blog-entry-wrap .blog-entry blockquote p:last-child {
          margin-bottom: 0; }
      .section.blog-body .blog-entry-wrap .blog-entry p,
      .section.blog-body .blog-entry-wrap .blog-entry ul,
      .section.blog-body .blog-entry-wrap .blog-entry blockquote {
        margin-bottom: 40px; }
      .section.blog-body .blog-entry-wrap .blog-entry ul li + li {
        margin-top: 8px; }
      .section.blog-body .blog-entry-wrap .blog-entry ul.check-list li {
        padding-left: 30px;
        position: relative; }
        .section.blog-body .blog-entry-wrap .blog-entry ul.check-list li:before {
          content: "";
          position: absolute;
          left: 0;
          width: 15px;
          height: 12px;
          background-image: url("../images/blog/check.svg");
          background-position: center;
          top: 4px; }
    .section.blog-body .blog-entry-wrap a[rel="tag"] {
      display: inline-block;
      background-color: #F7F6F2;
      line-height: 20px;
      padding: 5px 10px;
      font-size: 12px;
      color: #636E7B;
      border-radius: 3px; }
      .section.blog-body .blog-entry-wrap a[rel="tag"] ~ a[rel="tag"] {
        margin-left: 4px; }
      .section.blog-body .blog-entry-wrap a[rel="tag"]:hover {
        background-color: #636E7B;
        color: #fff; }
    .section.blog-body .blog-entry-wrap .blog-post-nav {
      margin: 38px 0;
      padding: 45px 0;
      border-top: 1px solid #E5E5E5;
      border-bottom: 1px solid #E5E5E5; }
      .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link {
        display: block;
        width: 50%;
        float: left;
        color: #636E7B;
        position: relative; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link:after {
          content: "Previous";
          color: #B4BCC5;
          font-size: 14px;
          position: absolute;
          padding: 0 86px;
          bottom: 0;
          line-height: 1; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link .blog-nav-thumb {
          width: 68px;
          float: left;
          margin-right: 18px;
          display: block;
          opacity: 0.85;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link:hover .blog-nav-thumb {
          opacity: 1; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link .blog-nav-title {
          font-size: 16px;
          font-weight: bold;
          line-height: 24px;
          display: block;
          float: left;
          width: calc(100% - 86px);
          margin-top: -6px;
          padding-right: 10px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link:hover .blog-nav-title {
          color: #343541; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next {
          text-align: right; }
          .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next .blog-nav-title {
            padding-right: 0;
            padding-left: 10px; }
          .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next:after {
            content: "Next";
            right: 0; }
          .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next:before {
            content: "";
            width: 1px;
            height: 100%;
            left: 0;
            background-color: #E5E5E5;
            top: 0;
            position: absolute; }
          .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next .blog-nav-thumb {
            float: right;
            margin-right: 0; }
    .section.blog-body .blog-entry-wrap .blog-post-related {
      position: relative; }
      .section.blog-body .blog-entry-wrap .blog-post-related .h2 {
        color: #343541; }
      .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list {
        margin-left: -15px;
        margin-right: -15px; }
        .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li {
          width: calc(100% / 3);
          position: relative;
          float: left;
          padding: 38px 15px; }
          .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li:hover a:first-child {
            opacity: 1; }
          .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li:hover a + a {
            color: #343541; }
          .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li a:first-child {
            font-size: 0;
            display: block;
            opacity: 0.85; }
          .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li img {
            max-width: 100%; }
          .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li a + a {
            color: #636E7B;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            display: inline-block; }
          .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li span.related-date {
            font-size: 12px;
            color: #B4BCC5;
            line-height: 16px;
            display: block; }
  .section.blog-body .blog-comments {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .section.blog-body .blog-comments .blog-comment-form {
      background-color: #F7F6F2;
      border-radius: 5px;
      padding: 32px 98px; }
      .section.blog-body .blog-comments .blog-comment-form .h2 {
        color: #343541;
        margin-bottom: 36px; }
      .section.blog-body .blog-comments .blog-comment-form .input-wrap {
        width: calc(50% - 7px);
        float: left;
        margin-bottom: 20px; }
        .section.blog-body .blog-comments .blog-comment-form .input-wrap:not(.block-input) + .input-wrap:not(.block-input) {
          margin-left: 14px; }
        .section.blog-body .blog-comments .blog-comment-form .input-wrap .input {
          width: 100%; }
        .section.blog-body .blog-comments .blog-comment-form .input-wrap.block-input {
          width: 100%; }
      .section.blog-body .blog-comments .blog-comment-form .btn, .section.blog-body .blog-comments .blog-comment-form .stamped-container .stamped-summary-actions-newquestion, .stamped-container .section.blog-body .blog-comments .blog-comment-form .stamped-summary-actions-newquestion, .section.blog-body .blog-comments .blog-comment-form .stamped-container .stamped-summary-actions-newreview, .stamped-container .section.blog-body .blog-comments .blog-comment-form .stamped-summary-actions-newreview {
        width: 100%;
        margin-bottom: 32px; }
    .section.blog-body .blog-comments .blog-comments-list-wrap {
      position: relative;
      margin-top: 48px;
      margin-bottom: 96px; }
      .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-title {
        font-size: 16px;
        position: relative;
        z-index: 0; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-title span {
          position: relative;
          background-color: #FFF;
          padding-right: 10px; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-title:before {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          background-color: #DAE0E6;
          top: 60%;
          left: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          z-index: -1; }
      .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li {
        position: relative;
        padding-left: 68px;
        margin-top: 35px; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li .blog-cmt-ava {
          width: 50px;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li .cmt-meta {
          margin-bottom: 8px; }
          .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li .cmt-meta .author + span {
            display: inline-block;
            margin-left: 12px;
            color: #B4BCC5;
            font-size: 12px; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li p {
          line-height: 24px; }

.author,
.cat_link {
  color: #636E7B;
  font-weight: bold;
  border-bottom: 1px dotted transparent; }
  .author:hover,
  .cat_link:hover {
    color: #343541;
    border-bottom-color: #F6A623; }

.ads-blocks {
  max-width: 750px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .ads-blocks .ad-ico {
    display: inline-block;
    margin-right: 6px;
    height: 24px;
    width: 24px;
    vertical-align: top;
    margin-top: 2px; }
    .ads-blocks .ad-ico.ad-fb {
      color: #3b5998;
      width: 14px; }
    .ads-blocks .ad-ico.ad-insta {
      color: #fd1d1d; }
  .ads-blocks .ads-media-info {
    width: 48%;
    position: absolute;
    top: 10%;
    left: 52%; }
  .ads-blocks + .ads-blocks {
    margin-top: -200px; }
    .ads-blocks + .ads-blocks .ads-media-info {
      top: 45%; }
  .ads-blocks.right-ads .ads-media-info {
    left: auto;
    right: 52%;
    text-align: right; }
  .ads-blocks .ads-media-image,
  .ads-blocks .ads-media-image img {
    max-width: 377px; }
  .ads-blocks .ads-media-image {
    width: 377px;
    position: relative;
    margin-left: -57px; }
  .ads-blocks.right-ads .ads-media-image {
    float: right;
    margin-right: -57px; }

.pricing-tables {
  position: relative; }
  .pricing-tables .plan-table {
    position: relative;
    width: calc(25% - 21px);
    float: left;
    margin-right: 28px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
    padding: 24px;
    padding-top: 48px; }
    .pricing-tables .plan-table:nth-of-type(4n+4) {
      margin-right: 0; }
    .pricing-tables .plan-table.best-plan:before {
      content: "Best Value";
      position: absolute;
      line-height: 20px;
      background-color: #e5e5e5;
      padding: 0 16px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 11px;
      top: 16px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .pricing-tables .plan-table.basic {
      border-top-color: #1A84FF; }
      .pricing-tables .plan-table.basic .plan-title,
      .pricing-tables .plan-table.basic .plan-price,
      .pricing-tables .plan-table.basic .plan-features b {
        color: #1A84FF; }
    .pricing-tables .plan-table.premium {
      border-color: #F6A623;
      background: #FFFCF2;
      -webkit-box-shadow: 0 12px 24px 0 rgba(245, 166, 35, 0.1);
      box-shadow: 0 12px 24px 0 rgba(245, 166, 35, 0.1); }
      .pricing-tables .plan-table.premium .plan-title,
      .pricing-tables .plan-table.premium .plan-price,
      .pricing-tables .plan-table.premium .plan-features b {
        color: #F6A623; }
      .pricing-tables .plan-table.premium.best-plan:before {
        background: #FFB946;
        background-image: -webkit-linear-gradient(rgba(250, 217, 97, 0.3) 0%, rgba(247, 107, 27, 0.3) 100%);
        background-image: -o-linear-gradient(rgba(250, 217, 97, 0.3) 0%, rgba(247, 107, 27, 0.3) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 217, 97, 0.3)), to(rgba(247, 107, 27, 0.3)));
        background-image: linear-gradient(rgba(250, 217, 97, 0.3) 0%, rgba(247, 107, 27, 0.3) 100%);
        border: 1px solid #F6A623;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .pricing-tables .plan-table.enterprise {
      border-top-color: #FF566B; }
      .pricing-tables .plan-table.enterprise .plan-title,
      .pricing-tables .plan-table.enterprise .plan-price,
      .pricing-tables .plan-table.enterprise .plan-features b {
        color: #FF566B; }
    .pricing-tables .plan-table .plan-title {
      font-size: 22px; }
    .pricing-tables .plan-table .plan-desc {
      line-height: 24px;
      font-size: 16px;
      height: 48px;
      margin-top: 10px;
      margin-bottom: 24px; }
    .pricing-tables .plan-table .plan-price {
      display: block;
      font-size: 36px;
      font-weight: 300;
      position: relative;
      margin-top: 24px; }
      .pricing-tables .plan-table .plan-price:before {
        content: "$";
        position: absolute;
        font-size: 0.4em;
        font-weight: 400;
        margin-left: -12px;
        margin-top: 6px; }
      .pricing-tables .plan-table .plan-price:after {
        content: attr(price-title);
        display: block;
        font-size: 14px;
        color: #93A2B2;
        font-weight: 400; }
    .pricing-tables .plan-table .plan-features {
      position: relative;
      margin: 16px 0;
      margin-top: 20px;
      min-height: 84px; }
      .pricing-tables .plan-table .plan-features li {
        line-height: 20px;
        padding-bottom: 8px; }
        .pricing-tables .plan-table .plan-features li:not(.blank):before {
          content: "● ";
          opacity: 0.3;
          position: absolute;
          margin-left: -12px; }
    .pricing-tables .plan-table .btn, .pricing-tables .plan-table .stamped-container .stamped-summary-actions-newquestion, .stamped-container .pricing-tables .plan-table .stamped-summary-actions-newquestion, .pricing-tables .plan-table .stamped-container .stamped-summary-actions-newreview, .stamped-container .pricing-tables .plan-table .stamped-summary-actions-newreview {
      display: block; }
    .pricing-tables .plan-table .more-link {
      display: inline-block;
      line-height: 32px;
      margin-bottom: 10px;
      padding: 0 10px; }

.tooltip {
  position: absolute;
  pointer-events: none;
  width: 240px;
  padding: 12px 16px;
  color: #636E7B;
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  z-index: 222;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
  -ms-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0; }
  .tooltip.dark {
    background-color: #636e7b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tooltip.dark:before, .tooltip.dark:after {
      background-color: #636e7b;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .tooltip:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 6px) rotate(45deg);
    -ms-transform: translate(-50%, 6px) rotate(45deg);
    transform: translate(-50%, 6px) rotate(45deg);
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    background-color: #fff; }
  .tooltip:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background-color: #fff;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.more-info:hover .tooltip {
  -webkit-transform: translate(-50%, -14px);
  -ms-transform: translate(-50%, -14px);
  transform: translate(-50%, -14px);
  opacity: 1; }
  .more-info:hover .tooltip.dark {
    opacity: 0.9; }

.more-info {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  line-height: 16px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
  margin-left: 6px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 1; }
  .more-info:hover {
    background-color: #F6A623; }
  .more-info:before {
    content: "i";
    font-family: "Georgia"; }
  .more-info:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    display: block; }

.pricing-feature-fake-anchor {
  position: absolute;
  width: 20px;
  height: 50px;
  pointer-events: none;
  margin-top: -108px; }

.over-top {
  position: fixed;
  bottom: 32px;
  right: 24px;
  font-size: 32px;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 111;
  background: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 44px;
  color: #fff; }
  .over-top:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .over-top:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

.scrolled .over-top {
  opacity: 0.2;
  pointer-events: all; }

.pricing-freature-note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 32px;
  color: #93A2B2;
  display: none; }
  .pricing-freature-note span {
    position: relative;
    display: inline-block;
    color: #F6A623;
    -webkit-animation: note_bounce ease 1s infinite;
    animation: note_bounce ease 1s infinite; }

@-webkit-keyframes note_bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes note_bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.pricing-features-lists {
  margin-top: 80px;
  position: relative; }
  .pricing-features-lists a {
    border-bottom: 1px dotted #B4BCC5; }
    .pricing-features-lists a:hover {
      border-bottom: 1px solid #F6A623; }
  .pricing-features-lists .pricing-feature-list {
    width: calc(25% - 21px);
    float: left;
    margin-right: 28px;
    text-align: left; }
    .pricing-features-lists .pricing-feature-list:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #F7F6F2;
      top: 0;
      margin-left: calc(25% - 7px); }
    .pricing-features-lists .pricing-feature-list:nth-of-type(4n+4) {
      margin-right: 0; }
      .pricing-features-lists .pricing-feature-list:nth-of-type(4n+4):after {
        display: none; }
    .pricing-features-lists .pricing-feature-list.free .pricing-feature-header {
      border-bottom-color: #B4BCC5; }
    .pricing-features-lists .pricing-feature-list.basic .pricing-feature-header {
      border-bottom-color: #1A84FF; }
    .pricing-features-lists .pricing-feature-list.premium .pricing-feature-header {
      border-bottom-color: #F6A623; }
    .pricing-features-lists .pricing-feature-list.enterprise .pricing-feature-header {
      border-bottom-color: #FF566B; }
  .pricing-features-lists .pricing-feature-header {
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 18px; }
    .pricing-features-lists .pricing-feature-header .h3 {
      font-size: 18px; }
    .pricing-features-lists .pricing-feature-header p {
      font-size: 16px;
      line-height: 26px; }
    .pricing-features-lists .pricing-feature-header span:not(.mobileonly):not(.nomobile) {
      font-weight: 600; }
      .pricing-features-lists .pricing-feature-header span:not(.mobileonly):not(.nomobile).free {
        color: #B4BCC5; }
      .pricing-features-lists .pricing-feature-header span:not(.mobileonly):not(.nomobile).basic {
        color: #1A84FF; }
      .pricing-features-lists .pricing-feature-header span:not(.mobileonly):not(.nomobile).premium {
        color: #F6A623; }
      .pricing-features-lists .pricing-feature-header span:not(.mobileonly):not(.nomobile).enterprise {
        color: #FF566B; }
  .pricing-features-lists .pricing-feature-single-title {
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 8px; }
  .pricing-features-lists .pricing-feature-single-list {
    position: relative;
    line-height: 24px; }
    .pricing-features-lists .pricing-feature-single-list li {
      position: relative;
      padding-bottom: 20px;
      padding-left: 16px; }
      .pricing-features-lists .pricing-feature-single-list li span {
        color: #B4BCC5; }
      .pricing-features-lists .pricing-feature-single-list li:before {
        content: "●";
        color: #B4BCC5;
        position: absolute;
        margin-left: -17px; }

#footer {
  position: relative;
  border-top: 1px solid #EDE5C6;
  margin-top: 1px;
  font-size: 12px; }
  #footer .footer-cols {
    position: relative; }
  #footer .col {
    float: left;
    padding: 56px 10px; }
    #footer .col.col-2 {
      width: 16.67%; }
    #footer .col.col-3 {
      width: 25%; }
    #footer .col.col-4 {
      width: 33.33%; }
  #footer .col .h3 {
    color: #343541;
    position: relative;
    padding-bottom: 16px; }
    #footer .col .h3:after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background-color: #F6A623;
      margin-top: 20px; }
  #footer .col .footer-menu a {
    color: #636E7B; }
    #footer .col .footer-menu a:hover {
      color: #F6A623; }
  #footer .footer-menu {
    line-height: 32px; }
  #footer p {
    line-height: 24px; }
  #footer .footer-contacts {
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px; }
    #footer .footer-contacts a:hover {
      color: #343541; }
    #footer .footer-contacts li {
      display: inline-block; }
    #footer .footer-contacts li:nth-of-type(2n+2) {
      margin-left: 32px; }
  #footer .footer-socials {
    position: relative;
    margin-top: 14px; }
    #footer .footer-socials li {
      float: left; }
    #footer .footer-socials li:not(:first-child) {
      margin-left: 10px; }
    #footer .footer-socials .social-btn {
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid #B4BCC5;
      line-height: 32px;
      text-align: center;
      color: #636E7B;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      #footer .footer-socials .social-btn:hover {
        color: #F6A623;
        border-color: #F6A623; }
      #footer .footer-socials .social-btn.facebook:hover {
        color: #3b5998;
        border-color: #3b5998; }
      #footer .footer-socials .social-btn.twitter:hover {
        color: #1da1f2;
        border-color: #1da1f2; }
      #footer .footer-socials .social-btn.dribbble:hover {
        color: #ea4c89;
        border-color: #ea4c89; }
  #footer .copyrights {
    position: relative;
    border-top: 1px solid #C6D2DF;
    padding: 32px 0; }
    #footer .copyrights a:hover {
      color: #343541; }
    #footer .copyrights:before {
      content: "";
      position: absolute;
      width: 72px;
      height: 48px;
      background-image: url("../images/copyright-star.svg");
      background-position: center;
      background-size: 34px 38px;
      background-color: #fff;
      background-repeat: no-repeat;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#nav-menu,
.nav-menu-trigger {
  display: none; }

.account {
  background-color: #F1F3F5; }

.signin-signup-wrapper:not(.relative) {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -56%);
  -ms-transform: translate(0, -56%);
  transform: translate(0, -56%); }

.account-logo {
  display: block;
  width: 140px;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 100px; }

.account-form {
  position: relative;
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 0 auto; }
  .account-form.small {
    max-width: 420px; }
    .account-form.small .account-form-col {
      width: auto; }
  .account-form .account-form-title {
    opacity: 0.02;
    font-size: 200px;
    color: #343541;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 76%;
    z-index: -1;
    pointer-events: none;
    white-space: nowrap; }
  .account-form .account-form-col {
    width: 50%;
    padding: 54px;
    position: relative; }
    .account-form .account-form-col:nth-of-type(2):before {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - 108px);
      background: #e5e5e5;
      right: 0; }
  .account-form .input-wrap {
    display: block;
    margin-bottom: 10px; }
  .account-form .checkbox-label {
    margin-bottom: 12px; }
  .account-form .form-actions {
    margin-bottom: 24px; }
    .account-form .form-actions .btn, .account-form .form-actions .stamped-container .stamped-summary-actions-newquestion, .stamped-container .account-form .form-actions .stamped-summary-actions-newquestion, .account-form .form-actions .stamped-container .stamped-summary-actions-newreview, .stamped-container .account-form .form-actions .stamped-summary-actions-newreview {
      width: 100%; }
  .account-form .form-subactions {
    line-height: 1.6; }
    .account-form .form-subactions p {
      margin-bottom: 6px; }
  .account-form .form-content-wrap {
    margin-top: 16px; }
  .account-form h3.h3 {
    line-height: 1.4;
    margin-bottom: 4px;
    color: #343541; }
  .account-form .form-feature-title {
    margin-bottom: 9px; }
  .account-form .form-feature-desc {
    line-height: 24px; }

.form-feature-thumb {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #F7F6F2;
  border: 1px solid #E5E2D6;
  border-radius: 5px;
  margin: 36px 0; }
  .form-feature-thumb img {
    width: 100%; }

.account-copyright {
  margin-top: 48px;
  color: #bbb; }

.section.qa-hero {
  background-color: #F7F6F2;
  padding-top: 84px;
  padding-bottom: 84px;
  margin-bottom: 120px;
  margin-top: 80px;
  position: relative; }
  .section.qa-hero .qa-hero-title {
    line-height: 32px;
    margin-bottom: 14px;
    color: #343541; }
  .section.qa-hero .qa-hero-sub-title {
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 48px; }
    .section.qa-hero .qa-hero-sub-title:first-child {
      margin-top: 0; }
  .section.qa-hero p {
    line-height: 24px; }
  .section.qa-hero .qa-hero-info {
    width: 500px;
    float: left; }
  .section.qa-hero .qa-hero-mockup {
    width: calc(100% - 500px);
    float: right;
    position: relative;
    margin-top: -142px; }
  .section.qa-hero .qa-hero-phone {
    position: absolute;
    width: 324px;
    left: 50%;
    top: -64px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .section.qa-hero .qa-hero-screen {
    position: absolute;
    width: 287px;
    height: 507px;
    background-color: #fff;
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

@media screen and (max-width: 1170px) {
  #body {
    width: 100vw;
    overflow: hidden; }
  .section.qa-hero {
    padding-top: 180px; }
    .section.qa-hero .qa-hero-info {
      width: 45%; }
    .section.qa-hero .qa-hero-mockup {
      width: 50%; }
  .h1 {
    font-size: 26px; }
  .h2 {
    font-size: 22px; }
  .wrap {
    max-width: 800px; }
  .section.blog-body {
    padding-top: 80px; }
  .section#review-flow .review-flow-list li.socialize:after {
    left: 100%; }
  #nav,
  .sticky #nav {
    padding: 12px 20px;
    height: 60px; }
  .home #nav {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .nav-logo img {
    height: 34px; }
  .nav-logo svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  #nav .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    padding: 56px 0;
    -webkit-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    transform: translate(120%, 0);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    overflow: hidden; }
    #nav .nav-menu li {
      display: block;
      position: initial; }
    #nav .nav-menu ul,
    #nav .nav-menu li:hover ul {
      opacity: 1;
      top: 0;
      left: 0;
      -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
      border: none;
      border-radius: 0;
      padding-top: 56px;
      width: 100%;
      height: 1000%;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      -webkit-transform: translate(120%, 0);
      -ms-transform: translate(120%, 0);
      transform: translate(120%, 0);
      z-index: 1; }
      #nav .nav-menu ul.premega,
      #nav .nav-menu li:hover ul.premega {
        width: 100%;
        -webkit-transform: translate(120%, 0);
        -ms-transform: translate(120%, 0);
        transform: translate(120%, 0);
        left: 0;
        top: 0;
        height: 100%;
        padding-bottom: 140px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        #nav .nav-menu ul.premega:before,
        #nav .nav-menu li:hover ul.premega:before {
          display: none; }
        #nav .nav-menu ul.premega li:first-of-type + li,
        #nav .nav-menu li:hover ul.premega li:first-of-type + li {
          margin-top: 28px; }
        #nav .nav-menu ul.premega li,
        #nav .nav-menu li:hover ul.premega li {
          width: 100%;
          float: none; }
          #nav .nav-menu ul.premega li .premega-icon,
          #nav .nav-menu li:hover ul.premega li .premega-icon {
            line-height: 24px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          #nav .nav-menu ul.premega li .h3,
          #nav .nav-menu li:hover ul.premega li .h3 {
            line-height: 1.5; }
    #nav .nav-menu .open-sub ~ ul,
    #nav .nav-menu li:hover .open-sub ~ ul {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    #nav .nav-menu .close-sub {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      text-align: left;
      line-height: 60px;
      width: 90px;
      height: 60px;
      z-index: 2;
      cursor: pointer; }
      #nav .nav-menu .close-sub:before, #nav .nav-menu .close-sub:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        background-color: #636E7B;
        top: 43%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      #nav .nav-menu .close-sub:after {
        top: 56%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      #nav .nav-menu .close-sub span {
        width: 18px;
        height: 2px;
        background-color: #636E7B;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%); }
    #nav .nav-menu a {
      padding: 0 38px;
      line-height: 56px;
      display: block;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    #nav .nav-menu a.has-sub:after {
      content: "";
      float: right; }
  #nav.sub-opened .nav-menu > li > a {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0); }
  .nav-menu-trigger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 2; }
    .nav-menu-trigger span {
      position: absolute;
      width: 18px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .nav-menu-trigger span:before,
    .nav-menu-trigger span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      bottom: 6px;
      left: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .nav-menu-trigger span:after {
      bottom: -6px; }
  .home .nav-menu-trigger span,
  .home .nav-menu-trigger span:before,
  .home .nav-menu-trigger span:after,
  .sticky .nav-menu-trigger span,
  .sticky .nav-menu-trigger span:before,
  .sticky .nav-menu-trigger span:after,
  .light-body .nav-menu-trigger span,
  .light-body .nav-menu-trigger span:before,
  .light-body .nav-menu-trigger span:after {
    background-color: #636E7B; }
  #nav .nav-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px 38px;
    z-index: 2;
    -webkit-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    transform: translate(120%, 0);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    background-color: #fff; }
    #nav .nav-actions .btn, #nav .nav-actions .stamped-container .stamped-summary-actions-newquestion, .stamped-container #nav .nav-actions .stamped-summary-actions-newquestion, #nav .nav-actions .stamped-container .stamped-summary-actions-newreview, .stamped-container #nav .nav-actions .stamped-summary-actions-newreview {
      width: 100%;
      line-height: 48px; }
  #nav-menu:checked ~ .nav-menu-trigger span {
    background-color: transparent; }
    #nav-menu:checked ~ .nav-menu-trigger span:before, #nav-menu:checked ~ .nav-menu-trigger span:after {
      background-color: #636E7B;
      bottom: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #nav-menu:checked ~ .nav-menu-trigger span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #nav #nav-menu:checked ~ .nav-menu,
  #nav #nav-menu:checked ~ .nav-actions {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all; }
  .hero .hero-desc {
    width: 600px; }
  .hero-mockup {
    width: 750px;
    height: 316px; }
    .hero-mockup .hero-browser {
      width: 600px; }
    .hero-mockup .hero-phone {
      width: 280px;
      top: 36px; }
  .section {
    padding-top: 60px;
    padding-bottom: 60px; }
    .section .section-desc {
      max-width: 540px; }
  .section#home-features .features-mockup-slider {
    width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .section#home-features .features-mockup-container,
  .section#home-features .features-mockup-container.active,
  .section#home-features .features-mockup-container.deative,
  .section#home-features .features-mockup-container.reactive {
    width: calc(50% - 24px);
    height: 328px;
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    float: left;
    opacity: 1; }
    .section#home-features .features-mockup-container:nth-of-type(2n+2) ~ .features-mockup-container,
    .section#home-features .features-mockup-container.active:nth-of-type(2n+2) ~ .features-mockup-container,
    .section#home-features .features-mockup-container.deative:nth-of-type(2n+2) ~ .features-mockup-container,
    .section#home-features .features-mockup-container.reactive:nth-of-type(2n+2) ~ .features-mockup-container {
      margin-top: 48px; }
    .section#home-features .features-mockup-container:nth-of-type(2n+1),
    .section#home-features .features-mockup-container.active:nth-of-type(2n+1),
    .section#home-features .features-mockup-container.deative:nth-of-type(2n+1),
    .section#home-features .features-mockup-container.reactive:nth-of-type(2n+1) {
      margin-right: 48px; }
    .section#home-features .features-mockup-container .section-desc,
    .section#home-features .features-mockup-container .section-title,
    .section#home-features .features-mockup-container.active .section-desc,
    .section#home-features .features-mockup-container.active .section-title,
    .section#home-features .features-mockup-container.deative .section-desc,
    .section#home-features .features-mockup-container.deative .section-title,
    .section#home-features .features-mockup-container.reactive .section-desc,
    .section#home-features .features-mockup-container.reactive .section-title {
      max-width: 640px; }
    .section#home-features .features-mockup-container .features-mockup,
    .section#home-features .features-mockup-container.active .features-mockup,
    .section#home-features .features-mockup-container.deative .features-mockup,
    .section#home-features .features-mockup-container.reactive .features-mockup {
      width: 100%;
      margin-top: 0; }
    .section#home-features .features-mockup-container .features-mockup-point,
    .section#home-features .features-mockup-container.active .features-mockup-point,
    .section#home-features .features-mockup-container.deative .features-mockup-point,
    .section#home-features .features-mockup-container.reactive .features-mockup-point {
      display: none; }
    .section#home-features .features-mockup-container .section-title,
    .section#home-features .features-mockup-container.active .section-title,
    .section#home-features .features-mockup-container.deative .section-title,
    .section#home-features .features-mockup-container.reactive .section-title {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 400; }
    .section#home-features .features-mockup-container .section-desc,
    .section#home-features .features-mockup-container.active .section-desc,
    .section#home-features .features-mockup-container.deative .section-desc,
    .section#home-features .features-mockup-container.reactive .section-desc {
      line-height: 24px; }
  .section#home-features .features-nav {
    display: none; }
  .nps-process-list .nps-process-first-image {
    position: relative;
    right: auto;
    margin-top: 24px;
    width: 100%;
    margin-bottom: -64px; }
    .nps-process-list .nps-process-first-image img {
      max-width: 378px;
      display: inline-block;
      position: relative;
      -webkit-transform: translate(22px, 0);
      -ms-transform: translate(22px, 0);
      transform: translate(22px, 0); }
  .nps-process-list .nps-process-wrap,
  .nps-process-list .nps-process-wrap.right-align {
    margin-right: auto;
    text-align: center;
    max-width: 544px; }
    .nps-process-list .nps-process-wrap.right-align .nps-process-icon,
    .nps-process-list .nps-process-wrap.right-align.right-align .nps-process-icon {
      -webkit-transform: translate(-4px, 0);
      -ms-transform: translate(-4px, 0);
      transform: translate(-4px, 0); }
    .nps-process-list .nps-process-wrap .nps-process-info,
    .nps-process-list .nps-process-wrap.right-align .nps-process-info {
      margin-left: 0; }
    .nps-process-list .nps-process-wrap .nps-process-icon,
    .nps-process-list .nps-process-wrap.right-align .nps-process-icon {
      position: relative;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 18px; }
      .nps-process-list .nps-process-wrap .nps-process-icon:before, .nps-process-list .nps-process-wrap .nps-process-icon:after,
      .nps-process-list .nps-process-wrap.right-align .nps-process-icon:before,
      .nps-process-list .nps-process-wrap.right-align .nps-process-icon:after {
        display: none; }
  .nps-process-list > li {
    position: relative; }
  .nps-process-list > li:first-child ~ li .nps-process-wrap:before, .nps-process-list > li:first-child ~ li .nps-process-wrap:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #B4BCC5;
    background-color: #FFF;
    left: 50%;
    top: -108px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1; }
  .nps-process-list > li:first-child ~ li .nps-process-wrap:after {
    top: -34px; }
  .nps-process-list > li:first-child ~ li:before {
    content: "";
    background-image: none;
    width: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 64px;
    border-left: 2px dashed #B4BCC5;
    display: block;
    z-index: 1;
    position: absolute;
    top: -96px;
    left: 50%; }
  .nps-process-list li.nps-process-steps {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 128px;
    margin-bottom: 128px; }
    .nps-process-list li.nps-process-steps:after {
      display: none; }
    .nps-process-list li.nps-process-steps .nps-process-wrap {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-bottom: 32px; }
      .nps-process-list li.nps-process-steps .nps-process-wrap .nps-process-icon {
        -webkit-transform: translate(11px, 0);
        -ms-transform: translate(11px, 0);
        transform: translate(11px, 0); }
    .nps-process-list li.nps-process-steps .nps-process-image {
      text-align: left;
      margin-left: 0;
      width: 100%;
      max-height: 480px; }
      .nps-process-list li.nps-process-steps .nps-process-image .work-screen {
        left: 16px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 373px; }
    .nps-process-list li.nps-process-steps .nps-process-sub-list {
      top: auto;
      bottom: 24px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 340px; }
  .nps-process-list .nps-process-wrap.center-align {
    padding-bottom: 452px; }
    .nps-process-list .nps-process-wrap.center-align .nps-process-image {
      max-width: 800px;
      max-height: 430px; }
  .page-list.spaced li {
    padding: 0 48px; }
  .page-list.third-cols.split-tablet li {
    width: 50%; }
    .page-list.third-cols.split-tablet li:nth-of-type(2) ~ li {
      margin-top: 48px; }
  .goals-list {
    width: 640px;
    margin-left: auto;
    margin-right: auto; }
    .goals-list .single-goal,
    .goals-list .single-goal:nth-of-type(3n+3) {
      margin-right: 40px;
      height: 310px;
      width: 300px; }
      .goals-list .single-goal:nth-of-type(2n+2),
      .goals-list .single-goal:nth-of-type(3n+3):nth-of-type(2n+2) {
        margin-right: 0; }
      .goals-list .single-goal .h3,
      .goals-list .single-goal:nth-of-type(3n+3) .h3 {
        margin-top: 10px; }
      .goals-list .single-goal p,
      .goals-list .single-goal:nth-of-type(3n+3) p {
        line-height: 22px;
        margin-top: 0; }
      .goals-list .single-goal .animated-thumb,
      .goals-list .single-goal:nth-of-type(3n+3) .animated-thumb {
        display: block;
        opacity: 1; }
      .goals-list .single-goal .freezed-thumb,
      .goals-list .single-goal:nth-of-type(3n+3) .freezed-thumb {
        position: relative;
        z-index: 1;
        pointer-events: none;
        opacity: 1; }
      .goals-list .single-goal .goal-thumb,
      .goals-list .single-goal:nth-of-type(3n+3) .goal-thumb {
        height: 200px; }
      .goals-list .single-goal .goal-thumb:after,
      .goals-list .single-goal:nth-of-type(3n+3) .goal-thumb:after {
        content: "";
        position: absolute;
        font-size: 26px;
        line-height: 22px;
        bottom: 10px;
        left: 10px;
        z-index: 1;
        color: rgba(0, 139, 255, 0.9);
        text-shadow: 0 2px 6px rgba(0, 208, 255, 0.3); }
  .section#businesses-features .business-list {
    width: 672px;
    margin-left: auto;
    margin-right: auto; }
    .section#businesses-features .business-list li {
      padding: 0 16px; }
    .section#businesses-features .business-list h4.h3 {
      line-height: 22px; }
    .section#businesses-features .business-list p {
      line-height: 22px; }
  .section#home-testimonials {
    padding-top: 60px;
    padding-bottom: 60px; }
    .section#home-testimonials .home-testimonials-box {
      margin-left: auto;
      margin-right: auto;
      width: 640px;
      padding-top: 48px;
      padding-bottom: 48px; }
  .section#home-testimonials-sections .home-testimonials-sections {
    margin-bottom: 0;
    margin-top: 48px; }
  .section#home-testimonials-sections .home-testimonials-sections li {
    margin-top: 30px;
    min-height: 200px; }
  .section#home-testimonials-sections .testimonial-image {
    width: 200px;
    height: 200px;
    left: -50px; }
  .section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image {
    left: auto;
    right: -50px; }
  .features-hero {
    padding-top: 100px;
    height: 440px; }
  .section.blog-body .feature-posts {
    height: 260px; }
    .section.blog-body .feature-posts .feature-post .feature-info {
      padding: 20px; }
      .section.blog-body .feature-posts .feature-post .feature-info .feature-title {
        font-size: 20px;
        line-height: 26px; }
  .section.blog-body .blog-cats-list .blog-cat {
    height: 80px; }
  .section.blog-body .blog-items-list .blog-single-item .blog-item-thumb,
  .section.blog-body .blog-items-list .blog-single-item .blog-item-content,
  .section.blog-body .blog-items-list .blog-single-item .blog-sub-items {
    max-width: 800px; }
  .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-title {
    font-size: 14px;
    line-height: 20px; }
  .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-date {
    font-size: 12px; }
  .section.blog-body .get-posts {
    max-width: 800px; }
  .section#product-reviews-purpose {
    padding-bottom: 200px;
    -webkit-box-shadow: inset 0 -144px #fff;
    box-shadow: inset 0 -144px #fff; }
    .section#product-reviews-purpose .review-purpose-case {
      margin-top: 48px; }
    .section#product-reviews-purpose .review-purpose-info {
      max-width: 400px; }
      .section#product-reviews-purpose .review-purpose-info .h2 {
        font-size: 20px; }
      .section#product-reviews-purpose .review-purpose-info p {
        padding-left: 32px; }
      .section#product-reviews-purpose .review-purpose-info p:before {
        font-size: 48px;
        top: -23px; }
      .section#product-reviews-purpose .review-purpose-info .review-owner {
        padding-left: 32px; }
    .section#product-reviews-purpose .review-purpose-image {
      max-width: 820px; }
  .section#review-goals .review-goals-list .h3 {
    line-height: 1.6;
    font-size: 14px; }
  .section#review-goals .review-goals-list p {
    line-height: 22px; }
  .section#review-directly .wrap > img {
    width: 320px; }
  .section#review-features .review-features-list {
    margin-bottom: 0; }
    .section#review-features .review-features-list li img {
      margin-bottom: 8px; }
    .section#review-features .review-features-list .h3 {
      line-height: 1.4; }
  .section#review-flow {
    padding-bottom: 0; }
  .section#review-flow .review-flow-list li:first-child,
  .section#review-flow .review-flow-list li:last-child {
    max-width: 250px; }
  .section#review-flow .review-flow-list li.connector:first-child:before {
    width: 66px;
    height: 112px;
    top: 45%;
    left: 97%; }
  .section#review-flow .review-flow-list li.connector:nth-of-type(2):before {
    width: 132px;
    height: 48px;
    top: 20px;
    left: 111%; }
  .section#review-flow .review-flow-list li:last-child {
    padding-top: 80px; }
  .section#review-grow .review-grow-list:before {
    height: 460px; }
  .section#review-grow .review-grow-list li {
    margin-bottom: 72px; }
    .section#review-grow .review-grow-list li:nth-of-type(2n+2) {
      margin-top: -216px; }
  .section#review-other-features .review-other-features-list li {
    padding: 0 10px; }
  .section.build-community .wrap {
    position: relative; }
  .section.build-community .build-community-text {
    position: absolute;
    max-width: 365px;
    right: 0px;
    top: 0;
    z-index: 1; }
  .section.build-community .build-community-images {
    position: relative; }
    .section.build-community .build-community-images .bc-1 {
      width: 100%;
      max-width: 428.25px; }
    .section.build-community .build-community-images .bc-2 {
      width: 100%;
      max-width: 353.25px;
      position: absolute;
      right: 80px;
      bottom: 40px; }
  #footer .wrap {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  #footer .footer-contacts li {
    display: block; }
    #footer .footer-contacts li:nth-of-type(2n+2) {
      margin-left: 0; }
  .signin-signup-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    padding: 48px; }
  .account-logo {
    margin-bottom: 64px; }
  .account-form .account-form-col {
    padding: 32px; }
  .account-form .account-form-title {
    font-size: 128px;
    bottom: 86%; }
  .review-goals-list.count-list:before, .page-list.count-list:before {
    top: 282px; }
  .section.ads-media {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section.ltr-block .wrap,
  .section.rtl-block .wrap {
    max-width: 800px; }
    .section.ltr-block .wrap .ltr-block-image:not(.ads-media-image),
    .section.rtl-block .wrap .ltr-block-image:not(.ads-media-image) {
      height: 250px; }
  .section.rtl-block.insta-widget-blocks:after {
    -webkit-transform: translate(-43.3%, 0);
    -ms-transform: translate(-43.3%, 0);
    transform: translate(-43.3%, 0); }
  .pricing-tables .plan-table {
    width: 25%;
    margin-right: 0;
    padding: 16px;
    border-radius: 0;
    padding-top: 48px; }
    .pricing-tables .plan-table:not(.premium):not(:nth-of-type(4n+4)) {
      border-right: none; }
    .pricing-tables .plan-table:nth-of-type(4n+4) {
      border-left: none; }
    .pricing-tables .plan-table .plan-desc {
      font-size: 14px;
      line-height: 20px;
      height: 40px;
      margin-top: 6px;
      margin-bottom: 16px; }
    .pricing-tables .plan-table .plan-price {
      margin-top: 16px; }
    .pricing-tables .plan-table .plan-features {
      margin-top: 16px;
      margin-bottom: 10px;
      font-size: 12px; }
      .pricing-tables .plan-table .plan-features .more-info {
        margin-left: 4px; }
  .pricing-features-lists .pricing-feature-list .pricing-feature-header .h3 {
    font-size: 20px; }
  .pricing-features-lists .pricing-feature-list .pricing-feature-header p {
    font-size: 14px; }
    .pricing-features-lists .pricing-feature-list .pricing-feature-header p span {
      font-weight: 500; }
  .pricing-features-lists .pricing-feature-list .pricing-feature-single-list {
    font-size: 13px;
    line-height: 20px; }
    .pricing-features-lists .pricing-feature-list .pricing-feature-single-list li {
      padding-left: 12px; }
    .pricing-features-lists .pricing-feature-list .pricing-feature-single-list li:before {
      margin-left: -13px; }
  .section.float-case .float-case-video {
    top: 28px;
    max-width: 528px;
    margin-left: -3px; }
  .section.float-case .float-case-image.score-promoter-image:after {
    width: 542px;
    height: 14px;
    bottom: 116px; }
  .section.float-case .flying-faces {
    top: -160px; }
  .ads-blocks .ads-media-image {
    margin-left: 0; }
  .ads-blocks.right-ads .ads-media-image {
    float: right;
    margin-right: 0; }
  .section.float-case .float-case-image.score-promoter-image {
    height: 483px; }
  .reviews-stats .reviews-stat-col.reviews-votes {
    width: 56%; }
  .reviews-stats .reviews-stat-col.review-request {
    width: 44%; }
  .our-reviews-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
    margin-bottom: 48px; }
    .our-reviews-list .our-single-review {
      padding: 10px; }
  .partners-logo li {
    padding: 24px 28px; }
    .partners-logo li img {
      max-width: 160px;
      max-height: 48px; }
  .section .reviews-header {
    padding-bottom: 96px; } }

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .pricing-tables .plan-table .plan-features {
    min-height: 104px; } }

@media screen and (max-width: 1023px) {
  .section.qa-hero {
    padding-top: 120px;
    padding-bottom: 69px; }
    .section.qa-hero .qa-hero-sub-title {
      margin-top: 32px; }
    .section.qa-hero .qa-hero-info {
      width: 45%; }
    .section.qa-hero .qa-hero-mockup {
      width: 50%; }
    .section.qa-hero .qa-hero-phone {
      top: -48px; }
    .section.qa-hero .qa-hero-screen {
      top: 23px; }
  .section#review-directly .wrap > img {
    max-width: 180px !important;
    margin-top: -39px;
    margin-bottom: -43px; }
  .review-directly-features .pocket-screen {
    width: 158px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); }
  .review-directly-features .review-directly-features-list li:nth-of-type(2) ~ li {
    margin-top: 40px; }
  .section .reviews-header {
    padding-bottom: 72px;
    background-size: 110% auto; }
  .partners-logo li {
    padding: 20px; }
    .partners-logo li img {
      max-width: 120px;
      max-height: 32px; }
  .reviews-stats .reviews-stat-col.reviews-votes {
    width: 65%; }
  .reviews-stats .reviews-stat-col.review-request {
    width: 35%; }
    .reviews-stats .reviews-stat-col.review-request a.btn, .reviews-stats .reviews-stat-col.review-request .stamped-container a.stamped-summary-actions-newquestion, .stamped-container .reviews-stats .reviews-stat-col.review-request a.stamped-summary-actions-newquestion, .reviews-stats .reviews-stat-col.review-request .stamped-container a.stamped-summary-actions-newreview, .stamped-container .reviews-stats .reviews-stat-col.review-request a.stamped-summary-actions-newreview {
      width: 80%;
      margin-bottom: 10px; }
  .our-reviews-list {
    margin-bottom: 48px; }
  .section.float-case .float-case-image.score-promoter-image {
    height: 386px; }
  .section.float-case .float-case-video {
    top: 22px;
    max-width: 420px;
    margin-left: -3px; }
  .section.float-case .float-case-image.score-promoter-image:after {
    width: 428px;
    height: 12px;
    bottom: 92px; }
  .section.float-case .flying-faces {
    top: -200px; }
  .hero-mockup .hero-browser,
  .hero-mockup .hero-phone {
    opacity: 1; }
  .hero-mockup .hero-mockup-video {
    opacity: 0;
    pointer-events: none; }
  .blog-share.share-entry {
    margin-left: -46px; }
  .wrap {
    max-width: 640px; }
  .section#product-reviews-purpose {
    padding-bottom: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 60px; }
    .section#product-reviews-purpose .review-purpose-case {
      padding-top: 0; }
    .section#product-reviews-purpose .review-purpose-info {
      max-width: 456px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -24px; }
    .section#product-reviews-purpose .review-purpose-image {
      left: 280px;
      left: auto;
      position: relative;
      width: 100%; }
  .review-goals-list.count-list:before, .page-list.count-list:before {
    top: 232px; }
  .section#review-goals .review-goals-list li {
    width: 50%; }
    .section#review-goals .review-goals-list li:nth-of-type(2) ~ li {
      margin-top: 48px; }
  .section#review-features .review-features-list li {
    width: 50%; }
    .section#review-features .review-features-list li img {
      margin-bottom: 0; }
    .section#review-features .review-features-list li:nth-of-type(2) ~ li {
      margin-top: 48px; }
  .section#review-flow .review-flow-list li.connector:before,
  .section#review-flow .review-flow-list li.socialize:after {
    opacity: 0;
    pointer-events: none; }
  .section#review-flow .review-flow-list li:last-child {
    padding-top: 0; }
  .section#review-flow .review-flow-list .h3 {
    line-height: 1.5;
    margin-bottom: 8px; }
  .section#review-grow .review-grow-list li {
    width: 280px; }
    .section#review-grow .review-grow-list li:before {
      left: 105%; }
    .section#review-grow .review-grow-list li:nth-of-type(2n+2):before {
      right: 105%; }
  .section#review-other-features .review-other-features-list .h4.lighter {
    line-height: 1.4; }
  .section#review-other-features .review-other-features-list li .review-other-feature-icon {
    width: auto;
    margin-left: -10px;
    margin-right: -10px; }
  .section#review-other-features .review-other-features-list li:not(:first-child):not(:last-child) .review-other-feature-icon {
    border-radius: 0; }
  .section#review-other-features .review-other-features-list li:first-child .review-other-feature-icon {
    border-radius: 10px 0 0 10px; }
  .section#review-other-features .review-other-features-list li:last-child .review-other-feature-icon {
    border-radius: 0 10px 10px 0; }
  .nps-process-list .nps-process-wrap.center-align {
    padding-bottom: 323px; }
    .nps-process-list .nps-process-wrap.center-align .nps-process-image {
      width: 100%;
      max-height: 300px; }
  .section.build-community .build-community-text {
    position: relative;
    max-width: 100%;
    right: auto;
    top: auto;
    text-align: center;
    z-index: 1; }
  .section.build-community .build-community-images {
    position: relative; }
    .section.build-community .build-community-images .bc-1 {
      width: 100%;
      max-width: 394px;
      margin-left: -30px; }
    .section.build-community .build-community-images .bc-2 {
      width: 100%;
      max-width: 325px;
      position: absolute;
      right: 0;
      bottom: 38px; }
  .section.side-image {
    padding-top: 0; }
    .section.side-image .side-image-text {
      max-width: 360px; }
  .section.blog-body .blog-comments .blog-comment-form {
    padding: 32px; }
    .section.blog-body .blog-comments .blog-comment-form .btn, .section.blog-body .blog-comments .blog-comment-form .stamped-container .stamped-summary-actions-newquestion, .stamped-container .section.blog-body .blog-comments .blog-comment-form .stamped-summary-actions-newquestion, .section.blog-body .blog-comments .blog-comment-form .stamped-container .stamped-summary-actions-newreview, .stamped-container .section.blog-body .blog-comments .blog-comment-form .stamped-summary-actions-newreview {
      margin-bottom: 0; }
  .section.blog-body .feature-posts-wrap {
    margin-bottom: 4px; }
  .section.blog-body .feature-posts {
    height: 240px; }
    .section.blog-body .feature-posts .feature-post .feature-info {
      padding: 20px; }
      .section.blog-body .feature-posts .feature-post .feature-info .feature-title {
        font-size: 20px;
        line-height: 26px; }
  .section.blog-body .blog-cats-list {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 20px; }
    .section.blog-body .blog-cats-list li {
      padding: 0 2px; }
    .section.blog-body .blog-cats-list .blog-cat {
      height: 64px; }
      .section.blog-body .blog-cats-list .blog-cat .blog-cat-title {
        font-size: 10px;
        letter-spacing: 1px; }
  .section.blog-body .blog-list-content-wrap {
    padding-top: 20px; }
  .section.blog-body .blog-items-list .blog-single-item {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-thumb,
    .section.blog-body .blog-items-list .blog-single-item .blog-item-content,
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items {
      max-width: 640px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-wrap {
      margin-top: 30px;
      padding-top: 20px;
      margin-bottom: -10px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li.blog-single-sub-item {
      width: calc(33.33% - 8px);
      margin-right: 12px; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li.blog-single-sub-item:nth-of-type(3n+3) {
        margin-right: 0; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-title {
      font-size: 14px;
      line-height: 20px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-date {
      font-size: 12px; }
  .section.blog-body .get-posts {
    max-width: 640px; }
  .section.ads-media {
    padding-top: 48px;
    padding-bottom: 48px; }
  .section.ltr-block .wrap,
  .section.rtl-block .wrap {
    max-width: 640px; }
    .section.ltr-block .wrap .ltr-block-image:not(.ads-media-image),
    .section.rtl-block .wrap .ltr-block-image:not(.ads-media-image) {
      height: 200px;
      width: 47%; }
  .section.rtl-block.insta-widget-blocks:after {
    -webkit-transform: translate(-39.6%, 0);
    -ms-transform: translate(-39.6%, 0);
    transform: translate(-39.6%, 0); }
  .pricing-tables .plan-table {
    width: 100%;
    float: none;
    text-align: left;
    padding: 16px;
    margin-bottom: 16px; }
    .pricing-tables .plan-table:not(.premium):not(:nth-of-type(4n+4)) {
      border-right: 1px solid #e5e5e5; }
    .pricing-tables .plan-table:nth-of-type(4n+4) {
      border-left: 1px solid #e5e5e5; }
    .pricing-tables .plan-table.best-plan:before {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      left: 50%;
      top: 82px;
      z-index: 1; }
    .pricing-tables .plan-table .plan-title,
    .pricing-tables .plan-table .plan-desc {
      padding-left: 48px;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 60%; }
    .pricing-tables .plan-table .plan-title {
      font-size: 18px; }
    .pricing-tables .plan-table .plan-icon {
      position: absolute;
      max-height: 32px;
      top: 20px; }
    .pricing-tables .plan-table .plan-price {
      margin-left: 12px;
      margin-top: 0;
      margin-bottom: 32px;
      position: absolute;
      top: 16px;
      right: 16px;
      text-align: right; }
    .pricing-tables .plan-table .plan-features {
      position: relative;
      text-align: center;
      margin-top: 16px;
      right: auto;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 16px; }
  .pricing-freature-note {
    display: block; }
  .pricing-features-lists {
    text-align: left;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 24px; }
    .pricing-features-lists .pricing-feature-header p {
      line-height: 24px; }
    .pricing-features-lists .pricing-feature-list {
      width: 40%;
      float: none;
      display: inline-block;
      vertical-align: top;
      white-space: normal; }
      .pricing-features-lists .pricing-feature-list:after {
        margin-left: calc(40% + 15px); }
  .ads-blocks {
    margin-top: 32px; }
    .ads-blocks + .ads-blocks {
      margin-top: -164px; }
    .ads-blocks .ads-media-image,
    .ads-blocks .ads-media-image img {
      max-width: 260px; }
    .ads-blocks .ads-media-image {
      width: 260px;
      margin-left: 64px; }
    .ads-blocks.right-ads .ads-media-image {
      margin-right: 64px; } }

.mobileonly {
  display: none !important; }

@media screen and (max-width: 767px) {
  .section.qa-hero {
    padding-top: 96px;
    padding-bottom: 48px;
    margin-bottom: 32px; }
    .section.qa-hero .qa-hero-sub-title {
      margin-top: 24px; }
    .section.qa-hero .qa-hero-info {
      width: 100%;
      text-align: center;
      margin-top: 32px; }
    .section.qa-hero .qa-hero-mockup {
      display: block;
      position: relative;
      float: none;
      text-align: center;
      width: 100%; }
      .section.qa-hero .qa-hero-mockup .qa-hero-phone {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 80vw; }
      .section.qa-hero .qa-hero-mockup .qa-hero-screen {
        width: 71vw;
        height: auto;
        top: 72px;
        left: 50%; }
  .section#review-directly .wrap > img {
    display: none; }
  .review-directly-features {
    margin-left: -30px;
    margin-right: -30px; }
    .review-directly-features .review-directly-features-list {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 48px 0; }
      .review-directly-features .review-directly-features-list li,
      .review-directly-features .review-directly-features-list li:nth-of-type(2n+2),
      .review-directly-features .review-directly-features-list li:nth-of-type(2) ~ li {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center; }
        .review-directly-features .review-directly-features-list li:not(:first-child),
        .review-directly-features .review-directly-features-list li:nth-of-type(2n+2):not(:first-child),
        .review-directly-features .review-directly-features-list li:nth-of-type(2) ~ li:not(:first-child) {
          margin-top: 40px; }
        .review-directly-features .review-directly-features-list li:before,
        .review-directly-features .review-directly-features-list li:nth-of-type(2n+2):before,
        .review-directly-features .review-directly-features-list li:nth-of-type(2) ~ li:before {
          display: none; }
        .review-directly-features .review-directly-features-list li .h3:after,
        .review-directly-features .review-directly-features-list li:nth-of-type(2n+2) .h3:after,
        .review-directly-features .review-directly-features-list li:nth-of-type(2) ~ li .h3:after {
          display: none; }
  .partners-logo {
    font-size: 0;
    padding-bottom: 0; }
  .partners-logo li {
    padding: 24px 0;
    text-align: center;
    width: 50%;
    height: 96px;
    line-height: 48px; }
    .partners-logo li img {
      max-width: 80%;
      max-height: 48px;
      vertical-align: middle; }
  .section.float-case .float-case-image.score-promoter-image {
    height: 60vw; }
  .mobileonly {
    display: initial !important; }
    .mobileonly.more-link {
      display: inline-block !important; }
    .mobileonly.minisite-image {
      display: block !important; }
  .nomobile,
  .review-goals-list.count-list:before, .page-list.count-list:before {
    display: none !important; }
  .section.float-case .float-case-video,
  .section.float-case .float-case-image.score-promoter-image:after,
  .section.float-case .flying-faces {
    display: none; }
  input[type="text"],
  input[type="search"],
  input[type="number"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    line-height: 22px;
    padding: 13px 14px; }
  .home #body {
    padding-top: 80px; }
  .hero .h1,
  .hero .hero-desc {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  .input-wrap label {
    padding: 0 14px; }
  .input-wrap label + input {
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 8px; }
  .hero .combined-inputs {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-right: 0; }
    .hero .combined-inputs + .btn, .hero .stamped-container .combined-inputs + .stamped-summary-actions-newquestion, .stamped-container .hero .combined-inputs + .stamped-summary-actions-newquestion, .hero .stamped-container .combined-inputs + .stamped-summary-actions-newreview, .stamped-container .hero .combined-inputs + .stamped-summary-actions-newreview {
      display: block;
      width: calc(100% - 60px);
      margin-left: 30px; }
    .hero .combined-inputs .input-wrap {
      display: block;
      float: none; }
      .hero .combined-inputs .input-wrap input {
        width: 100%; }
      .hero .combined-inputs .input-wrap + .input-wrap {
        border-left: 1px solid #dcdcdc;
        border-top: 0; }
      .hero .combined-inputs .input-wrap:not(:last-child):not(:first-child) {
        border-radius: 0; }
      .hero .combined-inputs .input-wrap:last-child {
        border-radius: 0 0 5px 5px; }
      .hero .combined-inputs .input-wrap:first-child {
        border-radius: 5px 5px 0 0; }
      .hero .combined-inputs .input-wrap input[type="text"],
      .hero .combined-inputs .input-wrap input[type="search"],
      .hero .combined-inputs .input-wrap input[type="number"],
      .hero .combined-inputs .input-wrap input[type="email"],
      .hero .combined-inputs .input-wrap input[type="password"] {
        border: none;
        border-radius: 5px 5px 0 0; }
      .hero .combined-inputs .input-wrap ~ .input-wrap input[type="text"],
      .hero .combined-inputs .input-wrap ~ .input-wrap input[type="search"],
      .hero .combined-inputs .input-wrap ~ .input-wrap input[type="number"],
      .hero .combined-inputs .input-wrap ~ .input-wrap input[type="email"],
      .hero .combined-inputs .input-wrap ~ .input-wrap input[type="password"] {
        border-radius: 0; }
      .hero .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="text"],
      .hero .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="search"],
      .hero .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="number"],
      .hero .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="email"],
      .hero .combined-inputs .input-wrap ~ .input-wrap:last-child input[type="password"] {
        border-radius: 0 0 5px 5px; }
  .hero-form {
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  .hero-mockup {
    width: 100%;
    max-width: 424px;
    height: 142vw;
    max-height: 602px; }
    .hero-mockup .hero-browser {
      display: none; }
    .hero-mockup .hero-phone {
      width: 120%;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .features-hero.float-case-below {
    padding-bottom: 120px; }
  .features-hero.float-case-below.float-case-below {
    padding-bottom: 80px;
    padding-top: 80px; }
  .section.float-case {
    margin-bottom: -130px; }
    .section.float-case .float-case-image {
      top: -80px; }
  .section {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 48px;
    padding-bottom: 48px; }
  .section#home-features .features-mockup-slider {
    width: 100%;
    height: auto; }
  .section#home-features .features-mockup-container,
  .section#home-features .features-mockup-container.active,
  .section#home-features .features-mockup-container.deative,
  .section#home-features .features-mockup-container.reactive {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    height: auto; }
    .section#home-features .features-mockup-container:nth-of-type(2n+1),
    .section#home-features .features-mockup-container.active:nth-of-type(2n+1),
    .section#home-features .features-mockup-container.deative:nth-of-type(2n+1),
    .section#home-features .features-mockup-container.reactive:nth-of-type(2n+1) {
      margin-right: auto; }
      .section#home-features .features-mockup-container:nth-of-type(2n+1) ~ .features-mockup-container,
      .section#home-features .features-mockup-container:nth-of-type(2n+1) ~ .features-mockup-container:nth-of-type(2n+2),
      .section#home-features .features-mockup-container.active:nth-of-type(2n+1) ~ .features-mockup-container,
      .section#home-features .features-mockup-container.active:nth-of-type(2n+1) ~ .features-mockup-container:nth-of-type(2n+2),
      .section#home-features .features-mockup-container.deative:nth-of-type(2n+1) ~ .features-mockup-container,
      .section#home-features .features-mockup-container.deative:nth-of-type(2n+1) ~ .features-mockup-container:nth-of-type(2n+2),
      .section#home-features .features-mockup-container.reactive:nth-of-type(2n+1) ~ .features-mockup-container,
      .section#home-features .features-mockup-container.reactive:nth-of-type(2n+1) ~ .features-mockup-container:nth-of-type(2n+2) {
        margin-top: 30px; }
    .section#home-features .features-mockup-container .icon-title img,
    .section#home-features .features-mockup-container.active .icon-title img,
    .section#home-features .features-mockup-container.deative .icon-title img,
    .section#home-features .features-mockup-container.reactive .icon-title img {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 48px;
      max-height: 48px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 12px; }
    .section#home-features .features-mockup-container .section-title,
    .section#home-features .features-mockup-container.active .section-title,
    .section#home-features .features-mockup-container.deative .section-title,
    .section#home-features .features-mockup-container.reactive .section-title {
      font-size: 22px;
      line-height: 28px; }
  .section#business-goals {
    padding-top: 48px;
    padding-bottom: 32px; }
    .section#business-goals .goals-list {
      width: 100%;
      margin-top: 48px; }
      .section#business-goals .goals-list .single-goal {
        width: 100%;
        height: auto;
        text-align: center; }
        .section#business-goals .goals-list .single-goal .goal-thumb {
          width: calc(100vw - 60px);
          height: calc((100vw - 60px) / 1.5); }
        .section#business-goals .goals-list .single-goal .animated-thumb,
        .section#business-goals .goals-list .single-goal .freezed-thumb {
          width: 100%;
          height: 100%; }
        .section#business-goals .goals-list .single-goal .viewing .animated-thumb {
          z-index: 2; }
  .section#businesses-features .section-desc {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 30px; }
  .section#businesses-features .business-list {
    width: 100%;
    margin-top: 30px; }
    .section#businesses-features .business-list li {
      width: 100%;
      float: none;
      padding: 0; }
    .section#businesses-features .business-list li:first-child ~ li {
      margin-top: 30px; }
    .section#businesses-features .business-list .business-image {
      margin-bottom: 16px; }
  .section#home-testimonials {
    padding: 0; }
    .section#home-testimonials .home-testimonials-box {
      border-radius: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff;
      text-align: left;
      padding: 48px 30px; }
  .section#home-testimonials-sections .home-testimonials-sections {
    width: 100%;
    margin-top: 24px; }
    .section#home-testimonials-sections .home-testimonials-sections li {
      margin-top: 0; }
      .section#home-testimonials-sections .home-testimonials-sections li:not(:last-child) {
        border-bottom: 1px solid #dcdcdc; }
    .section#home-testimonials-sections .home-testimonials-sections .testimonial-info,
    .section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image + .testimonial-info {
      width: 100%;
      float: none; }
      .section#home-testimonials-sections .home-testimonials-sections .testimonial-info .customer-name,
      .section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image + .testimonial-info .customer-name {
        margin-top: 16px;
        padding-left: 60px; }
      .section#home-testimonials-sections .home-testimonials-sections .testimonial-info span.customer-agency,
      .section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image + .testimonial-info span.customer-agency {
        padding-left: 60px; }
    .section#home-testimonials-sections .home-testimonials-sections .testimonial-image,
    .section#home-testimonials-sections .home-testimonials-sections li:nth-of-type(2n+2) .testimonial-image {
      width: 48px;
      height: 48px;
      border-radius: 5px;
      bottom: 22px;
      top: auto;
      left: 0; }
  .section#home-cta .btn.big, .section#home-cta .stamped-container .big.stamped-summary-actions-newquestion, .stamped-container .section#home-cta .big.stamped-summary-actions-newquestion, .section#home-cta .stamped-container .big.stamped-summary-actions-newreview, .stamped-container .section#home-cta .big.stamped-summary-actions-newreview {
    width: 100%;
    text-align: center;
    padding: 0; }
  .features-hero {
    padding-bottom: 60px;
    height: auto; }
    .features-hero .h1,
    .features-hero .hero-desc {
      padding-left: 20px;
      padding-right: 20px; }
    .features-hero .hero-desc {
      font-size: 14px; }
  .section#product-reviews-purpose .review-purpose-case {
    margin-top: 24px; }
  .section#product-reviews-purpose .review-purpose-info {
    text-align: center;
    margin-top: -16px; }
    .section#product-reviews-purpose .review-purpose-info .h2 {
      font-size: 16px;
      line-height: 1.4; }
    .section#product-reviews-purpose .review-purpose-info p {
      padding-left: 0;
      font-size: 14px; }
    .section#product-reviews-purpose .review-purpose-info p:before {
      position: relative;
      display: block;
      line-height: 32px;
      top: auto;
      padding-top: 4px;
      opacity: 0.5; }
    .section#product-reviews-purpose .review-purpose-info .review-owner {
      padding-left: 0; }
      .section#product-reviews-purpose .review-purpose-info .review-owner span {
        display: block; }
      .section#product-reviews-purpose .review-purpose-info .review-owner img {
        float: none;
        margin: 0; }
  .section#review-goals .review-goals-list li {
    width: 100%; }
    .section#review-goals .review-goals-list li ~ li {
      margin-top: 48px; }
  .review-direct-list li,
  .section#review-features .review-features-list li,
  .section#review-flow .review-flow-list li,
  .section#review-flow .review-flow-list li:first-child,
  .section#review-flow .review-flow-list li:last-child {
    max-width: initial;
    width: 100%;
    text-align: center; }
  .review-direct-list li ~ li,
  .section#review-features .review-features-list li ~ li,
  .section#review-flow .review-flow-list li:last-child {
    margin-top: 48px; }
  .section#review-flow {
    padding-bottom: 48px; }
  .section#review-flow .review-flow-list li:first-child {
    overflow: hidden;
    max-height: 76vw;
    margin-bottom: 32px; }
    .section#review-flow .review-flow-list li:first-child:after {
      content: "";
      position: absolute;
      height: 20vw;
      width: 100%;
      bottom: 0;
      left: 0;
      background-image: -webkit-linear-gradient(rgba(247, 246, 242, 0) 0%, #F7F6F2 100%);
      background-image: -o-linear-gradient(rgba(247, 246, 242, 0) 0%, #F7F6F2 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 246, 242, 0)), to(#F7F6F2));
      background-image: linear-gradient(rgba(247, 246, 242, 0) 0%, #F7F6F2 100%); }
  .review-direct-list li img {
    margin-bottom: 0; }
  .section#review-grow .review-grow-list:before {
    display: none; }
  .section#review-grow .review-grow-list li,
  .section#review-grow .review-grow-list li:nth-of-type(2n+2) {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%; }
    .section#review-grow .review-grow-list li:before,
    .section#review-grow .review-grow-list li:nth-of-type(2n+2):before {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 32px;
      margin-bottom: 16px; }
    .section#review-grow .review-grow-list li:nth-of-type(2n+2):before,
    .section#review-grow .review-grow-list li:nth-of-type(2n+2):nth-of-type(2n+2):before {
      margin-top: 32px; }
  .section#review-other-features .review-other-features-list li {
    width: 100%;
    height: 64px;
    padding: 0;
    float: none;
    background: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, rgba(255, 255, 255, 0)), to(rgba(229, 229, 229, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 43%, rgba(229, 229, 229, 0.5) 100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    text-align: left;
    position: relative; }
    .section#review-other-features .review-other-features-list li ~ li {
      margin-top: 16px; }
    .section#review-other-features .review-other-features-list li h4.h4 {
      position: absolute;
      left: 56px;
      width: calc(100% - 56px);
      padding: 0 16px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .section#review-other-features .review-other-features-list li:hover .review-other-feature-icon {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none; }
    .section#review-other-features .review-other-features-list li .review-other-feature-icon {
      border-radius: 0 !important;
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 56px;
      height: 64px;
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      float: left;
      line-height: 64px;
      margin-left: 0;
      margin-right: 0; }
      .section#review-other-features .review-other-features-list li .review-other-feature-icon img, .section#review-other-features .review-other-features-list li .review-other-feature-icon svg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .page-list li,
  .page-list.third-cols li,
  .page-list.double-cols li,
  .page-list.third-cols.split-tablet li {
    width: 100%; }
    .page-list li:first-child ~ li,
    .page-list.third-cols li:first-child ~ li,
    .page-list.double-cols li:first-child ~ li,
    .page-list.third-cols.split-tablet li:first-child ~ li {
      margin-top: 48px; }
  .page-list.divided li + li:before {
    display: none; }
  .page-list.spaced li {
    padding: 0; }
  .nps-process-list .nps-process-first-image img {
    max-width: 300px;
    width: 100%; }
  .nps-process-list .nps-process-wrap.center-align {
    padding-bottom: 220px; }
    .nps-process-list .nps-process-wrap.center-align .nps-process-image {
      max-height: 196px; }
  .nps-process-list li.nps-process-steps .nps-process-image {
    max-height: 400px;
    text-align: center; }
    .nps-process-list li.nps-process-steps .nps-process-image .work-screen {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 311px; }
  .nps-process-list li.nps-process-steps .nps-process-sub-list {
    position: relative;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 32px; }
    .nps-process-list li.nps-process-steps .nps-process-sub-list li {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .nps-process-list li.nps-process-steps .nps-process-sub-list li .nps-process-sub-list-icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px; }
        .nps-process-list li.nps-process-steps .nps-process-sub-list li .nps-process-sub-list-icon img {
          width: 24px; }
  .section.build-community .build-community-text {
    position: relative;
    max-width: 100%;
    right: auto;
    top: auto;
    text-align: center;
    z-index: 1; }
  .section.build-community .build-community-images {
    position: relative; }
    .section.build-community .build-community-images .bc-1 {
      display: none; }
    .section.build-community .build-community-images .bc-2 {
      margin-top: 24px;
      width: 100%;
      max-width: 100%;
      position: relative;
      right: auto;
      bottom: auto; }
  .section.side-image {
    padding-top: 20px;
    text-align: center; }
    .section.side-image .wrap {
      max-width: 100%; }
    .section.side-image .side-image-text {
      max-width: 100%;
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .section.side-image .side-image-content.right-align {
      text-align: center; }
  .section.blog-body {
    padding-left: 20px;
    padding-right: 20px; }
    .section.blog-body .blog-header {
      text-align: left; }
      .section.blog-body .blog-header .blog-title {
        font-size: 22px; }
      .section.blog-body .blog-header .blog-meta {
        font-size: 12px; }
    .section.blog-body .breadcrumbs {
      margin-bottom: 16px; }
    .section.blog-body .blog-body-thumb {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 24px; }
    .section.blog-body .blog-entry-wrap .blog-entry {
      margin-bottom: 48px; }
      .section.blog-body .blog-entry-wrap .blog-entry blockquote {
        padding: 6px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5em; }
    .section.blog-body .blog-entry-wrap .blog-post-nav {
      margin: 20px -20px;
      padding: 20px;
      margin-bottom: 24px;
      background-color: rgba(0, 0, 0, 0.05); }
      .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link {
        width: 100%;
        float: none;
        display: block;
        height: 56px; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link .blog-nav-thumb {
          width: 56px;
          margin-right: 12px; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link .blog-nav-title {
          font-size: 14px;
          line-height: 1.4;
          margin-top: -2px;
          padding-right: 0;
          width: calc(100% - 68px); }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link:after {
          padding: 0 68px;
          font-size: 12px; }
      .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next {
        margin-top: 28px; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next:before {
          width: 100%;
          height: 1px;
          top: -14px; }
        .section.blog-body .blog-entry-wrap .blog-post-nav .blog-post-nav-link.next .blog-nav-title {
          padding-left: 0; }
    .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list {
      margin-bottom: 24px; }
      .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li {
        width: 100%;
        float: none;
        padding: 20px 15px;
        padding-bottom: 0; }
        .section.blog-body .blog-entry-wrap .blog-post-related .blog-post-related-list li a + a {
          padding-bottom: 6px; }
    .section.blog-body .blog-comments .blog-comment-form {
      margin-left: -20px;
      margin-right: -20px;
      border-radius: 0;
      padding: 20px; }
      .section.blog-body .blog-comments .blog-comment-form .h2 {
        margin-bottom: 20px; }
      .section.blog-body .blog-comments .blog-comment-form .input-wrap,
      .section.blog-body .blog-comments .blog-comment-form .input-wrap:not(.block-input) + .input-wrap:not(.block-input) {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; }
    .section.blog-body .blog-comments .blog-comments-list-wrap {
      margin-top: 20px;
      margin-bottom: 0; }
      .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li {
        margin-top: 20px;
        padding-left: 44px; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li .blog-cmt-ava {
          width: 32px; }
        .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li + li {
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          padding-top: 20px; }
          .section.blog-body .blog-comments .blog-comments-list-wrap .blog-comments-list li + li .blog-cmt-ava {
            top: 20px; }
  .section.blog-body.blog-list-body .blog-header {
    text-align: center; }
  .section.blog-body.blog-list-body .blog-desc {
    margin-bottom: 32px; }
  .section.blog-body .feature-posts-wrap {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px; }
    .section.blog-body .feature-posts-wrap:after {
      content: "";
      position: absolute;
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      width: 15%;
      height: 100%;
      top: 0;
      right: 0;
      pointer-events: none;
      opacity: 0.8; }
  .section.blog-body .feature-posts {
    height: 190px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .section.blog-body .feature-posts li,
    .section.blog-body .feature-posts li.active,
    .section.blog-body .feature-posts li.deactive,
    .section.blog-body .feature-posts li.active + li,
    .section.blog-body .feature-posts li.active + li + li,
    .section.blog-body .feature-posts li.active + li + li ~ li {
      position: relative;
      display: inline-block;
      width: 80%;
      white-space: normal;
      top: auto;
      left: auto;
      opacity: 1; }
      .section.blog-body .feature-posts li:first-child,
      .section.blog-body .feature-posts li.active:first-child,
      .section.blog-body .feature-posts li.deactive:first-child,
      .section.blog-body .feature-posts li.active + li:first-child,
      .section.blog-body .feature-posts li.active + li + li:first-child,
      .section.blog-body .feature-posts li.active + li + li ~ li:first-child {
        margin-left: 20px; }
      .section.blog-body .feature-posts li:last-child,
      .section.blog-body .feature-posts li.active:last-child,
      .section.blog-body .feature-posts li.deactive:last-child,
      .section.blog-body .feature-posts li.active + li:last-child,
      .section.blog-body .feature-posts li.active + li + li:last-child,
      .section.blog-body .feature-posts li.active + li + li ~ li:last-child {
        margin-right: 20px; }
    .section.blog-body .feature-posts .feature-post .feature-info {
      padding: 14px 16px; }
      .section.blog-body .feature-posts .feature-post .feature-info .feature-title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 6px; }
  .section.blog-body .blog-cats-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    .section.blog-body .blog-cats-list li {
      padding: 0;
      width: 100%;
      margin-bottom: 4px; }
      .section.blog-body .blog-cats-list li:last-child {
        margin-bottom: 0; }
    .section.blog-body .blog-cats-list .blog-cat {
      height: 56px; }
      .section.blog-body .blog-cats-list .blog-cat .blog-cat-title {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 700; }
  .section.blog-body .blog-list-content-wrap {
    padding-top: 20px; }
  .section.blog-body .blog-items-list .blog-single-item {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-content .blog-item-title {
      font-size: 18px;
      line-height: 1.4;
      margin-top: 10px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-content .blog-item-meta {
      margin-bottom: 6px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-item-content .blog-item-desc {
      display: none; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-wrap {
      margin-top: 30px;
      padding-top: 20px;
      margin-bottom: -10px;
      margin-left: -20px;
      margin-right: -20px; }
    .section.blog-body .blog-items-list .blog-single-item .blog-sub-items {
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li.blog-single-sub-item {
        width: 80%;
        margin-right: 10px;
        float: none;
        display: inline-block;
        white-space: normal; }
        .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li.blog-single-sub-item:first-child {
          margin-left: 20px; }
        .section.blog-body .blog-items-list .blog-single-item .blog-sub-items li.blog-single-sub-item:last-child {
          margin-right: 20px; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-title {
        font-size: 14px;
        line-height: 20px; }
      .section.blog-body .blog-items-list .blog-single-item .blog-sub-items .blog-sub-info .blog-sub-date {
        font-size: 12px; }
  #footer .col.col-2 {
    width: 50%;
    padding: 48px 30px;
    padding-right: 0; }
    #footer .col.col-2:nth-of-type(2n+2) {
      padding-right: 30px;
      padding-left: 15px; }
  #footer .col.col-4 {
    width: 100%;
    padding: 48px 30px;
    padding-top: 0; }
  .signin-signup-wrapper {
    padding: 32px 20px; }
  .account-logo {
    margin-bottom: 32px; }
  .account-form .account-form-title {
    font-size: 64px;
    bottom: 96%; }
  .account-form .account-form-col {
    width: 100%;
    float: none; }
    .account-form .account-form-col:before {
      display: none; }
  .page-list.forth-cols.count-list:before {
    display: none; }
  .page-list.forth-cols.count-list li {
    width: 100%;
    float: none; }
  .page-list.forth-cols.count-list li:nth-of-type(2) ~ li {
    margin-top: 24px; }
  .page-list.forth-cols.count-list .counter-number {
    margin: 16px auto; }
  .section.ltr-block .wrap,
  .section.rtl-block .wrap {
    max-width: 640px; }
    .section.ltr-block .wrap .ltr-block-info,
    .section.ltr-block .wrap .rtl-block-info,
    .section.rtl-block .wrap .ltr-block-info,
    .section.rtl-block .wrap .rtl-block-info {
      width: 100%;
      max-width: 100%;
      float: none;
      position: initial;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      text-align: center; }
    .section.ltr-block .wrap .ltr-block-image,
    .section.ltr-block .wrap .ltr-block-image:not(.ads-media-image),
    .section.ltr-block .wrap .rtl-block-image,
    .section.ltr-block .wrap .rtl-block-image.insta-widget-image,
    .section.rtl-block .wrap .ltr-block-image,
    .section.rtl-block .wrap .ltr-block-image:not(.ads-media-image),
    .section.rtl-block .wrap .rtl-block-image,
    .section.rtl-block .wrap .rtl-block-image.insta-widget-image {
      min-height: 44vw;
      height: auto;
      width: 100%;
      max-width: 100%;
      float: none;
      margin-top: 16px;
      text-align: center; }
      .section.ltr-block .wrap .ltr-block-image.insta-widget-image,
      .section.ltr-block .wrap .ltr-block-image:not(.ads-media-image).insta-widget-image,
      .section.ltr-block .wrap .rtl-block-image.insta-widget-image,
      .section.ltr-block .wrap .rtl-block-image.insta-widget-image.insta-widget-image,
      .section.rtl-block .wrap .ltr-block-image.insta-widget-image,
      .section.rtl-block .wrap .ltr-block-image:not(.ads-media-image).insta-widget-image,
      .section.rtl-block .wrap .rtl-block-image.insta-widget-image,
      .section.rtl-block .wrap .rtl-block-image.insta-widget-image.insta-widget-image {
        margin-bottom: -72px; }
      .section.ltr-block .wrap .ltr-block-image img,
      .section.ltr-block .wrap .ltr-block-image:not(.ads-media-image) img,
      .section.ltr-block .wrap .rtl-block-image img,
      .section.ltr-block .wrap .rtl-block-image.insta-widget-image img,
      .section.rtl-block .wrap .ltr-block-image img,
      .section.rtl-block .wrap .ltr-block-image:not(.ads-media-image) img,
      .section.rtl-block .wrap .rtl-block-image img,
      .section.rtl-block .wrap .rtl-block-image.insta-widget-image img {
        max-width: 260px; }
  .section.rtl-block.insta-widget-blocks:after {
    -webkit-transform: translate(-30.7%, 0);
    -ms-transform: translate(-30.7%, 0);
    transform: translate(-30.7%, 0);
    height: 238px;
    display: none;
    bottom: 30px; }
  .blog-share.share-entry,
  .blog-share.share-entry.fixed,
  .blog-share.share-entry.fixed.prefixed {
    position: initial;
    margin-left: 0;
    margin-top: -8px;
    margin-bottom: 16px; }
    .blog-share.share-entry li,
    .blog-share.share-entry.fixed li,
    .blog-share.share-entry.fixed.prefixed li {
      display: inline-block; }
  .pricing-tables .plan-table {
    padding: 10px; }
    .pricing-tables .plan-table .plan-title {
      font-size: 18px;
      margin-bottom: 4px; }
    .pricing-tables .plan-table .plan-icon {
      top: 16px;
      margin-left: 2px; }
    .pricing-tables .plan-table .plan-price {
      margin-bottom: 20px;
      top: 10px;
      right: 10px; }
    .pricing-tables .plan-table .plan-features {
      margin-top: 18px;
      font-size: 13px;
      padding-top: 20px; }
      .pricing-tables .plan-table .plan-features li {
        padding-bottom: 2px; }
  .pricing-features-lists .pricing-feature-header p {
    line-height: 18px;
    margin-top: 4px; }
  .pricing-features-lists .pricing-feature-list {
    width: 65%; }
    .pricing-features-lists .pricing-feature-list:after {
      margin-left: calc(65% + 15px); }
    .pricing-features-lists .pricing-feature-list:last-child {
      width: 100%; }
    .pricing-features-lists .pricing-feature-list .pricing-feature-single-list li {
      padding-bottom: 14px; }
  .over-top {
    bottom: 12px;
    right: 12px; }
  .ads-blocks {
    margin-top: 24px;
    border-top: 1px solid #eee;
    padding-top: 32px; }
    .ads-blocks .ad-ico {
      height: 16px;
      width: 16px; }
      .ads-blocks .ad-ico img {
        height: 16px;
        width: 16px; }
      .ads-blocks .ad-ico.ad-fb {
        width: 10px; }
    .ads-blocks .ads-media-info,
    .ads-blocks.right-ads .ads-media-info {
      width: 90%;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .ads-blocks .ads-media-info .section-title,
      .ads-blocks.right-ads .ads-media-info .section-title {
        font-size: 18px;
        margin-bottom: 10px; }
    .ads-blocks + .ads-blocks {
      margin-top: 0;
      border-top: none;
      padding-top: 0; }
      .ads-blocks + .ads-blocks .ads-media-info {
        top: auto; }
    .ads-blocks .ads-media-image,
    .ads-blocks .ads-media-image img {
      max-width: 90%; }
    .ads-blocks .ads-media-image,
    .ads-blocks.right-ads .ads-media-image {
      width: 90%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      float: none; }
  .section .reviews-header {
    padding-bottom: 20px;
    background-size: 120% auto; }
  .reviews-stats .reviews-stat-col.reviews-votes {
    margin-bottom: 24px; }
    .reviews-stats .reviews-stat-col.reviews-votes .reviews-vote-counter {
      padding-right: 0; }
  .reviews-stats .reviews-stat-col.reviews-votes,
  .reviews-stats .reviews-stat-col.review-request {
    width: 100%;
    float: none;
    padding-right: 0; }
    .reviews-stats .reviews-stat-col.reviews-votes a.btn, .reviews-stats .reviews-stat-col.reviews-votes .stamped-container a.stamped-summary-actions-newquestion, .stamped-container .reviews-stats .reviews-stat-col.reviews-votes a.stamped-summary-actions-newquestion, .reviews-stats .reviews-stat-col.reviews-votes .stamped-container a.stamped-summary-actions-newreview, .stamped-container .reviews-stats .reviews-stat-col.reviews-votes a.stamped-summary-actions-newreview,
    .reviews-stats .reviews-stat-col.review-request a.btn,
    .reviews-stats .reviews-stat-col.review-request .stamped-container a.stamped-summary-actions-newquestion, .stamped-container
    .reviews-stats .reviews-stat-col.review-request a.stamped-summary-actions-newquestion,
    .reviews-stats .reviews-stat-col.review-request .stamped-container a.stamped-summary-actions-newreview, .stamped-container
    .reviews-stats .reviews-stat-col.review-request a.stamped-summary-actions-newreview {
      width: 100%;
      margin-bottom: 10px;
      margin-left: 0; }
  .reviews-content-filter-bar {
    margin-top: 16px; }
    .reviews-content-filter-bar .input.reviews-content-sorts {
      padding: 0;
      padding-right: 14px;
      line-height: 38px;
      margin-top: 0; }
    .reviews-content-filter-bar .reviews-content-tabs li + li {
      padding-left: 10px; }
    .reviews-content-filter-bar .reviews-content-tabs a {
      padding-left: 0;
      padding-right: 0; }
    .reviews-content-filter-bar .review-content-tab-select {
      border: none;
      font-weight: bold;
      font-size: 12px;
      padding: 0;
      line-height: 38px;
      float: left;
      width: auto;
      margin-top: 0px;
      -webkit-box-shadow: inset 0 -2px #F6A623;
      box-shadow: inset 0 -2px #F6A623;
      border-radius: 0;
      color: #636E7B;
      padding-right: 20px;
      background-image: url(../images/select-arrow.svg);
      background-repeat: no-repeat;
      background-position: 100% center; }
  .our-reviews-list .our-single-review {
    width: 100%; }
  .our-reviews-list .our-review-body .our-review-footer .review-votes {
    float: none;
    margin-bottom: 12px; }
    .our-reviews-list .our-review-body .our-review-footer .review-votes a {
      margin-left: 12px; } }

@media screen and (min-width: 375px) and (max-width: 767px) {
  .pricing-tables .plan-table .plan-features .more-info:hover .tooltip {
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    transform: translate(0, -14px); }
  .pricing-tables .plan-table .plan-features .more-info .tooltip {
    left: auto;
    right: -16px;
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px); }
    .pricing-tables .plan-table .plan-features .more-info .tooltip:before, .pricing-tables .plan-table .plan-features .more-info .tooltip:after {
      left: 90%; } }

@media screen and (max-width: 375px) {
  #nav .nav-menu {
    font-size: 18px;
    padding: 50px 0; }
    #nav .nav-menu ul,
    #nav .nav-menu li:hover ul {
      padding-top: 50px; }
    #nav .nav-menu a {
      padding: 0 24px;
      line-height: 44px;
      display: block;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    #nav .nav-menu .close-sub {
      width: 60px; }
  #nav .nav-actions {
    padding: 20px 24px; }
  .nps-process-list .nps-process-wrap.center-align {
    padding-bottom: 190px; }
  .account-form .account-form-title {
    font-size: 64px;
    bottom: 96%; }
  .account-form .account-form-col {
    padding: 16px 10px; }
  .form-feature-thumb {
    margin: 24px 0; }
  .signin-signup-wrapper {
    padding: 32px 10px; }
  .pricing-tables .plan-table {
    padding: 10px; }
    .pricing-tables .plan-table .plan-title {
      font-size: 18px;
      margin-bottom: 4px; }
    .pricing-tables .plan-table .plan-desc {
      font-size: 13px;
      max-width: 64%; }
    .pricing-tables .plan-table .plan-price {
      font-size: 30px;
      top: 8px; }
    .pricing-tables .plan-table .plan-icon {
      top: 16px;
      margin-left: 2px; }
  .pricing-features-lists .pricing-feature-header p {
    min-height: 36px; }
  .pricing-features-lists .pricing-feature-list {
    width: 70%; }
    .pricing-features-lists .pricing-feature-list:after {
      margin-left: calc(70% + 15px); }
    .pricing-features-lists .pricing-feature-list .pricing-feature-single-list li {
      padding-bottom: 14px; }
  .ads-blocks .ads-media-info p {
    font-size: 13px;
    line-height: 1.7; }
  .nps-process-list .nps-process-first-image {
    margin-bottom: -48px; }
    .nps-process-list .nps-process-first-image img {
      max-width: 230px;
      width: 100%;
      -webkit-transform: translate(16px, 0);
      -ms-transform: translate(16px, 0);
      transform: translate(16px, 0); }
  .reviews-stats .reviews-stat-col.reviews-votes .reviews-vote-counter,
  .reviews-stats .reviews-stat-col.reviews-votes .reviews-votes-sum {
    padding-right: 0;
    width: 100%;
    float: none;
    border-left: none; }
    .reviews-stats .reviews-stat-col.reviews-votes .reviews-vote-counter.reviews-vote-counter,
    .reviews-stats .reviews-stat-col.reviews-votes .reviews-votes-sum.reviews-vote-counter {
      margin-top: 24px; }
    .reviews-stats .reviews-stat-col.reviews-votes .reviews-vote-counter .review-vote-label,
    .reviews-stats .reviews-stat-col.reviews-votes .reviews-votes-sum .review-vote-label {
      padding-left: 0; } }

.support-features-list {
  position: relative; }
  .support-features-list:after {
    content: "";
    display: block;
    clear: both; }
  .support-features-list li {
    width: calc(100% / 3);
    padding: 0 20px;
    float: left; }
  .support-features-list img {
    max-width: 226px;
    width: 100%;
    margin-bottom: 24px;
    vertical-align: top; }
  .support-features-list p {
    max-width: 296px;
    margin: 10px auto;
    line-height: 24px; }

@media screen and (max-width: 767px) {
  .support-features-list li {
    float: none;
    width: 100%; }
  .support-features-list li:not(:first-child) {
    margin-top: 24px; }
  .support-features-list img {
    margin-bottom: 12px; } }
