.icon-grid {
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  @media only screen and (min-width: 721px) {
    .icon-grid {
      width: 320px; } }
  @media only screen and (min-width: 988px) {
    .icon-grid {
      width: 400px; } }
  @media only screen and (min-width: 1140px) {
    .icon-grid {
      width: 480px; } }
  .icon-grid .flexgrid {
    margin-bottom: 20px; }
    @media only screen and (min-width: 988px) {
      .icon-grid .flexgrid {
        margin-bottom: 26px; } }
    .icon-grid .flexgrid:last-of-type {
      margin-bottom: 0; }
  .icon-grid .col {
    background-color: #f4f4f4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    border-radius: 10px;
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .icon-grid .col img {
      width: 100%;
      height: auto; }

/**/
#landing {
  background-image: url("/img/home_hero_01-mobile.jpg");
  background-size: cover;
  background-position: 66% -48px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 988px) {
    #landing {
      background-image: url("/img/home_hero_01-desktop.jpg"); } }
  @media only screen and (min-width: 1140px) {
    #landing {
      background-position: center center; } }
  #landing .tagline {
    padding-top: 22px; }
    @media only screen and (min-width: 721px) {
      #landing .tagline {
        padding-top: 24px; } }
    @media only screen and (min-width: 988px) {
      #landing .tagline {
        padding-top: 112px; } }
    #landing .tagline h1 {
      font-size: 20px;
      line-height: 26px; }
      @media only screen and (min-width: 721px) {
        #landing .tagline h1 {
          font-size: 26px;
          line-height: 30px; } }
      @media only screen and (min-width: 988px) {
        #landing .tagline h1 {
          font-size: 32px;
          line-height: 36px; } }
    #landing .tagline .cta {
      padding-top: 8px; }
      @media only screen and (min-width: 721px) {
        #landing .tagline .cta {
          padding-top: 38px; } }
      @media only screen and (max-width: 720px) {
        #landing .tagline .cta .button:not(.primary) {
          color: white;
          border-color: white;
          background-color: rgba(0, 0, 0, 0.4); } }

#pillars {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(60%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, white 60%);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 32px; }
  @media only screen and (min-width: 721px) {
    #pillars {
      margin-top: 200px;
      height: 200px;
      padding: 0; } }
  @media only screen and (min-width: 988px) {
    #pillars {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, white 100%); } }
  @media only screen and (min-width: 721px) {
    #pillars > .inset-container {
      text-align: center; } }
  #pillars > .inset-container .col {
    position: relative;
    padding-left: 64px;
    padding-bottom: 24px; }
    #pillars > .inset-container .col:last-of-type {
      padding-bottom: 0; }
    @media only screen and (min-width: 721px) {
      #pillars > .inset-container .col {
        padding-left: 0; } }
  #pillars h2 {
    margin-bottom: 0;
    line-height: 1em; }
    @media only screen and (min-width: 721px) {
      #pillars h2 {
        margin-top: 90px;
        margin-bottom: 8px; } }
    #pillars h2 span {
      color: #ff5b10; }
  #pillars p {
    margin-bottom: 0; }
  #pillars figure {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #pillars figure hr {
      display: none; }
    #pillars figure svg {
      width: 48px;
      height: auto; }
      @media only screen and (max-width: 720px) {
        #pillars figure svg rect, #pillars figure svg polyline, #pillars figure svg path, #pillars figure svg line, #pillars figure svg circle {
          stroke-width: 3px; } }
    @media only screen and (min-width: 721px) {
      #pillars figure {
        top: -85px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 170px;
        height: 170px;
        background-color: white;
        border-top-left-radius: 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(50%, white), color-stop(75%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, white 50%, rgba(255, 255, 255, 0) 75%); }
        #pillars figure .shadow {
          border: 0 none;
          display: block;
          left: 160px;
          bottom: -25px;
          width: 40px;
          height: 120px;
          position: absolute;
          clip: rect(auto, 14px, auto, -12px);
          -webkit-transform: rotate(18deg);
                  transform: rotate(18deg);
          pointer-events: none;
          background-color: transparent;
          margin: 0 !important;
          padding: 0; }
          #pillars figure .shadow:after {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), color-stop(0%, transparent), to(rgba(0, 0, 0, 0.2)));
            background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
            -webkit-transform: rotate(-18deg);
                    transform: rotate(-18deg);
            pointer-events: none; }
        #pillars figure svg {
          width: 120px; } }

@media only screen and (min-width: 988px) {
  #platform {
    padding-bottom: 26px; } }

#platform img.hero {
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 721px) {
    #platform img.hero {
      width: 440px; } }
  @media only screen and (min-width: 988px) {
    #platform img.hero {
      width: 580px; } }
  @media only screen and (min-width: 1140px) {
    #platform img.hero {
      width: 680px; } }

#customers h2 {
  margin-bottom: 16px; }

#customers p {
  margin-bottom: 32px; }

#customers .flexgrid--gutters-large {
  margin: 0; }

@media only screen and (max-width: 720px) {
  #customers .flexgrid--gutters-large .col:first-of-type {
    padding-bottom: 1em; } }

#customers .icon-grid .col {
  height: 88px;
  padding: 12px; }
  @media only screen and (min-width: 988px) {
    #customers .icon-grid .col {
      width: 120px;
      height: 116px;
      padding: 14px; }
      #customers .icon-grid .col img {
        width: 90px;
        height: 90px; } }
  @media only screen and (min-width: 1140px) {
    #customers .icon-grid .col {
      width: 142px;
      height: 132px;
      padding: 16px; }
      #customers .icon-grid .col img {
        width: 100px;
        height: 100px; } }
  #customers .icon-grid .col > * {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

