/*
  Home page styles
*/
/* Page Size */
/*-------------------------------------------------------------------------*\
  Global
\*------------------------------------------------------------------------*/
#call-to-action h1 {
  /* SITE-170 */
  width: 75%; }

/*-------------------------------------------------------------------------*\
  Hero v1
\*------------------------------------------------------------------------*/
.hero-home {
  overflow: hidden;
  background-image: url(/prototype/images/hero-video-cover.png);
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: cover;
  position: relative; }
  .hero-home:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 38.0952380952%; }
  .hero-home > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-home .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -45px; }
  .hero-home #hero-vid {
    overflow: hidden;
    min-width: 1200px;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15%; }
    .hero-home #hero-vid.show {
      opacity: 1.0;
      -moz-transition: opacity 2s;
      -o-transition: opacity 2s;
      -webkit-transition: opacity 2s;
      transition: opacity 2s; }
  .hero-home .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 100%; }
  .hero-home .tagline-cta {
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .hero-home .tagline-cta .form-wrap {
      margin-top: 30px;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.12);
      border-radius: 13px;
      padding: 20px; }
      .hero-home .tagline-cta .form-wrap #cta-input {
        margin-right: 10px;
        width: 382px; }
  .hero-home .hero-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .hero-home .hero-bar h1 {
      font-size: 22px; }
    .hero-home .hero-bar .hero-bar-wrap {
      max-width: 1280px;
      margin: 0 auto;
      padding: 20px; }
    .hero-home .hero-bar .ac_button {
      white-space: nowrap; }
    .hero-home .hero-bar .notify {
      top: -60px;
      width: 100%;
      box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .hero-home {
    min-height: 500px; }
    .hero-home .hero-bar-wrap .ac_flex-col:first-of-type {
      text-align: left !important; }
    .hero-home .hero-bar-wrap .ac_flex-col.ac_flex5 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
@media screen and (max-width: 420px) {
  .hero-home {
    background-position: center center; }
    .hero-home .hero-bar-wrap .ac_flex {
      width: 100% !important; }
    .hero-home #hero-vid {
      display: none !important; } }
/*-------------------------------------------------------------------------*\
  Hero v2
\*------------------------------------------------------------------------*/
.hero_2 {
  min-height: 589px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  background: #4073B5 url(../images/triangles-blue2.png) no-repeat center bottom;
  background-size: 100%; }
  .hero_2:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .hero_2 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero_2 .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 100%; }
  .hero_2 .hero-cta {
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .hero_2 .hero-cta .tagline {
      margin-top: 10%; }
    .hero_2 .hero-cta .form-wrap {
      width: 100%;
      margin-top: 20px;
      display: inline-block;
      white-space: nowrap; }
      .hero_2 .hero-cta .form-wrap #cta-input {
        margin-right: 10px;
        width: 65%; }
    .hero_2 .hero-cta .screen-panel {
      position: relative;
      background-color: #e7e7e7;
      width: 100%;
      height: 100%;
      max-width: 766px;
      min-width: 400px;
      box-shadow: 0 26px 28px rgba(0, 0, 0, 0.2); }
      .hero_2 .hero-cta .screen-panel:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 64.2857142857%; }
      .hero_2 .hero-cta .screen-panel > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

/*-------------------------------------------------------------------------*\
  Hero
\*------------------------------------------------------------------------*/
.home-split-test .text-color-white {
  font-size: 26px;
  font-family: "Open Sans", Helvetica, sans-serif;
  width: 450px;
  font-weight: 600; }
.home-split-test .hero-video .video {
  box-shadow: 1px 1px 40px #2A4C79;
  font-size: 0;
  border-radius: 20px;
  background-clip: padding-box;
  top: 61px;
  left: calc(50% + 49px);
  max-width: 650px;
  width: 50%; }
.home-split-test #hero-form {
  max-width: 80%;
  padding: 20px;
  background-color: #345E95;
  border-radius: 10px;
  background-clip: padding-box; }
.home-split-test .ac_button {
  font-size: 18px;
  font-weight: 600;
  width: 146px;
  border-radius: 8px;
  background-clip: padding-box;
  height: 43px;
  margin: auto; }