#partners {
  text-align: center; }
  #partners .salespreso-connection {
    position: relative;
    margin-top: 84px;
    display: none; }
    @media only screen and (min-width: 721px) {
      #partners .salespreso-connection {
        padding: 0 3.1% 8px;
        display: block; } }
    @media only screen and (min-width: 988px) {
      #partners .salespreso-connection {
        padding: 0 3.6% 8px; } }
    #partners .salespreso-connection .sp-logo {
      position: absolute;
      top: -50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1;
      background-color: white;
      padding: 10px; }
  #partners .cta {
    padding-top: 60px; }
  #partners .arrows-wrapper {
    position: relative;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    #partners .arrows-wrapper:before, #partners .arrows-wrapper:after {
      content: "";
      width: calc(50% - 20px);
      position: absolute;
      top: 0;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      height: 1px;
      background-color: #d1d1d1;
      -webkit-transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    #partners .arrows-wrapper:before {
      right: 50%; }
    #partners .arrows-wrapper:after {
      left: 50%; }
    #partners .arrows-wrapper .arrow {
      position: relative;
      width: 21px;
      height: 70px;
      overflow: hidden;
      -webkit-transition: height 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: height 800ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      #partners .arrows-wrapper .arrow > span {
        position: absolute;
        top: 0;
        display: block;
        width: 10px;
        height: 10px;
        border-color: #d1d1d1; }
      #partners .arrows-wrapper .arrow:first-child:before, #partners .arrows-wrapper .arrow:last-child:before {
        top: 10px;
        height: 60px; }
      #partners .arrows-wrapper .arrow:first-child > span {
        left: 10px;
        border-top-left-radius: 10px;
        border-left: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1; }
      #partners .arrows-wrapper .arrow:last-child > span {
        right: 10px;
        border-top-right-radius: 10px;
        border-right: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1; }
      #partners .arrows-wrapper .arrow:before, #partners .arrows-wrapper .arrow:after {
        content: "";
        position: absolute; }
      #partners .arrows-wrapper .arrow:before {
        width: 1px;
        height: 100%;
        display: block;
        background-color: #d1d1d1;
        margin: 0 10px; }
      #partners .arrows-wrapper .arrow:after {
        bottom: 0;
        left: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.1px 3.5px 0 3.5px;
        border-color: #d1d1d1 transparent transparent transparent; }
      #partners .arrows-wrapper .arrow:nth-child(1), #partners .arrows-wrapper .arrow:nth-child(9) {
        -webkit-transition-delay: 800ms;
                transition-delay: 800ms; }
      #partners .arrows-wrapper .arrow:nth-child(2), #partners .arrows-wrapper .arrow:nth-child(8) {
        -webkit-transition-delay: 700ms;
                transition-delay: 700ms; }
      #partners .arrows-wrapper .arrow:nth-child(3), #partners .arrows-wrapper .arrow:nth-child(7) {
        -webkit-transition-delay: 600ms;
                transition-delay: 600ms; }
      #partners .arrows-wrapper .arrow:nth-child(4), #partners .arrows-wrapper .arrow:nth-child(6) {
        -webkit-transition-delay: 600ms;
                transition-delay: 600ms; }
      #partners .arrows-wrapper .arrow:nth-child(7) {
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms; }
    #partners .arrows-wrapper.start:before, #partners .arrows-wrapper.start:after {
      width: 0;
      -webkit-transition-delay: 802ms;
              transition-delay: 802ms; }
    #partners .arrows-wrapper.start .arrow {
      height: 0; }
      #partners .arrows-wrapper.start .arrow:after {
        top: 0; }
  @media only screen and (min-width: 721px) {
    #partners .icon-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  #partners .icon-grid .row {
    padding-bottom: 32px; }
    @media only screen and (min-width: 721px) {
      #partners .icon-grid .row {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 32.2%;
        padding-bottom: 0; } }
  #partners .icon-grid .col {
    position: relative;
    color: #323232;
    text-decoration: none;
    cursor: pointer; }
    @media only screen and (min-width: 721px) {
      #partners .icon-grid .col {
        position: relative;
        z-index: 1;
        width: 69px;
        height: 69px;
        padding: 8px; } }
    @media only screen and (min-width: 988px) {
      #partners .icon-grid .col {
        width: 87px;
        height: 87px;
        padding: 16px; } }
    @media only screen and (min-width: 1140px) {
      #partners .icon-grid .col {
        width: 95px;
        height: 95px; } }
    #partners .icon-grid .col span {
      position: absolute;
      top: 100%;
      padding-top: 8px; }
      @media only screen and (min-width: 721px) {
        #partners .icon-grid .col span {
          top: 100%;
          padding-top: 20px;
          z-index: -1;
          padding-top: 20px;
          font-size: 14px; } }

#testimonial-video .video-wrapper {
  margin-bottom: 16px; }
  @media only screen and (min-width: 721px) {
    #testimonial-video .video-wrapper {
      width: 400px;
      height: 225px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 988px) {
    #testimonial-video .video-wrapper {
      width: 512px;
      height: 288px; } }
  @media only screen and (min-width: 1140px) {
    #testimonial-video .video-wrapper {
      width: 608px;
      height: 342px; } }

#testimonial-video .col {
  position: relative; }

@media only screen and (min-width: 988px) {
  #testimonial-video .cta {
    position: absolute;
    bottom: 0;
    left: 0; } }