.home-split-test #hero-name {
  border-radius: 8px;
  background-clip: padding-box; }
.home-split-test #hero-email {
  margin: 12px 0;
  border-radius: 8px;
  background-clip: padding-box; }
.home-split-test .form-wrap {
  width: 450px; }
  .home-split-test .form-wrap .ac_flex-row {
    justify-content: flex-end; }
.home-split-test .finally-marketing-hero {
  padding: 90px;
  position: relative;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/eq3djpptu_background.png");
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: 100% -55px;
  background-color: #4073B5; }
.home-split-test .notify {
  line-height: 1.3em;
  padding: 10px; }

@media screen and (max-width: 2000px) {
  .home-split-test .hero-video .video {
    top: 55px !important;
    left: calc(45% + 50px) !important;
    max-width: 679px !important; }
  .home-split-test .finally-marketing-hero {
    background-position: 100% -60px !important; } }
/* Small Desktop / Tablet */
@media screen and (max-width: 1280px) {
  .home-split-test .hero-video .video {
    top: 18% !important;
    max-width: 679px !important;
    margin-left: -20px; }
  .home-split-test .finally-marketing-hero {
    background-size: 133% !important;
    background-position: 100% -28px !important; } }
/* Phone Landscape */
@media screen and (max-width: 980px) {
  .home-split-test #call-to-action {
    flex: auto !important;
    display: block !important;
    margin: auto !important;
    width: 100% !important;
    text-align: center !important;
    transform: translateX(30%) !important; }
  .home-split-test .hero-video {
    display: none !important; }
  .home-split-test .text-color-white {
    font-size: 22px !important;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-weight: 600 !important;
    width: 40% !important; }
  .home-split-test .hero-bar-wrap {
    padding: 0 !important; }
  .home-split-test .finally-marketing-hero {
    padding: 80px 0 50px 10px !important;
    background-image: url("https://d226aj4ao1t61q.cloudfront.net/0dpfpfaf_mobile_background_home.png") !important;
    background-size: 100% 87% !important;
    background-position: 48% 77px !important; }
  .home-split-test .form-wrap {
    width: 50% !important;
    padding-left: 0 !important; } }
/* Small Phone Landscape */
@media screen and (max-width: 640px) {
  .home-split-test .finally-marketing-hero {
    background-size: 100% 87% !important;
    background-position: 48% 77px !important; }
  .home-split-test .form-wrap {
    padding-left: 0 !important; }
  .home-split-test #call-to-action {
    transform: translate(10%, -4%) !important;
    padding-top: 40px !important; }
  .home-split-test .text-color-white {
    width: 75% !important;
    padding-bottom: 0 !important; }
  .home-split-test .form-wrap {
    width: 75% !important; }
  .home-split-test #hero-form {
    max-width: 100%; } }
/* Portrait / Mobile */
@media screen and (max-width: 380px) {
  .home-split-test #call-to-action {
    transform: translate(4%, -4%) !important; }
  .home-split-test .text-color-white {
    width: 90% !important; }
  .home-split-test .form-wrap {
    width: 89% !important;
    padding-left: 0 !important; } }
/*-------------------------------------------------------------------------*\
  Section - Automations
\*------------------------------------------------------------------------*/
#section-automations {
  max-height: 920px; }
  #section-automations .bg-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 86px;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 76%); }

.workflow {
  position: relative;
  top: 80px;
  margin: 0 auto;
  height: 600px;
  max-width: 600px;
  /* default */
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/4kmhxmj4c_full-automation-workflow-1200.png);
  /* small mobile */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%; }
  @media (max-width: 320px) {
    .workflow {
      background-image: url(https://d226aj4ao1t61q.cloudfront.net/pgs01adzt_full-automation-workflow-600.png); } }
  .workflow .blip {
    position: absolute;
    left: 0;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    opacity: 0.8; }
    .workflow .blip .circle1 {
      position: absolute;
      top: 0;
      left: 0;
      background: #4DCBA9;
      border-radius: 30px;
      width: 17px;
      height: 17px;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 1.3s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-name: "pulse";
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: none;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 1.3s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-name: "pulse";
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: none;
      animation-delay: 0s;
      animation-duration: 1.3s;
      animation-iteration-count: infinite;
      animation-name: "pulse";
      animation-delay: 0s;
      animation-fill-mode: none; }
    .workflow .blip .circle2 {
      position: absolute;
      top: -9px;
      left: -9px;
      border: #4DCBA9 6px solid;
      border-radius: 30px;
      width: 35px;
      height: 35px;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 1.3s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-name: "pulsate";
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: none;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 1.3s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-name: "pulsate";
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: none;
      animation-delay: 0s;
      animation-duration: 1.3s;
      animation-iteration-count: infinite;
      animation-name: "pulsate";
      animation-delay: 0s;
      animation-fill-mode: none; }
    .workflow .blip.active > .circle1, .workflow .blip.active > .circle2 {
      display: none; }
  .workflow .blip1 {
    position: absolute;
    top: 15px;
    right: 72px;
    left: initial; }
  .workflow .blip2 {
    position: absolute;
    top: 132px;
    left: 275px; }
  .workflow .blip3 {
    position: absolute;
    top: 193px;
    left: 125px; }
  .workflow .blip-tip {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
    border: #FAFAFA 1px solid;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 232px;
    z-index: 3; }
    .workflow .blip-tip .title {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 10px; }
    .workflow .blip-tip .screen {
      position: relative;
      width: 100%;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      border: #d8d8d8 1px solid; }
      .workflow .blip-tip .screen img {
        display: block; }
      .workflow .blip-tip .screen .zoom {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.5) url(../images/icon-zoom.svg) no-repeat center center;
        background-size: 19px;
        border: rgba(255, 255, 255, 0.8) 1px solid;
        border-radius: 100%;
        cursor: pointer;
        padding: 2px; }
        .workflow .blip-tip .screen .zoom:hover {
          background: rgba(0, 0, 0, 0.8) url(../images/icon-zoom.svg) no-repeat center center; }
    .workflow .blip-tip:before {
      position: absolute;
      background-color: #4e4e4e;
      content: ''; }
    .workflow .blip-tip:after {
      position: absolute;
      background-color: #4e4e4e;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      content: ''; }
    .workflow .blip-tip.blip-tip1 {
      top: 82px;
      right: -87px; }
      .workflow .blip-tip.blip-tip1:before {
        top: -50px;
        left: 40px;
        width: 2px;
        height: 50px; }
      .workflow .blip-tip.blip-tip1:after {
        top: -68px;
        left: 32px; }
    .workflow .blip-tip.blip-tip2 {
      top: 198px;
      left: 241px; }
      .workflow .blip-tip.blip-tip2:before {
        top: -50px;
        left: 40px;
        width: 2px;
        height: 50px; }
      .workflow .blip-tip.blip-tip2:after {
        top: -68px;
        left: 32px; }
    .workflow .blip-tip.blip-tip3 {
      top: 151px;
      left: -154px; }
      .workflow .blip-tip.blip-tip3:before {
        top: 50px;
        left: initial;
        right: -50px;
        width: 50px;
        height: 2px; }
      .workflow .blip-tip.blip-tip3:after {
        top: 41px;
        left: initial;
        right: -65px; }

@media screen and (max-width: 768px) {
  #section-automations {
    max-height: 880px !important; } }
@media screen and (max-width: 420px) {
  #section-automations {
    max-height: 710px !important; }
    #section-automations .blip, #section-automations .blip-tip {
      display: none !important; }
    #section-automations .workflow {
      height: 350px; } }
/*-------------------------------------------------------------------------*\
  Section - Extend
\*------------------------------------------------------------------------*/
#section-extend {
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/78u6kol3_extend-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  border-top: #E1E9F4 1px solid; }

/*-------------------------------------------------------------------------*\
  Section - Testimonials
\*------------------------------------------------------------------------*/
#section-testimonials {
  padding-bottom: 200px; }
  #section-testimonials .testimonials {
    margin: 80px auto 120px auto; }
    #section-testimonials .testimonials .testimonial {
      position: relative;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
      padding: 20px 20px 80px 20px;
      line-height: 1.6em;
      text-align: center; }
    #section-testimonials .testimonials .avatar {
      position: absolute;
      bottom: -20px;
      position: "absolute";
      left: 50%;
      transform: translateX(-50%);
      width: 76px;
      height: 76px;
      border-radius: 100%;
      box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      #section-testimonials .testimonials .avatar img {
        width: 100%; }

@media screen and (max-width: 768px) {
  #section-testimonials .slick-list {
    height: 670px !important; }
  #section-testimonials .testimonials {
    margin-bottom: 0 !important; }
    #section-testimonials .testimonials .testimonial {
      margin-bottom: 60px; } }
/*-------------------------------------------------------------------------*\
  Section - Integrations
\*------------------------------------------------------------------------*/
#section-integrations {
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/7s59r29p_background-logos_1440.png);
  background-repeat: repeat-x;
  background-position: -100px bottom;
  border-top: #E1E9F4 1px solid; }
  #section-integrations .bg-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 86px;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(245, 247, 251, 0.7) 20%, rgba(245, 247, 251, 0) 76%); }
  #section-integrations .integration-service {
    display: block;
    position: relative;
    width: 100%;
    height: 92px;
    text-align: center;
    vertical-align: middle;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(64, 115, 181, 0.26);
    box-shadow: 0 9px 13px 0 rgba(8, 52, 109, 0.15);
    border-radius: 14px; }
    #section-integrations .integration-service img {
      display: block;
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-width: 100%; }
  #section-integrations .ac_flex3 {
    display: inline-flex;
    flex: 0 0 26%;
    width: 26%;
    margin-bottom: 20px; }

@media screen and (max-width: 1024px) {
  #section-integrations {
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/14lmgp5kw_background-logos_1024.png); } }
@media screen and (max-width: 480px) {
  @-moz-document url-prefix() {
    main#ac-homepage .ac_flex-row {
      height: unset !important; }
    main#ac-homepage .tools-for-success .card-tools {
      padding-bottom: 30px; } }
  main#ac-homepage .slide-tabs ul li:not(:first-of-type) {
    margin-left: 40px; }

  #section-integrations {
    background-image: none; }
    #section-integrations .ac_flex-row {
      margin: 0 !important; }
    #section-integrations .ac_flex-col {
      width: 49% !important; }
    #section-integrations .ac_flex3 {
      flex: 0 0 50%;
      margin-bottom: 10px; }
    #section-integrations .section-head {
      margin-bottom: 0 !important; } }
/*-------------------------------------------------------------------------*\
  Section - CRM
\*------------------------------------------------------------------------*/
#section-contacts {
  background-color: #4DCBA9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 bottom;
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/3a1kcv3w6_crm-wrapbg.png); }
  #section-contacts .crm-container {
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/yjr0lt79e_crm-container.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 0;
    width: 100%;
    height: auto; }
    #section-contacts .crm-container .video-frame {
      padding-top: 45px;
      width: 95.77%;
      margin-left: 23px;
      height: 587px; }
      #section-contacts .crm-container .video-frame img {
        display: block; }

@media screen and (max-width: 1024px) {
  #section-contacts .crm-container .video-frame {
    margin-left: 20px !important; } }
@media screen and (max-width: 768px) {
  #section-contacts .crm-container .video-frame {
    padding-top: 30px;
    margin-left: 14px !important; }
    #section-contacts .crm-container .video-frame img {
      width: 100% !Important;
      max-width: 100% !important; } }
@media screen and (max-width: 420px) {
  #section-contacts .crm-container .video-frame {
    padding-top: 14px;
    margin-left: 6px !important; } }
/*-------------------------------------------------------------------------*\
  Section - Messaging
\*------------------------------------------------------------------------*/
#section-messaging {
  max-height: 1200px;
  overflow: hidden; }
  #section-messaging .slide-tabs ul li h3 {
    font-size: 14px; }

#section-messaging .messaging-apps {
  position: relative;
  width: 100%;
  height: 950px;
  overflow: hidden;
  padding-top: 100px; }
  #section-messaging .messaging-apps .app-preview .description {
    margin-top: 60px; }

#messages-feature .messages-base {
  position: relative;
  transform: scale(0.9);
  transform-origin: right; }
  #messages-feature .messages-base .messages-popup {
    position: absolute;
    width: 340px;
    height: 160px;
    right: 35px;
    bottom: 45px; }
  #messages-feature .messages-base .messages-animate-1 {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 12px; }
  #messages-feature .messages-base .messages-animate-2 {
    width: 340px;
    height: 94px;
    position: absolute;
    top: 0;
    right: 0; }

#sms-feature .sms-iphone {
  margin-right: 100px;
  width: 483px;
  height: 853px;
  position: absolute;
  right: 0;
  left: initial;
  background: url(https://d226aj4ao1t61q.cloudfront.net/73mlrtui_iphone-base_2x.png) no-repeat 0 0;
  background-size: 100%;
  z-index: 1; }
  #sms-feature .sms-iphone .iphone-ui {
    position: absolute;
    left: 56px;
    top: 100px;
    width: 370px;
    height: 100%;
    overflow: hidden;
    z-index: 2; }
  #sms-feature .sms-iphone .iphone-animate-1 {
    position: absolute;
    top: 195px;
    left: 5px;
    background: url(https://d226aj4ao1t61q.cloudfront.net/w8e64gcv5_iphone-ui-calendar.png) no-repeat 0 0;
    width: 360px;
    height: 113px;
    background-size: 100%; }
  #sms-feature .sms-iphone .iphone-animate-2 {
    position: absolute;
    top: 195px;
    left: 5px;
    background: url(https://d226aj4ao1t61q.cloudfront.net/f9uomfz8m_iphone-ui-message.png) no-repeat 0 0;
    width: 360px;
    height: 113px;
    background-size: 100%; }

#section-messaging .unslider {
  position: relative; }
  #section-messaging .unslider .unslider-nav {
    display: none; }
  #section-messaging .unslider .unslider-arrow {
    display: none; }
  #section-messaging .unslider .slides {
    border: none; }

@media screen and (max-width: 1024px) {
  #sms-feature .sms-iphone {
    right: -60px;
    transform: scale(0.9) translateY(-20px) translateX(40px); } }
@media screen and (max-width: 768px) {
  #section-messaging {
    max-height: 1400px; }
    #section-messaging .messaging-apps {
      padding-top: 50px; }
    #section-messaging .ac_flex-row {
      flex-flow: row wrap; }
      #section-messaging .ac_flex-row .ac_flex-col.ac_flex4 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 60px;
        padding: 0 !important; }
      #section-messaging .ac_flex-row .ac_flex-col.ac_flex8 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 !important; }
    #section-messaging #messages-feature .messages-base {
      transform: scale(0.75);
      transform-origin: center top; }
      #section-messaging #messages-feature .messages-base > img {
        width: 100%; }
    #section-messaging #messages-feature .messages-popup {
      right: 45px;
      bottom: 50px; }
    #section-messaging #sms-feature .sms-iphone {
      position: relative !important;
      right: initial !important;
      margin: 0 auto !important;
      transform: none; } }
@media screen and (max-width: 425px) {
  #section-messaging {
    max-height: 1200px; }
    #section-messaging .messaging-apps {
      padding-top: 0 !important; }
    #section-messaging .slide-tabs ul li {
      width: 56px;
      margin-left: 30px; }
      #section-messaging .slide-tabs ul li:first-of-type {
        margin-left: 0; }
      #section-messaging .slide-tabs ul li h3 {
        display: none; }
    #section-messaging .slide-tabs .slide-tabs--line {
      bottom: 7px !important; }
    #section-messaging #messages-feature .messages-base {
      transform: scale(0.85);
      margin-top: -15%; }
    #section-messaging #messages-feature .messages-popup {
      right: -45px;
      bottom: 4px;
      transform: scale(0.6); }
    #section-messaging #sms-feature .sms-iphone {
      transform: scale(0.55) translateY(-420px) translateX(-26%); } }
/*-------------------------------------------------------------------------*\
  Section - Data
\*------------------------------------------------------------------------*/
#section-data {
  position: relative;
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/prbimofui_data-bg.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom -20px left; }
  #section-data #data-frame {
    position: relative; }
    #section-data #data-frame .video-container {
      position: absolute;
      bottom: 0;
      width: 600px;
      height: auto;
      border-radius: 10px;
      background: #f2f2f2;
      box-shadow: 30px 30px 42px 0 rgba(0, 0, 0, 0.17);
      transform-origin: left left;
      transform-style: preserve-3d;
      transform: matrix3d(1, 0, 0.9, -0.0003, 0.1, 1, 2, 0, -1, 1, 0.7, 0, 0, 0, 0, 1) rotate3d(-3, -4, -4, -6deg) skewY(4deg);
      overflow: hidden; }
      #section-data #data-frame .video-container img {
        display: block; }

@media screen and (max-width: 1024px) {
  #data-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    margin: 0 auto;
    padding: 0 !important; }

  #data-frame {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    padding: 0 !important; }
    #data-frame .video-container {
      max-width: 100%;
      position: relative !important;
      right: initial !important;
      margin: 0 auto;
      transform: none !important;
      box-shadow: 0 30px 42px 0 rgba(0, 0, 0, 0.17) !important; } }
/*-------------------------------------------------------------------------*\
  Section - Extend
\*------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #section-extend .ac_flex-row .ac_flex1 {
    display: none; } }
/*-------------------------------------------------------------------------*\
  Section - Testimonials
\*------------------------------------------------------------------------*/
#section-testimonials .content-box {
  margin: 0 50px; }
  #section-testimonials .content-box .video {
    width: 48%;
    min-height: 370px; }
  #section-testimonials .content-box .content {
    width: 52%;
    padding: 20px 0; }
    #section-testimonials .content-box .content > * {
      padding: 0 20px; }
    #section-testimonials .content-box .content img.heather-img {
      width: 200px; }

/*-------------------------------------------------------------------------*\
   Dots
\*------------------------------------------------------------------------*/
.slick-dots {
  position: relative;
  width: 96px;
  margin: 40px auto 60px;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border-radius: 100%;
    overflow: hidden;
    text-indent: -999em;
    background-color: rgba(255, 255, 255, 0.37);
    border: 2px solid rgba(255, 255, 255, 0.037);
    cursor: pointer;
    box-sizing: border-box; }
    .slick-dots li.slick-active {
      background-color: transparent;
      border: 2px solid white; }

/*-------------------------------------------------------------------------*\
    Animations
\*------------------------------------------------------------------------*/
/* Messaging section, iPhone animations */
.iphone-animate-1.animate {
  animation-name: iphoneMessageA;
  animation-duration: .3s;
  animation-delay: 1s;
  animation-fill-mode: both; }

.iphone-animate-2.animate {
  animation-name: iphoneMessageB;
  animation-duration: .3s;
  animation-delay: .9s;
  animation-fill-mode: both; }

.messages-animate-1.animate {
  animation-name: bounceIn;
  animation-duration: .7s;
  animation-delay: 1s;
  animation-fill-mode: both; }

.messages-animate-2.animate {
  animation-name: messagesSlideIn;
  animation-duration: .7s;
  animation-delay: 1.2s;
  animation-fill-mode: both; }

@-webkit-keyframes iphoneMessageA {
  0% {
    transform: translateY(0px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    transform: translateY(120px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }
@keyframes iphoneMessageA {
  0% {
    transform: translateY(0px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    transform: translateY(120px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }
@-webkit-keyframes iphoneMessageB {
  0% {
    opacity: 0;
    transform: scale(0, 0) translateY(-10px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    opacity: 1;
    transform: scale(0, 0) translateY(0px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }
@keyframes iphoneMessageB {
  0% {
    opacity: 0;
    transform: scale(0, 0) translateY(-10px);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }
@-webkit-keyframes messagesSlideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  30% {
    transform: translateY(-30px);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  60% {
    transform: translateY(10px);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } }
@keyframes messagesSlideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  30% {
    transform: translateY(-30px);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  60% {
    transform: translateY(10px);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } }
