@charset "UTF-8";
.blue-LB-light {
  color: #20bad8; }

.blue-LB {
  color: #1DA7C2; }

.green {
  color: #2ebd59; }

.thin {
  font-family: gentonaextralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: none; }

.light {
  font-family: gentonalight, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.regular {
  font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.medium, strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5; }

.bold {
  font-family: gentonaextrabold, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.extrabold {
  font-family: gentonaheavy, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

h1, h2, h3 {
  font-family: gentonaextrabold, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

h4, h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.barred {
  text-decoration: line-through; }

.justify {
  text-align: justify; }

.no-wrap {
  white-space: nowrap; }

.ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

a,
a:focus,
a:active {
  outline: 0;
  color: #1DA7C2;
  cursor: pointer; }
  a:hover,
  a:focus:hover,
  a:active:hover {
    color: #168196; }

/*- Scale: 1.333 -*/
html body {
  background-color: white;
  font-family: 'Open Sans', Helvetica;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  font-size: 18px; }

html p {
  margin-bottom: 1.3em; }
  html p.lead {
    line-height: 1.5; }

html h1,
html h2,
html h3,
html h4 {
  margin: 0.5em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

html h1 {
  font-size: 3.157em; }
  @media screen and (max-width: 768px) {
    html h1 {
      font-size: 8.5vw; } }

html h2 {
  font-size: 2.369em; }

html h3 {
  font-size: 1.777em; }

html h4 {
  font-size: 1.333em; }

html ul li, html ol li {
  padding-bottom: 10px; }

.btn {
  font-size: 1em;
  padding: 10px 40px;
  text-transform: uppercase;
  margin: 10px auto;
  border-radius: 10px;
  border: 0;
  border-bottom: 7px solid;
  color: white;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none; }
  .btn-border {
    color: #F3595B;
    border: 2px solid;
    border-radius: 25px;
    font-weight: 400;
    font-size: .8em;
    letter-spacing: 1px; }
    .btn-border.small {
      padding: 5px 20px; }
    .btn-border:hover {
      background-color: #f57172;
      color: white;
      -webkit-transition: all 0.36s;
      -o-transition: all 0.36s;
      transition: all 0.36s;
      border: 2px solid #F3595B; }
    .btn-border.blue-LB {
      color: #1DA7C2;
      border: 2px solid #1DA7C2;
      border-radius: 25px;
      font-weight: 400;
      font-size: .8em;
      letter-spacing: 1px; }
      .btn-border.blue-LB:hover {
        background-color: #20bad8;
        color: white;
        -webkit-transition: all 0.36s;
        -o-transition: all 0.36s;
        transition: all 0.36s;
        border: 2px solid #1DA7C2; }
    .btn-border.white {
      color: #333333;
      border: 2px solid whitesmoke;
      border-radius: 25px;
      font-weight: 400;
      font-size: .8em;
      letter-spacing: 1px;
      background-color: white;
      -webkit-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1s all cubic-bezier(0.66, 0, 0, 1); }
      .btn-border.white:hover {
        background-color: white;
        color: #333333;
        -webkit-transition: all 0.36s;
        -o-transition: all 0.36s;
        transition: all 0.36s;
        border: 2px solid white;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        -webkit-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1s all cubic-bezier(0.66, 0, 0, 1); }
    .btn-border.btn-default {
      background-color: transparent;
      border-color: #333333;
      color: #333333; }
      .btn-border.btn-default:hover {
        background-color: #fafafa;
        -webkit-transition: all 0.36s;
        -o-transition: all 0.36s;
        transition: all 0.36s;
        border: 2px solid #333333;
        color: #333333; }
  .btn-switch {
    position: relative;
    border: 1px solid;
    border-radius: 100px;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: #dedede;
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    min-width: 210px;
    width: auto;
    margin: 0; }
    .btn-switch__label {
      font-weight: 400;
      color: #2D3E50;
      letter-spacing: 0.2px;
      font-size: 1em;
      position: relative; }
    .btn-switch__extralabel {
      color: #198f5d;
      opacity: .8;
      font-size: 80%;
      position: relative;
      top: -1px; }
    .btn-switch::before {
      content: "";
      border-radius: 100px !important;
      background-color: transparent;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.2s background-color;
      -o-transition: 0.2s background-color;
      transition: 0.2s background-color; }
    .btn-switch.active {
      position: relative;
      z-index: 0 !important;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      border-radius: 100px; }
      .btn-switch.active::before {
        content: "";
        border-radius: 100px;
        background-color: #2D3E50;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transition: 0.2s background-color;
        -o-transition: 0.2s background-color;
        transition: 0.2s background-color; }
      .btn-switch.active .btn-switch__label {
        color: white; }
      .btn-switch.active .btn-switch__extralabel {
        color: #efff00;
        opacity: .8;
        font-size: 80%;
        position: relative;
        top: -1px; }
      .btn-switch.active .btn-switch__label,
      .btn-switch.active .btn-switch__extralabel {
        font-weight: 100; }
  .btn-round {
    border-radius: 256px;
    padding: 10px 40px 10px 40px; }
    .btn-round.btn-xs {
      padding: 10px 20px;
      font-size: 95%; }
    .btn-round.btn-xxs {
      padding: 5px 20px;
      font-size: 85%; }
    .btn-round:hover {
      border-bottom: 5px solid;
      margin-top: 12px;
      -webkit-transition: all 0.02s ease-in-out;
      -o-transition: all 0.02s ease-in-out;
      transition: all 0.02s ease-in-out; }
      .btn-round:hover a {
        color: white; }
    .btn-round:active {
      border-bottom: 1px solid;
      margin-top: 15px;
      -webkit-transition: all 0.02s ease-in-out;
      -o-transition: all 0.02s ease-in-out;
      transition: all 0.02s ease-in-out; }
    .btn-round.btn-red {
      background-color: #F3595B;
      border-color: #f0292c; }
    .btn-round.btn-blue {
      background-color: #1DA7C2;
      border-color: #168196; }
    .btn-round.btn-green {
      background-color: #2ebd59;
      border-color: #249446; }
    .btn-round.btn-orange {
      background-color: #FFC371;
      border-color: #f8ab4b; }
    .btn-round.btn-white {
      background-color: white;
      border-color: whitesmoke;
      color: dimgrey; }
  .btn.btn-pulse::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-animation: pulse 2.5s ease infinite;
    animation: pulse 2.5s ease infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(197, 245, 29, 0.5);
    box-shadow: 0 0 0 0 rgba(197, 245, 29, 0.5);
    z-index: -1; }

@-webkit-keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(220, 220, 213, 0);
    box-shadow: 0 0 0 30px rgba(220, 220, 213, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 220, 213, 0);
    box-shadow: 0 0 0 0 rgba(220, 220, 213, 0); } }

@keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(220, 220, 213, 0);
    box-shadow: 0 0 0 30px rgba(220, 220, 213, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 220, 213, 0);
    box-shadow: 0 0 0 0 rgba(220, 220, 213, 0); } }
  .btn.btn-flat.cyan {
    background-color: #1ca9c6; }
  .btn.btn-intercom {
    background-image: url("../img/companies/btn/btn-intercom.png");
    width: 260px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0; }
    .btn.btn-intercom:hover {
      mix-blend-mode: multiply;
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }

footer {
  padding-top: 2em; }
  footer ul {
    padding-left: 0; }
    footer ul li {
      font-size: 14px;
      list-style-type: none;
      padding-bottom: 5px; }
      footer ul li a {
        color: #333; }
  footer #logo-brand {
    width: 35%;
    padding-top: 15px; }
  footer .left-column .app-status__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #F7F7F7;
    max-width: 90%; }
    footer .left-column .app-status__logo__text {
      padding-top: 5px;
      padding-left: 10px; }
  footer .left-column .app-status__info {
    margin-top: 1em; }
  footer .left-column .app-status .divider {
    border-bottom: 1px solid #F7F7F7;
    padding: 3px;
    max-width: 45%; }
  footer .left-column .footer-menu {
    margin-top: 30px; }
    footer .left-column .footer-menu__single {
      padding: 0; }
      footer .left-column .footer-menu__single__title {
        border-bottom: 1px solid #F7F7F7;
        max-width: 70%;
        text-transform: uppercase;
        letter-spacing: .5px; }
      footer .left-column .footer-menu__single .lb-badge__item {
        max-width: 120px; }
      footer .left-column .footer-menu__single .menu li a {
        font-size: .9em; }
  footer .blog-articles__title {
    border-bottom: 1px solid #F7F7F7;
    padding: 5px;
    letter-spacing: .2px; }
  footer .blog-articles .single-recent-post {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px dotted #e8e8e8; }
    footer .blog-articles .single-recent-post .single-recent-post__photo {
      height: 50px;
      width: 50px;
      background-position: left center;
      background-size: 250%;
      border-radius: 100%;
      background-repeat: no-repeat; }
  footer .footer--copyright {
    background-color: #F7F7F7;
    padding: 5px 0;
    font-size: 11px; }
  footer .social-icon {
    padding: 0 10px; }
    footer .social-icon svg {
      width: 20px;
      margin-top: 5px; }
      footer .social-icon svg:hover {
        border: 3px solid transparent; }

.menu-preheader-menu-left-container, .menu-preheader-menu-right-container {
  width: 100%; }

.pre-header {
  padding: 10px 0px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .pre-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: none; } }
  .pre-header__menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .pre-header__menu-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 5px; } }
    .pre-header__menu-left .menu-item {
      padding: 0 10px;
      list-style-type: none;
      display: inline; }
      @media screen and (max-width: 768px) {
        .pre-header__menu-left .menu-item {
          width: 100%; } }
      .pre-header__menu-left .menu-item.call-us a {
        text-decoration: none;
        color: #333333;
        text-transform: uppercase;
        font-size: 0.8em; }
        .pre-header__menu-left .menu-item.call-us a:hover {
          opacity: .8;
          position: relative;
          z-index: 1; }
          .pre-header__menu-left .menu-item.call-us a:hover .fa {
            -webkit-animation-name: shakeIt;
            animation-name: shakeIt;
            -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
            -webkit-animation-iteration-count: 5;
            animation-iteration-count: 5;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }

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

@keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }
      .pre-header__menu-left .menu-item.get-demo a {
        font-size: 1em;
        padding: 10px 40px;
        text-transform: uppercase;
        margin: 10px auto;
        border-radius: 10px;
        border: 0;
        border-bottom: 7px solid;
        color: white;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        padding: 5px 20px;
        color: #F3595B;
        border: 2px solid;
        border-radius: 25px;
        font-weight: 400;
        font-size: .8em;
        letter-spacing: 1px;
        text-decoration: none;
        margin: 0;
        letter-spacing: 0.5px;
        display: block;
        position: relative;
        overflow: hidden;
        text-transform: uppercase;
        color: white;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 100px;
        z-index: 1;
        border: 0 !important; }
        .pre-header__menu-left .menu-item.get-demo a.small {
          padding: 5px 20px; }
        .pre-header__menu-left .menu-item.get-demo a:hover {
          background-color: #f57172;
          color: white;
          -webkit-transition: all 0.36s;
          -o-transition: all 0.36s;
          transition: all 0.36s;
          border: 2px solid #F3595B; }
        .pre-header__menu-left .menu-item.get-demo a:after {
          position: absolute;
          content: '';
          background: #1DA7C2;
          background: -webkit-linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
          background: -o-linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
          background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
          width: 1000px;
          top: 0;
          left: 0;
          bottom: 0;
          z-index: -1;
          -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.5s all cubic-bezier(0.66, 0, 0, 1); }
        .pre-header__menu-left .menu-item.get-demo a:hover, .pre-header__menu-left .menu-item.get-demo a:active, .pre-header__menu-left .menu-item.get-demo a:focus {
          -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          color: white;
          -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
          .pre-header__menu-left .menu-item.get-demo a:hover:after, .pre-header__menu-left .menu-item.get-demo a:active:after, .pre-header__menu-left .menu-item.get-demo a:focus:after {
            background-position: 200px; }
  .pre-header__menu-right {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .pre-header__menu-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 5px; } }
    .pre-header__menu-right .menu-item {
      list-style-type: none;
      display: inline; }
      @media screen and (max-width: 768px) {
        .pre-header__menu-right .menu-item {
          width: 100%; } }
      .pre-header__menu-right .menu-item.contact-us {
        text-transform: uppercase;
        margin: 10px auto;
        border-radius: 100px;
        border: 0;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        padding: 5px 20px;
        font-weight: 400;
        letter-spacing: 0.5px;
        background-color: transparent;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 768px) {
          .pre-header__menu-right .menu-item.contact-us {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .pre-header__menu-right .menu-item.contact-us:hover {
          background-color: transparent;
          -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
        .pre-header__menu-right .menu-item.contact-us > a {
          text-decoration: none;
          color: #333333;
          font-size: .8em; }
      .pre-header__menu-right .menu-item.customer-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-transform: uppercase;
        margin: 10px auto;
        border-radius: 100px;
        border: 0;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        padding: 5px 20px;
        font-weight: 400;
        letter-spacing: 0.5px;
        background-color: transparent;
        margin: 0; }
        .pre-header__menu-right .menu-item.customer-login:hover {
          background-color: transparent;
          -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
        .pre-header__menu-right .menu-item.customer-login > a {
          text-decoration: none;
          color: #333333;
          font-size: .8em; }
        .pre-header__menu-right .menu-item.customer-login .fa {
          opacity: 0; }
          @media screen and (max-width: 768px) {
            .pre-header__menu-right .menu-item.customer-login .fa {
              display: none; } }
        .pre-header__menu-right .menu-item.customer-login:hover > a {
          color: #1DA7C2;
          margin: 0; }
        .pre-header__menu-right .menu-item.customer-login:hover .fa {
          opacity: 1;
          -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
          transform: translateX(10px);
          -webkit-transition: 0.36s -webkit-transform cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s -webkit-transform cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.36s transform cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s transform cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s transform cubic-bezier(0.66, 0, 0, 1), 0.36s -webkit-transform cubic-bezier(0.66, 0, 0, 1); }

.navbar-default {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #ffffff), to(#F7F7F7));
  background-image: -webkit-linear-gradient(bottom, #ffffff 45%, #F7F7F7 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 45%, #F7F7F7 100%);
  background-image: linear-gradient(to top, #ffffff 45%, #F7F7F7 100%);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }

.navbar-default .navbar-nav > li > a {
  color: dimgray;
  font-family: gentonalight, "Helvetica Neue",Helvetica,Arial,sans-serif !important; }

.navbar-default .navbar-nav > li > a:hover {
  color: #1DA7C2; }

.navbar-default .navbar-nav > li > a:active {
  color: dimgray; }

.navbar-default .navbar-toggle {
  border: 0; }

.navbar-toggle .icon-bar  {
  background-color: dimgray !important;
  width: 30px;
  height: 5px; }

#logo-brand {
  width: 7em;
  position: relative;
  top: -5px;
  height: auto; }

/*Default */
@media (min-width: 768px) {
  .navbar-fixed-top {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s; }
  .navbar-fixed-top .navbar-brand {
    font-size: 1.4em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 13px 15px;
    padding-top: 25px; }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0; } }

.navbar .button > a {
  color: #1DA7C2 !important;
  border: 1px solid;
  border-radius: 25px;
  font-weight: 600;
  padding: .7em 1em;
  margin-top: .5em; }

.navbar .button > a:focus {
  outline: 0; }

.navbar .navbar-nav {
  letter-spacing: 1px; }

.navbar .navbar-nav li a:focus {
  outline: 0; }

.navbar-default,
.navbar-inverse {
  border: 0; }

.navbar-nav > li > a {
  padding-top: 1.4em;
  padding-bottom: 1em;
  font-size: 1em; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1DA7C2;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color; }

/*.navbar-default .navbar-nav .btn-primary:active, */
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .sub-menu {
  border-bottom: 5px solid #1DA7C2; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
  background-color: whitesmoke;
  color: #2c3e50; }

.dropdown-menu > li > a, .sub-menu > li > a {
  font-size: 1em;
  padding: 15px 20px; }

@media (max-width: 992px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
    /*height: 45vh*/
    padding: 0 5vh;
    text-align: center; } }

@media (max-width: 760px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    height: 100vh; }
  .navbar-nav .open .dropdown-menu,
  .navbar-nav .open .sub-menu {
    padding: 1em 0;
    border-bottom: 5px solid #1DA7C2;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    margin: 0; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .sub-menu > li > a {
    color: dimgray;
    text-align: center;
    padding: 0 0.5em;
    font-size: 0.9em; }
  .navbar-default .navbar-nav .open .dropdown-menu > li,
  .navbar-default .navbar-nav .open .sub-menu > li {
    padding: 1em 0; }
  .sub-menu li {
    font-size: 1em;
    font-family: gentonalight, "Helvetica Neue", Helvetica, Arial, sans-serif !important; } }

@media (max-width: 1200px) and (min-width: 888px) {
  .menu-new-header-menu-container,
  .menu-new-top-menu-container {
    font-size: .8em; }
  .navbar.navbar-default.navbar-fixed-top > .container {
    width: 100%; }
  #logo-brand {
    width: 6em;
    position: relative;
    top: -8px !important;
    height: auto; } }

@media (min-width: 830px) and (max-width: 888px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 0; }
  .menu-new-header-menu-container,
  .menu-new-top-menu-container {
    font-size: .8em; }
  .navbar.navbar-default.navbar-fixed-top > .container {
    width: 100%; }
  #logo-brand {
    width: 6em;
    position: relative;
    top: -8px !important;
    height: auto; } }

@media (min-width: 700px) and (max-width: 830px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 0;
    font-size: .9em; }
  .menu-new-header-menu-container,
  .menu-new-top-menu-container {
    font-size: .8em; }
  .navbar.navbar-default.navbar-fixed-top > .container {
    width: 100%; }
  #logo-brand {
    width: 6em;
    position: relative;
    top: -10px !important;
    height: auto; } }

@media (max-width: 767px) {
  #logo-brand {
    width: 10em;
    position: relative;
    top: 0;
    height: auto; }
  .nav-integration {
    padding-top: 100px; }
    .nav-integration .nav-integration li {
      list-style-type: none; } }

.label-hiring:after {
  content: "we're hiring";
  border-radius: 10px;
  background: #1DA7C2;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  margin-left: 5px;
  padding: 3px 5px; }

.label-new:after {
  content: "new";
  border-radius: 10px;
  background: #F3595B;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  margin-left: 5px;
  padding: 3px 5px; }

[component="lb-menu"] .mega-menu-v2-container-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    [component="lb-menu"] .mega-menu-v2-container-mobile {
      display: block; } }

[component="lb-menu"] .mega-menu-v2-container {
  display: none; }
  @media screen and (min-width: 768px) {
    [component="lb-menu"] .mega-menu-v2-container {
      display: block; }
      [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu {
        position: relative; }
        [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu > .sub-menu:first-of-type {
          display: none;
          opacity: 0; }
        [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover > .sub-menu:first-of-type {
          opacity: 1;
          -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          -webkit-transition-delay: 4s;
          -o-transition-delay: 4s;
          transition-delay: 4s;
          width: 900px;
          height: 550px;
          position: fixed;
          top: 110px;
          left: 0;
          right: 0;
          margin: 0 auto;
          padding: 30px 15px;
          -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          background-image: -webkit-linear-gradient(330deg, #fdfbfb 0%, #ebedee 100%);
          background-image: -o-linear-gradient(330deg, #fdfbfb 0%, #ebedee 100%);
          background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); }
        [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0;
          width: 100%;
          border: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: rgba(255, 255, 255, 0); }
          [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .big-button {
            width: 100%; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .big-button a {
              padding: 20px 20px;
              margin-bottom: 20px;
              text-transform: uppercase;
              font-size: smaller;
              background-color: powderblue;
              margin: 0 0 5px 0;
              color: white;
              font-weight: 500;
              border: 1px solid rgba(255, 255, 255, 0); }
              [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .big-button a:hover {
                color: powderblue;
                border: 1px solid powderblue; }
          [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .hidden-label > a {
            display: none; }
          [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .empty-label > a {
            opacity: 0; }
          [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column {
            position: relative;
            min-width: 250px;
            max-width: 100%;
            padding: 0;
            padding-right: 25px; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column:last-of-type {
              padding: 0; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column li {
              margin: 0;
              padding-bottom: 0; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .new > a:after {
              margin-left: 10px;
              content: "New";
              background-color: #F3595B;
              color: white;
              z-index: 1000;
              border-radius: 100px;
              font-size: smaller;
              padding: 2px 10px; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .title-label > a {
              text-transform: uppercase !important;
              font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
              color: #333333 !important;
              -webkit-transition: none !important;
              -o-transition: none !important;
              transition: none !important;
              -webkit-transform: none !important;
              -ms-transform: none !important;
              transform: none !important;
              cursor: default !important; }
              [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .title-label > a:hover {
                -webkit-transition: none !important;
                -o-transition: none !important;
                transition: none !important;
                -webkit-transform: none !important;
                -ms-transform: none !important;
                transform: none !important;
                background-color: rgba(255, 255, 255, 0) !important; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .icon-landing > a:before {
              content: '∆';
              margin-right: 10px; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .icon-meeting > a:before {
              content: '∆';
              margin-right: 10px; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .icon-document > a:before {
              content: '∆';
              margin-right: 10px; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column .icon-inbox > a:before {
              content: '∆';
              margin-right: 10px; }
            [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column.flex-column .sub-menu {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              -ms-flex-line-pack: start;
              align-content: flex-start;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column.flex-column .sub-menu li {
                width: 100%; }
                [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column.flex-column .sub-menu li a {
                  border-radius: 100px; }
                  [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover .sub-menu .menu-column.flex-column .sub-menu li a:hover {
                    background-color: white;
                    -webkit-transform: translateY(-2px);
                    -ms-transform: translateY(-2px);
                    transform: translateY(-2px);
                    -webkit-transition: 1s -webkit-transform ease;
                    transition: 1s -webkit-transform ease;
                    -o-transition: 1s transform ease;
                    transition: 1s transform ease;
                    transition: 1s transform ease, 1s -webkit-transform ease; }
        [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover.integration-dropdown .first-column {
          min-width: 350px !important; }
          [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover.integration-dropdown .first-column .sub-menu {
            margin: 0 !important; }
        [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover.platform-drowpdown .first-column {
          max-width: 350px !important; }
          [component="lb-menu"] .mega-menu-v2-container #mega-menu-v2 .dropdown-list-menu:hover.platform-drowpdown .first-column .sub-menu {
            margin: 0 !important; } }

[component="lb-menu"] .integration__left,
[component="lb-menu"] .platform__left,
[component="lb-menu"] .platform__right,
[component="lb-menu"] .resources__left,
[component="lb-menu"] .resources__right {
  padding: 20px 20px 10px 20px; }

[component="lb-menu"] .integration__right {
  padding-right: 60px; }

[component="lb-menu"] .resources__left li a {
  color: gray !important; }

[component="lb-menu"] .resources__left li ul {
  margin-top: 60px; }
  [component="lb-menu"] .resources__left li ul li a {
    color: #1DA7C2 !important;
    font-size: 16px; }

[component="lb-menu"] .resources__right {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f2f2eb; }
  [component="lb-menu"] .resources__right li a {
    color: gray !important; }
  [component="lb-menu"] .resources__right li ul {
    margin-top: 60px; }
    [component="lb-menu"] .resources__right li ul li a {
      color: #F3595B !important;
      font-size: 16px; }

[component="lb-menu"] .platform__left li a,
[component="lb-menu"] .platform__right li a {
  color: gray !important; }

[component="lb-menu"] .platform__left li ul,
[component="lb-menu"] .platform__right li ul {
  margin-top: 60px; }
  [component="lb-menu"] .platform__left li ul li a,
  [component="lb-menu"] .platform__right li ul li a {
    color: #1DA7C2 !important;
    font-size: 16px; }

[component="lb-menu"] .menu-item-description {
  text-transform: lowercase;
  color: gray;
  font-size: 12px;
  margin-left: 28px;
  max-width: 70% !important;
  display: block;
  clear: both;
  white-space: pre-line; }

.hamburger {
  background-color: white;
  border-radius: 100%;
  padding: 10px 0;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
  .hamburger .line {
    width: 22px;
    height: 3px;
    border-radius: 100px;
    background-color: dimgrey;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .hamburger .line:hover {
      cursor: pointer; }

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.lb-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  @media screen and (min-width: 768px) {
    .lb-navbar {
      background-color: white;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); } }
  .lb-navbar .preheader {
    padding: 10px 0px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .lb-navbar .preheader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none; } }
    .lb-navbar .preheader__menu-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .lb-navbar .preheader__menu-left {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          margin-bottom: 5px; } }
      .lb-navbar .preheader__menu-left .menu-item {
        padding: 0 10px;
        list-style-type: none;
        display: inline; }
        @media screen and (max-width: 768px) {
          .lb-navbar .preheader__menu-left .menu-item {
            width: 100%; } }
        .lb-navbar .preheader__menu-left .menu-item.call-us a {
          text-decoration: none;
          color: #333333;
          text-transform: uppercase;
          font-size: 0.8em; }
          .lb-navbar .preheader__menu-left .menu-item.call-us a:hover {
            opacity: .8;
            position: relative;
            z-index: 1; }
            .lb-navbar .preheader__menu-left .menu-item.call-us a:hover .fa {
              -webkit-animation-name: shakeIt;
              animation-name: shakeIt;
              -webkit-animation-duration: 0.1s;
              animation-duration: 0.1s;
              -webkit-animation-iteration-count: 5;
              animation-iteration-count: 5;
              -webkit-animation-direction: alternate;
              animation-direction: alternate;
              -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
              -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }

@keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }
        .lb-navbar .preheader__menu-left .menu-item.get-demo a {
          font-size: 1em;
          padding: 10px 40px;
          text-transform: uppercase;
          margin: 10px auto;
          border-radius: 10px;
          border: 0;
          border-bottom: 7px solid;
          color: white;
          white-space: nowrap;
          cursor: pointer;
          text-decoration: none;
          padding: 5px 20px;
          color: #F3595B;
          border: 2px solid;
          border-radius: 25px;
          font-weight: 400;
          font-size: .8em;
          letter-spacing: 1px;
          text-decoration: none;
          margin: 0;
          letter-spacing: 0.5px;
          display: block;
          position: relative;
          overflow: hidden;
          text-transform: uppercase;
          color: white;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          border-radius: 100px;
          z-index: 1;
          border: 0 !important; }
          .lb-navbar .preheader__menu-left .menu-item.get-demo a.small {
            padding: 5px 20px; }
          .lb-navbar .preheader__menu-left .menu-item.get-demo a:hover {
            background-color: #f57172;
            color: white;
            -webkit-transition: all 0.36s;
            -o-transition: all 0.36s;
            transition: all 0.36s;
            border: 2px solid #F3595B; }
          .lb-navbar .preheader__menu-left .menu-item.get-demo a:after {
            position: absolute;
            content: '';
            background: #1DA7C2;
            background: -webkit-linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
            background: -o-linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
            background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
            width: 1000px;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.5s all cubic-bezier(0.66, 0, 0, 1); }
          .lb-navbar .preheader__menu-left .menu-item.get-demo a:hover, .lb-navbar .preheader__menu-left .menu-item.get-demo a:active, .lb-navbar .preheader__menu-left .menu-item.get-demo a:focus {
            -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            color: white;
            -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
            .lb-navbar .preheader__menu-left .menu-item.get-demo a:hover:after, .lb-navbar .preheader__menu-left .menu-item.get-demo a:active:after, .lb-navbar .preheader__menu-left .menu-item.get-demo a:focus:after {
              background-position: 200px; }
    .lb-navbar .preheader__menu-right {
      width: 100%;
      text-align: right;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 768px) {
        .lb-navbar .preheader__menu-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          margin-bottom: 5px; } }
      .lb-navbar .preheader__menu-right .menu-item {
        list-style-type: none;
        display: inline; }
        @media screen and (max-width: 768px) {
          .lb-navbar .preheader__menu-right .menu-item {
            width: 100%; } }
        .lb-navbar .preheader__menu-right .menu-item.contact-us {
          text-transform: uppercase;
          margin: 10px auto;
          border-radius: 100px;
          border: 0;
          white-space: nowrap;
          cursor: pointer;
          text-decoration: none;
          padding: 5px 20px;
          font-weight: 400;
          letter-spacing: 0.5px;
          background-color: transparent;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 768px) {
            .lb-navbar .preheader__menu-right .menu-item.contact-us {
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          .lb-navbar .preheader__menu-right .menu-item.contact-us:hover {
            background-color: transparent;
            -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
          .lb-navbar .preheader__menu-right .menu-item.contact-us > a {
            text-decoration: none;
            color: #333333;
            font-size: .8em; }
        .lb-navbar .preheader__menu-right .menu-item.customer-login {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          text-transform: uppercase;
          margin: 10px auto;
          border-radius: 100px;
          border: 0;
          white-space: nowrap;
          cursor: pointer;
          text-decoration: none;
          padding: 5px 20px;
          font-weight: 400;
          letter-spacing: 0.5px;
          background-color: transparent;
          margin: 0; }
          .lb-navbar .preheader__menu-right .menu-item.customer-login:hover {
            background-color: transparent;
            -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
          .lb-navbar .preheader__menu-right .menu-item.customer-login > a {
            text-decoration: none;
            color: #333333;
            font-size: .8em; }
          .lb-navbar .preheader__menu-right .menu-item.customer-login .fa {
            opacity: 0; }
            @media screen and (max-width: 768px) {
              .lb-navbar .preheader__menu-right .menu-item.customer-login .fa {
                display: none; } }
          .lb-navbar .preheader__menu-right .menu-item.customer-login:hover > a {
            color: #1DA7C2;
            margin: 0; }
          .lb-navbar .preheader__menu-right .menu-item.customer-login:hover .fa {
            opacity: 1;
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px);
            -webkit-transition: 0.36s -webkit-transform cubic-bezier(0.66, 0, 0, 1);
            transition: 0.36s -webkit-transform cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.36s transform cubic-bezier(0.66, 0, 0, 1);
            transition: 0.36s transform cubic-bezier(0.66, 0, 0, 1);
            transition: 0.36s transform cubic-bezier(0.66, 0, 0, 1), 0.36s -webkit-transform cubic-bezier(0.66, 0, 0, 1); }
  .lb-navbar .empty-label > a {
    opacity: 0;
    cursor: pointer; }
  .lb-navbar .title-label > a {
    text-transform: uppercase;
    font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #168196 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: default; }
    .lb-navbar .title-label > a:hover {
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      background-color: rgba(255, 255, 255, 0) !important; }
  .lb-navbar .red-title > a {
    color: #F3595B !important; }
  .lb-navbar .blue-title > a {
    color: #1DA7C2 !important; }
  .lb-navbar .purple-title > a {
    color: #783C99 !important; }
  .lb-navbar .orange-title > a {
    color: #ffce8b !important; }
  .lb-navbar .green-title > a {
    color: #249446 !important; }
  .lb-navbar .pdf > a:after {
    margin-left: 10px;
    content: "PDF";
    background-color: #5C67E1;
    color: white;
    z-index: 1000;
    border-radius: 100px;
    font-size: smaller;
    padding: 2px 10px; }
  .lb-navbar .new > a:after {
    margin-left: 10px;
    content: "New";
    background-color: #F3595B;
    color: white;
    z-index: 1000;
    border-radius: 100px;
    font-size: smaller;
    padding: 2px 10px; }
  .lb-navbar .navigation-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0; }
    .lb-navbar .navigation-desktop .logo-brand {
      min-width: 180px;
      max-width: 180px;
      margin-right: 10px; }
      @media screen and (min-width: 992px) {
        .lb-navbar .navigation-desktop .logo-brand {
          margin-right: 30px; } }
    .lb-navbar .navigation-desktop .nav-left {
      width: 100%; }
      .lb-navbar .navigation-desktop .nav-left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        margin: 0; }
        .lb-navbar .navigation-desktop .nav-left ul > li {
          list-style-type: none; }
        .lb-navbar .navigation-desktop .nav-left ul li {
          cursor: pointer;
          border-radius: 10px;
          padding: 10px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          cursor: default; }
          @media screen and (min-width: 992px) {
            .lb-navbar .navigation-desktop .nav-left ul li {
              padding: 10px 25px; } }
          .lb-navbar .navigation-desktop .nav-left ul li.active.has-mega-menu,
          .lb-navbar .navigation-desktop .nav-left ul li.active.has-mega-menu a {
            background-color: #F5F8FC; }
            .lb-navbar .navigation-desktop .nav-left ul li.active.has-mega-menu:hover,
            .lb-navbar .navigation-desktop .nav-left ul li.active.has-mega-menu a:hover {
              color: #333333 !important; }
          .lb-navbar .navigation-desktop .nav-left ul li.add-caret {
            cursor: pointer; }
            .lb-navbar .navigation-desktop .nav-left ul li.add-caret > a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row; }
              .lb-navbar .navigation-desktop .nav-left ul li.add-caret > a .fa {
                margin-left: 10px; }
          .lb-navbar .navigation-desktop .nav-left ul li a {
            text-decoration: none;
            font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
            color: #333333;
            border-radius: 100px; }
            .lb-navbar .navigation-desktop .nav-left ul li a:hover {
              color: #1DA7C2; }
    .lb-navbar .navigation-desktop .nav-right {
      width: 100%; }
      .lb-navbar .navigation-desktop .nav-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        margin: 0; }
        .lb-navbar .navigation-desktop .nav-right ul > li {
          list-style-type: none; }
        .lb-navbar .navigation-desktop .nav-right ul .button {
          color: #1DA7C2;
          font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
          padding: 5px 20px;
          border: 1px solid #1DA7C2;
          border-radius: 100px;
          white-space: nowrap;
          -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          cursor: pointer; }
          .lb-navbar .navigation-desktop .nav-right ul .button a {
            text-decoration: none; }
          .lb-navbar .navigation-desktop .nav-right ul .button:hover {
            background-color: #1DA7C2;
            -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
            .lb-navbar .navigation-desktop .nav-right ul .button:hover a {
              color: white; }
    @media screen and (max-width: 768px) {
      .lb-navbar .navigation-desktop {
        display: none !important; } }
  .lb-navbar .navigation-mobile {
    margin: 15px 0;
    display: none; }
    @media screen and (max-width: 768px) {
      .lb-navbar .navigation-mobile {
        display: block; }
        .lb-navbar .navigation-mobile .nav-primary {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
          .lb-navbar .navigation-mobile .nav-primary .nav-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            width: 100%; }
          .lb-navbar .navigation-mobile .nav-primary .nav-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            width: 100%; }
        .lb-navbar .navigation-mobile .nav-pop {
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          display: none; }
          .lb-navbar .navigation-mobile .nav-pop.open {
            display: block;
            visibility: visible;
            opacity: 1;
            -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); }
          .lb-navbar .navigation-mobile .nav-pop__container {
            -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            background-color: white;
            width: 100%;
            padding: 15px;
            border-radius: 10px;
            margin-top: 10px; } }
  .lb-navbar .mega-menu-wrapper {
    position: relative; }
  .lb-navbar .mega-menu-container {
    max-height: 80vh;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 992px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(50, 50, 93, 0.15);
    box-shadow: 0px 10px 30px rgba(50, 50, 93, 0.15);
    padding: 30px;
    position: absolute;
    top: -15px;
    z-index: 10000;
    background-image: -webkit-linear-gradient(105deg, #ebedee 0%, #F5F8FC 75%);
    background-image: -o-linear-gradient(105deg, #ebedee 0%, #F5F8FC 75%);
    background-image: linear-gradient(-15deg, #ebedee 0%, #F5F8FC 75%); }
    .lb-navbar .mega-menu-container#integration-menu {
      left: 10%;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 992px) {
        .lb-navbar .mega-menu-container#integration-menu {
          left: 0;
          width: 100%; } }
      .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(1) {
        width: 280px; }
        .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(1) #menu-integration-mega-menu-first-column .menu-item {
          padding: 15px;
          margin-bottom: 35px;
          margin-right: 15px;
          font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
          text-transform: uppercase;
          border-radius: 10px;
          -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
          .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(1) #menu-integration-mega-menu-first-column .menu-item:hover {
            -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-2px);
            -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
            background-color: white; }
          .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(1) #menu-integration-mega-menu-first-column .menu-item a {
            padding: 0;
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            -webkit-transition: none !important;
            -o-transition: none !important;
            transition: none !important; }
            .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(1) #menu-integration-mega-menu-first-column .menu-item a:hover {
              background-color: rgba(255, 255, 255, 0) !important;
              -webkit-transform: none !important;
              -ms-transform: none !important;
              transform: none !important;
              -webkit-transition: none !important;
              -o-transition: none !important;
              transition: none !important; }
              .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(1) #menu-integration-mega-menu-first-column .menu-item a:hover .menu-item-description {
                color: #333333 !important; }
      .lb-navbar .mega-menu-container#integration-menu .widget-content #menu-integration-mega-menu-second-column {
        border-left: 3px solid white;
        padding-left: 15px; }
      .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(2),
      .lb-navbar .mega-menu-container#integration-menu .widget-content:nth-child(3) {
        max-width: 225px; }
    .lb-navbar .mega-menu-container#platform-menu {
      left: 20%;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 992px) {
        .lb-navbar .mega-menu-container#platform-menu {
          left: 0;
          width: 100%; } }
      .lb-navbar .mega-menu-container#platform-menu .menu-platform-mega-menu-first-column-container {
        max-width: 170px; }
        .lb-navbar .mega-menu-container#platform-menu .menu-platform-mega-menu-first-column-container .title-label {
          white-space: nowrap; }
      .lb-navbar .mega-menu-container#platform-menu .menu-platform-mega-menu-second-column-container {
        margin-right: 20px; }
    .lb-navbar .mega-menu-container#resources-menu {
      left: 10%;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      .lb-navbar .mega-menu-container#resources-menu .widget-content:nth-child(1) {
        width: 250px; }
      .lb-navbar .mega-menu-container#resources-menu .widget-content:nth-child(2) {
        width: 200px;
        margin-right: 20px; }
      @media screen and (max-width: 992px) {
        .lb-navbar .mega-menu-container#resources-menu {
          left: 0;
          width: 100%; } }
      .lb-navbar .mega-menu-container#resources-menu .widget-content:nth-child(3) {
        max-width: 360px;
        padding-left: 20px;
        min-height: 280px;
        border-left: 2px solid white; }
    .lb-navbar .mega-menu-container .widget-content {
      margin-bottom: 0;
      width: auto; }
      .lb-navbar .mega-menu-container .widget-content .menu {
        padding: 0;
        margin: 0; }
        .lb-navbar .mega-menu-container .widget-content .menu > li {
          list-style-type: none; }
        .lb-navbar .mega-menu-container .widget-content .menu .menu-item {
          padding-bottom: 0; }
          .lb-navbar .mega-menu-container .widget-content .menu .menu-item.line-top {
            border-top: 2px solid white; }
          .lb-navbar .mega-menu-container .widget-content .menu .menu-item.line-top-break {
            position: relative; }
            .lb-navbar .mega-menu-container .widget-content .menu .menu-item.line-top-break:before {
              content: "";
              position: absolute;
              border-top: 2px solid white;
              margin: 0 10px;
              top: 0;
              left: 0;
              right: 0; }
          .lb-navbar .mega-menu-container .widget-content .menu .menu-item a {
            padding: 10px 20px;
            text-decoration: none;
            color: #333333;
            border-radius: 100px;
            display: block; }
            .lb-navbar .mega-menu-container .widget-content .menu .menu-item a:hover {
              background-color: white;
              -webkit-transform: translateY(-2px);
              -ms-transform: translateY(-2px);
              transform: translateY(-2px);
              -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
              -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
              transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
            .lb-navbar .mega-menu-container .widget-content .menu .menu-item a .menu-item-description {
              padding: 5px 0;
              font-size: 90%;
              opacity: .6;
              text-transform: none;
              color: #333333 !important; }
  .lb-navbar .nav-pop__container .widget-content:nth-child(1) {
    margin-bottom: 10px !important; }
    .lb-navbar .nav-pop__container .widget-content:nth-child(1) .widget-title {
      font-family: gentonalight, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  .lb-navbar .nav-pop__container .divisor {
    border-top: 3px solid whitesmoke; }
  .lb-navbar .nav-pop__container .menu {
    padding: 0;
    margin: 0; }
    .lb-navbar .nav-pop__container .menu > li {
      list-style-type: none; }
    .lb-navbar .nav-pop__container .menu#menu-platform-mega-menu-first-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .lb-navbar .nav-pop__container .menu#menu-platform-mega-menu-first-column .menu-item {
        width: 50%; }
    .lb-navbar .nav-pop__container .menu .menu-item {
      padding-bottom: 0; }
      .lb-navbar .nav-pop__container .menu .menu-item.title-label {
        width: 100% !important; }
        .lb-navbar .nav-pop__container .menu .menu-item.title-label a {
          border-radius: 0 !important; }
      .lb-navbar .nav-pop__container .menu .menu-item a {
        padding: 5px 0px;
        text-decoration: none;
        color: #333333;
        border-radius: 100px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .lb-navbar .nav-pop__container .menu .menu-item a:hover {
          background-color: white;
          -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          transform: translateY(-2px);
          -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }

.infoBox {
  text-align: center; }
  .infoBox-small {
    font-size: 80%; }

.jumboBox {
  cursor: default; }
  @media screen and (min-width: 768px) {
    .jumboBox {
      height: 115px; } }

.featureBox {
  padding: 40px 20px;
  text-align: left; }
  .featureBox__icon {
    font-size: 2em;
    color: #1DA7C2;
    position: relative;
    top: -15px; }
  .featureBox__article__title {
    margin-bottom: 5px; }
  .featureBox__article__text {
    color: #a4a4a4; }

[component="LBT_KPI"] .lbt-kpi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    [component="LBT_KPI"] .lbt-kpi__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph {
    max-height: 100px;
    width: 100%;
    max-width: 250px;
    margin: 5px;
    text-align: center;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 25px 0;
    background-image: -webkit-radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    background-image: -o-radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    color: whitesmoke;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph__icon {
      width: 100%;
      text-align: right;
      font-size: 35px;
      position: absolute;
      top: 0;
      right: 15px; }
      [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph__icon .fa-minus {
        opacity: 0; }
    [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph__number {
      position: relative;
      font-size: 50px;
      margin: 0; }
    [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph__description {
      text-transform: uppercase;
      font-size: .7em;
      letter-spacing: 1px;
      opacity: .7; }
    [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph.flow-up {
      background-image: -webkit-linear-gradient(30deg, #96deda 0%, #50c9c3 100%);
      background-image: -o-linear-gradient(30deg, #96deda 0%, #50c9c3 100%);
      background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%); }
    [component="LBT_KPI"] .lbt-kpi__wrapper .result-graph.flow-down {
      background-image: -webkit-linear-gradient(30deg, #ffb199 0%, #F3595B 100%);
      background-image: -o-linear-gradient(30deg, #ffb199 0%, #F3595B 100%);
      background-image: linear-gradient(60deg, #ffb199 0%, #F3595B 100%); }

[component="LBT_waves"] .waves {
  width: 100%;
  min-height: 10em;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
  /* Individual wave layers */
  /* Wave animations */ }
  [component="LBT_waves"] .waves .wave {
    width: calc( 100% + 4em);
    height: 100%;
    position: absolute;
    left: -2em;
    background: bottom center repeat-x;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  [component="LBT_waves"] .waves .wave_1 {
    -webkit-animation-name: wave_1;
    animation-name: wave_1;
    -webkit-animation-duration: 8400ms;
    animation-duration: 8400ms;
    -webkit-animation-delay: -1200ms;
    animation-delay: -1200ms;
    top: -1.0em;
    z-index: 1;
    opacity: 0.10;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="246" height="2000" viewBox="0 0 246 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 2000c50.43 0 72.57-20.522 123-20.522 50.43 0 71.34 20.522 123 20.522V0H0v2000z"/></svg>');
    background-position: bottom left; }
  [component="LBT_waves"] .waves .wave_2 {
    -webkit-animation-name: wave_2;
    animation-name: wave_2;
    -webkit-animation-duration: 8200ms;
    animation-duration: 8200ms;
    -webkit-animation-delay: -600ms;
    animation-delay: -600ms;
    top: -2.0em;
    z-index: 2;
    opacity: 0.25;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="2000" viewBox="0 0 307 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 0h307v2000c-64.47 0-90.563-25.623-153.5-25.623C90.565 1974.377 62.935 2000 0 2000V0z"/></svg>');
    background-position: bottom right; }
  [component="LBT_waves"] .waves .wave_3 {
    -webkit-animation-name: wave_3;
    animation-name: wave_3;
    -webkit-animation-duration: 7800ms;
    animation-duration: 7800ms;
    -webkit-animation-delay: -2400ms;
    animation-delay: -2400ms;
    top: -3.0em;
    z-index: 3;
    opacity: 0.50;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="384" height="2000" viewBox="0 0 384 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 0h384v2000c-80.64 0-113.28-32.047-192-32.047S78.72 2000 0 2000V0z"/></svg>');
    background-position: bottom center; }
  [component="LBT_waves"] .waves .wave_4 {
    -webkit-animation-name: wave_4;
    animation-name: wave_4;
    -webkit-animation-duration: 7600ms;
    animation-duration: 7600ms;
    -webkit-animation-delay: -1800ms;
    animation-delay: -1800ms;
    top: -4.0em;
    z-index: 4;
    opacity: 0.75;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="480" height="2000" viewBox="0 0 480 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M480 2000c-100.8 0-141.6-39.892-240-39.892S98.4 2000 0 2000V0h480v2000z"/></svg>');
    background-position: bottom left; }
  [component="LBT_waves"] .waves .wave_5 {
    -webkit-animation-name: wave_5;
    animation-name: wave_5;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
    top: -5.0em;
    z-index: 5;
    opacity: 0.90;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="2000" viewBox="0 0 600 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 2000c123 0 177-49.866 300-49.866S474 2000 600 2000V0H0v2000z"/></svg>');
    background-position: bottom right; }

@-webkit-keyframes wave_1 {
  from {
    -webkit-transform: rotate(0deg) translatey(-0.61em) rotate(0deg);
    transform: rotate(0deg) translatey(-0.61em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-0.61em) rotate(-360deg);
    transform: rotate(360deg) translatey(-0.61em) rotate(-360deg); } }

@keyframes wave_1 {
  from {
    -webkit-transform: rotate(0deg) translatey(-0.61em) rotate(0deg);
    transform: rotate(0deg) translatey(-0.61em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-0.61em) rotate(-360deg);
    transform: rotate(360deg) translatey(-0.61em) rotate(-360deg); } }

@-webkit-keyframes wave_2 {
  from {
    -webkit-transform: rotate(0deg) translatey(-0.77em) rotate(0deg);
    transform: rotate(0deg) translatey(-0.77em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-0.77em) rotate(-360deg);
    transform: rotate(360deg) translatey(-0.77em) rotate(-360deg); } }

@keyframes wave_2 {
  from {
    -webkit-transform: rotate(0deg) translatey(-0.77em) rotate(0deg);
    transform: rotate(0deg) translatey(-0.77em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-0.77em) rotate(-360deg);
    transform: rotate(360deg) translatey(-0.77em) rotate(-360deg); } }

@-webkit-keyframes wave_3 {
  from {
    -webkit-transform: rotate(0deg) translatey(-0.96em) rotate(0deg);
    transform: rotate(0deg) translatey(-0.96em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-0.96em) rotate(-360deg);
    transform: rotate(360deg) translatey(-0.96em) rotate(-360deg); } }

@keyframes wave_3 {
  from {
    -webkit-transform: rotate(0deg) translatey(-0.96em) rotate(0deg);
    transform: rotate(0deg) translatey(-0.96em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-0.96em) rotate(-360deg);
    transform: rotate(360deg) translatey(-0.96em) rotate(-360deg); } }

@-webkit-keyframes wave_4 {
  from {
    -webkit-transform: rotate(0deg) translatey(-1.2em) rotate(0deg);
    transform: rotate(0deg) translatey(-1.2em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-1.2em) rotate(-360deg);
    transform: rotate(360deg) translatey(-1.2em) rotate(-360deg); } }

@keyframes wave_4 {
  from {
    -webkit-transform: rotate(0deg) translatey(-1.2em) rotate(0deg);
    transform: rotate(0deg) translatey(-1.2em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-1.2em) rotate(-360deg);
    transform: rotate(360deg) translatey(-1.2em) rotate(-360deg); } }

@-webkit-keyframes wave_5 {
  from {
    -webkit-transform: rotate(0deg) translatey(-1.5em) rotate(0deg);
    transform: rotate(0deg) translatey(-1.5em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-1.5em) rotate(-360deg);
    transform: rotate(360deg) translatey(-1.5em) rotate(-360deg); } }

@keyframes wave_5 {
  from {
    -webkit-transform: rotate(0deg) translatey(-1.5em) rotate(0deg);
    transform: rotate(0deg) translatey(-1.5em) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translatey(-1.5em) rotate(-360deg);
    transform: rotate(360deg) translatey(-1.5em) rotate(-360deg); } }

[component="circular-waves"] .circular-waves {
  width: 300px;
  height: 300px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  background: #fbfcee;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  [component="circular-waves"] .circular-waves .wave {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #0af;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    -webkit-transform-origin: 50% 48%;
    -ms-transform-origin: 50% 48%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    -webkit-animation: drift 3000ms infinite linear;
    animation: drift 3000ms infinite linear; }
  [component="circular-waves"] .circular-waves .wave.-three {
    -webkit-animation: drift 5000ms infinite linear;
    animation: drift 5000ms infinite linear; }
  [component="circular-waves"] .circular-waves .wave.-two {
    -webkit-animation: drift 7000ms infinite linear;
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: yellow; }
  [component="circular-waves"] .circular-waves .box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee88aa), color-stop(80%, rgba(221, 238, 255, 0)), to(rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    background: -o-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    background: linear-gradient(to bottom, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    z-index: 11;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [component="circular-waves"] .circular-waves .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    line-height: 300px;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: white;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4em;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-indent: .3em; }

@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.table-integration__col {
  padding-left: 5px;
  padding-right: 5px; }
  .table-integration__col:hover .table-integration__col__logos-box {
    background-color: white; }
    .table-integration__col:hover .table-integration__col__logos-box__logo {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .table-integration__col__logos-box {
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 80px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .table-integration__col__logos-box__logo {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      width: 70%;
      margin: 0 auto; }
      .table-integration__col__logos-box__logo > img {
        width: 100%; }

.table-integration__full {
  margin-top: 20px; }

[component="integration-table"] {
  width: 100%; }
  [component="integration-table"] .narrow .table-integration__wrapper__logo {
    width: calc(100% / 4) !important; }
    @media screen and (max-width: 768px) {
      [component="integration-table"] .narrow .table-integration__wrapper__logo {
        width: calc(100% / 2) !important; } }
  [component="integration-table"] .table-integration {
    width: 100%; }
    [component="integration-table"] .table-integration__article {
      width: 100%;
      text-align: center; }
    [component="integration-table"] .table-integration__wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      [component="integration-table"] .table-integration__wrapper__logo {
        width: calc(100% / 5); }
        [component="integration-table"] .table-integration__wrapper__logo .logo-box {
          padding: 10px 20px;
          border-radius: 10px;
          background-color: #F7F7F7;
          margin: 5px;
          border: 2px solid rgba(255, 255, 255, 0.5);
          -webkit-box-shadow: inset 0 5px 40px rgba(50, 50, 93, 0.01), inset 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 5px 40px rgba(50, 50, 93, 0.01), inset 0 5px 15px rgba(0, 0, 0, 0.05);
          -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.2s all cubic-bezier(0.66, 0, 0, 1); }
          [component="integration-table"] .table-integration__wrapper__logo .logo-box:hover {
            background-color: white;
            -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
            -webkit-box-shadow: inset 0 0px 30px rgba(50, 50, 93, 0.1), inset 0 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0px 30px rgba(50, 50, 93, 0.1), inset 0 5px 5px rgba(0, 0, 0, 0.1); }
          [component="integration-table"] .table-integration__wrapper__logo .logo-box__image {
            height: 60px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: contain;
            width: 80%;
            margin: 0 auto; }
    [component="integration-table"] .table-integration__footer {
      width: 100%;
      text-align: center;
      margin-top: 30px; }

.fadeIn {
  display: block !important;
  -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
  transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }

.lbt-player__video {
  min-height: 250px; }

.lbt-player-popup {
  background-image: -webkit-radial-gradient(rgba(253, 251, 251, 0.9), rgba(235, 237, 238, 0.3));
  background-image: -o-radial-gradient(rgba(253, 251, 251, 0.9), rgba(235, 237, 238, 0.3));
  background-image: radial-gradient(rgba(253, 251, 251, 0.9), rgba(235, 237, 238, 0.3)); }
  @media screen and (min-width: 768px) {
    .lbt-player-popup {
      padding-top: 50px; } }
  .lbt-player-popup .modal-content {
    background-color: #fafafa;
    position: relative;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background-clip: padding-box;
    outline: 0; }
    .lbt-player-popup .modal-content .modal-body .wistia_embed {
      height: 100%;
      width: 100%; }
  .lbt-player-popup .modal-close-btn {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    color: #dedede;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 2;
    background-color: white;
    opacity: 1;
    padding: 10px 30px;
    border-radius: 100px;
    -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    border: 0; }
    .lbt-player-popup .modal-close-btn:hover {
      -webkit-transform: translateY(2px) scale(1.05);
      -ms-transform: translateY(2px) scale(1.05);
      transform: translateY(2px) scale(1.05);
      -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.2s all cubic-bezier(0.66, 0, 0, 1); }

.lbt-videojs {
  width: 100%; }

.play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  mix-blend-mode: hard-light;
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.01) 40%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.01) 40%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.01) 40%); }
  .play-button label {
    color: white;
    text-shadow: 0 5px 5px #32325d, 0 5px 15px black;
    opacity: 1;
    -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
  .play-button .pulse-button {
    position: relative;
    width: 100px;
    height: 100px;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 50%;
    background-color: #e84c3d;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    z-index: 2;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .play-button .pulse-button.pulse-xs {
      width: 50px;
      height: 80px; }
      .play-button .pulse-button.pulse-xs .fa {
        font-size: 20px; }
    .play-button .pulse-button:hover {
      -webkit-animation: none;
      animation: none; }

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }
    .play-button .pulse-button .fa {
      font-size: 35px;
      padding-left: 5px; }
    .play-button .pulse-button:hover {
      -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      mix-blend-mode: screen;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      background-color: #031737; }
  .play-button:hover label {
    opacity: 1;
    font-size: 1em;
    -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    color: whitesmoke; }

[component="lb-card"].no_padding {
  padding: 0px 8px; }

[component="lb-card"] .block-card {
  margin-bottom: 18px;
  height: 230px;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#333333));
  background: -o-linear-gradient(#fff, #333333);
  background: linear-gradient(#fff, #333333);
  background: -webkit-linear-gradient(#fff, #333333);
  border: 1px solid #dedede; }
  [component="lb-card"] .block-card img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8; }
  [component="lb-card"] .block-card .panel_description {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -120px;
    background: #fff;
    height: 170px;
    padding: 15px;
    z-index: 10;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; }
    [component="lb-card"] .block-card .panel_description h4 {
      color: #fff;
      font-size: 20px;
      position: absolute;
      top: -22%;
      font-weight: bold;
      left: 15px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #594f4f; }
    [component="lb-card"] .block-card .panel_description a.btn-border {
      background: #1DA7C2;
      color: #fff;
      text-decoration: none;
      padding: 6px 14px;
      position: absolute;
      right: 15px;
      top: -26px;
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: none; }
      [component="lb-card"] .block-card .panel_description a.btn-border:hover {
        border: none;
        background: #F3595B; }
    [component="lb-card"] .block-card .panel_description a h5 {
      font-size: 15px;
      color: #333333;
      margin-top: 2px;
      padding-top: 0px;
      font-weight: bold;
      margin-bottom: 7px; }
    [component="lb-card"] .block-card .panel_description a:hover {
      text-decoration: none !important; }
      [component="lb-card"] .block-card .panel_description a:hover h5 {
        color: #F3595B; }
    [component="lb-card"] .block-card .panel_description p {
      font-size: 12px;
      color: #333333;
      margin-top: 15px; }

[component="lb-card"]:hover {
  text-decoration: none; }
  [component="lb-card"]:hover .panel_description {
    bottom: 0px; }

.lbt-doc-sidebar .widget-title {
  text-transform: uppercase;
  opacity: .9; }

.lbt-doc-sidebar__content {
  border-left: 2px solid #F7F7F7;
  margin: 30px 10px;
  padding: 10px 10px 30px; }
  .lbt-doc-sidebar__content .doc-categories, .lbt-doc-sidebar__content .related-categories {
    margin: 0;
    padding: 0; }
    .lbt-doc-sidebar__content .doc-categories__li, .lbt-doc-sidebar__content .related-categories__li {
      margin-bottom: 5px; }
      .lbt-doc-sidebar__content .doc-categories__li__a, .lbt-doc-sidebar__content .related-categories__li__a {
        color: #333333;
        opacity: .7; }
        .lbt-doc-sidebar__content .doc-categories__li__a:hover, .lbt-doc-sidebar__content .related-categories__li__a:hover {
          opacity: 1; }

[name="LBT_platformProducts"] .platform-products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 768px) {
    [name="LBT_platformProducts"] .platform-products__wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  [name="LBT_platformProducts"] .platform-products__wrapper__left {
    width: 40%; }
    @media screen and (max-width: 768px) {
      [name="LBT_platformProducts"] .platform-products__wrapper__left {
        width: 100%; } }
    [name="LBT_platformProducts"] .platform-products__wrapper__left .platform-products__title {
      border-bottom: 1px solid whitesmoke;
      padding-bottom: 15px; }
    [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list {
      padding: 0;
      margin: 0; }
      [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list > li {
        list-style-type: none; }
      [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product {
        padding-bottom: 0;
        cursor: pointer;
        font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        font-size: 22px; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product:hover {
          opacity: 0.6; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product.selected {
          color: #1DA7C2; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="LeadAdsAutomation"].selected {
          color: #66a6ff; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="CRMRetargeting"].selected {
          color: #D32930; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="ConversionsSync"].selected {
          color: #B4B8F4; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="PixelEnhancer"].selected {
          color: #405996; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="InboxLeads"].selected {
          color: #8D75A4; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="DocumentLeads"].selected {
          color: #E9791B; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="LandingLeads"].selected {
          color: #405996; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="LandingLeads"].selected {
          color: #8B8BB8; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="WebinarLeads"].selected {
          color: #10d8e2; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="EventLeads"].selected {
          color: #f26433; }
        [name="LBT_platformProducts"] .platform-products__wrapper__left .product-name-list .single-product[tab-name="MeetingLeads"].selected {
          color: #ABE7BE; }
  [name="LBT_platformProducts"] .platform-products__wrapper__right {
    width: 60%; }
    @media screen and (max-width: 768px) {
      [name="LBT_platformProducts"] .platform-products__wrapper__right {
        width: 100%; } }
    [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list {
      padding: 0;
      margin: 0;
      min-height: 450px;
      position: relative; }
      [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list > li {
        list-style-type: none; }
      @media screen and (min-width: 768px) {
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list {
          left: 45px; } }
      [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container {
        width: 100%;
        background-image: -webkit-linear-gradient(315deg, #fdfcfb 0%, #e2d1c3 100%);
        background-image: -o-linear-gradient(315deg, #fdfcfb 0%, #e2d1c3 100%);
        background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
        padding: 60px 50px;
        border-radius: 10px;
        position: absolute;
        visibility: hidden;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0; }
        @media screen and (max-width: 768px) {
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container {
            margin-top: 20px;
            padding: 40px 20px; } }
        @media screen and (min-width: 768px) {
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container {
            min-height: 420px;
            max-height: 450px; } }
        @media screen and (min-width: 768px) {
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container p {
            padding-left: 20px; } }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container p {
          text-shadow: 1px 1px 100px #666666;
          color: whitesmoke; }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LeadAdsAutomation-box"] {
          background-image: -webkit-linear-gradient(60deg, #66a6ff 0%, #aacdf0 100%);
          background-image: -o-linear-gradient(60deg, #66a6ff 0%, #aacdf0 100%);
          background-image: linear-gradient(30deg, #66a6ff 0%, #aacdf0 100%); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LeadAdsAutomation-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LeadAdsAutomation-box"] p {
            text-shadow: 1px 1px 100px #0055cc; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LeadAdsAutomation-box"] .product-container__actor {
            background-image: url("../img/platform-product/adssync-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="CRMRetargeting-box"] {
          background-image: -webkit-linear-gradient(110deg, #D32930 0%, #e1676c 100%);
          background-image: -o-linear-gradient(110deg, #D32930 0%, #e1676c 100%);
          background-image: linear-gradient(-20deg, #D32930 0%, #e1676c 100%); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="CRMRetargeting-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="CRMRetargeting-box"] p {
            text-shadow: 1px 1px 100px #7e181d; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="CRMRetargeting-box"] .product-container__actor {
            background-image: url("../img/platform-product/crmRet-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="ConversionsSync-box"] {
          background: -webkit-linear-gradient(60deg, #64b3f4, #B4B8F4);
          background: -o-linear-gradient(60deg, #64b3f4, #B4B8F4);
          background: linear-gradient(30deg, #64b3f4, #B4B8F4); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="ConversionsSync-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="ConversionsSync-box"] p {
            text-shadow: 1px 1px 100px #1083e2; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="ConversionsSync-box"] .product-container__actor {
            background-image: url("../img/platform-product/co-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="PixelEnhancer-box"] {
          background-image: -webkit-linear-gradient(60deg, #405996 0%, #5370b6 100%);
          background-image: -o-linear-gradient(60deg, #405996 0%, #5370b6 100%);
          background-image: linear-gradient(30deg, #405996 0%, #5370b6 100%); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="PixelEnhancer-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="PixelEnhancer-box"] p {
            text-shadow: 1px 1px 100px black; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="PixelEnhancer-box"] .product-container__actor {
            background-image: url("../img/platform-product/pixel-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="InboxLeads-box"] {
          background-image: -webkit-linear-gradient(60deg, #8D75A4 0%, #ebebf8 100%);
          background-image: -o-linear-gradient(60deg, #8D75A4 0%, #ebebf8 100%);
          background-image: linear-gradient(30deg, #8D75A4 0%, #ebebf8 100%); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="InboxLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="InboxLeads-box"] p {
            text-shadow: 1px 1px 100px #5a476c; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="InboxLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/inboxLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DocumentLeads-box"] {
          background-image: -webkit-linear-gradient(60deg, #E9791B 0%, #fdab5c 100%);
          background-image: -o-linear-gradient(60deg, #E9791B 0%, #fdab5c 100%);
          background-image: linear-gradient(30deg, #E9791B 0%, #fdab5c 100%); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DocumentLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DocumentLeads-box"] p {
            text-shadow: 1px 1px 100px #90490e; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DocumentLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/documentLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LandingLeads-box"] {
          background: -webkit-linear-gradient(60deg, #64b3f4, #9ce5ce);
          background: -o-linear-gradient(60deg, #64b3f4, #9ce5ce);
          background: linear-gradient(30deg, #64b3f4, #9ce5ce); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LandingLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LandingLeads-box"] p {
            text-shadow: 1px 1px 100px #1083e2; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="LandingLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/landingLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DevLeads-box"] {
          background: -webkit-linear-gradient(60deg, #64b3f4, #8B8BB8);
          background: -o-linear-gradient(60deg, #64b3f4, #8B8BB8);
          background: linear-gradient(30deg, #64b3f4, #8B8BB8); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DevLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DevLeads-box"] p {
            text-shadow: 1px 1px 100px #1083e2; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="DevLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/devLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="WebinarLeads-box"] {
          background: -webkit-linear-gradient(60deg, #93E6E5, #10d8e2);
          background: -o-linear-gradient(60deg, #93E6E5, #10d8e2);
          background: linear-gradient(30deg, #93E6E5, #10d8e2); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="WebinarLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="WebinarLeads-box"] p {
            text-shadow: 1px 1px 100px #097d83; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="WebinarLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/webinarLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="EventLeads-box"] {
          background: -webkit-linear-gradient(60deg, #fca536, #f26433);
          background: -o-linear-gradient(60deg, #fca536, #f26433);
          background: linear-gradient(30deg, #fca536, #f26433); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="EventLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="EventLeads-box"] p {
            text-shadow: 1px 1px 100px #c97203; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="EventLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/eventLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="MeetingLeads-box"] {
          background: -webkit-linear-gradient(60deg, #a0cc89, #65da8a);
          background: -o-linear-gradient(60deg, #a0cc89, #65da8a);
          background: linear-gradient(30deg, #a0cc89, #65da8a); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="MeetingLeads-box"] h2, [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="MeetingLeads-box"] p {
            text-shadow: 1px 1px 100px #2aaf54; }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container[tab-name="MeetingLeads-box"] .product-container__actor {
            background-image: url("../img/platform-product/meetingLeads-mascotte.png"); }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container__actor {
          height: 432px;
          width: 230px;
          position: absolute;
          left: -130px;
          bottom: -30px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-size: contain;
          background-position: center bottom;
          opacity: 0;
          -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
          transform: translateX(-10px); }
          @media screen and (max-width: 768px) {
            [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container__actor {
              display: none; } }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container .btn {
          padding: 5px 20px; }
        [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container.selected {
          visibility: visible !important;
          z-index: 1;
          position: absolute;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
          [name="LBT_platformProducts"] .platform-products__wrapper__right .product-container-list .product-container.selected .product-container__actor {
            opacity: 1;
            -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px); }

[name="LBT_platformProducts"] .platform-products__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    [name="LBT_platformProducts"] .platform-products__footer {
      display: none; } }
  [name="LBT_platformProducts"] .platform-products__footer .navigation-button {
    text-transform: uppercase;
    color: #333333;
    opacity: .5; }
  [name="LBT_platformProducts"] .platform-products__footer .back {
    width: 50%;
    text-align: right; }
  [name="LBT_platformProducts"] .platform-products__footer .next {
    width: 50%;
    text-align: right; }

[component="LBT_modal"] {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(152, 202, 255, 0.81)), to(rgba(255, 255, 255, 0.82)));
  background-image: -webkit-linear-gradient(bottom, rgba(152, 202, 255, 0.81) 0%, rgba(255, 255, 255, 0.82) 100%);
  background-image: -o-linear-gradient(bottom, rgba(152, 202, 255, 0.81) 0%, rgba(255, 255, 255, 0.82) 100%);
  background-image: linear-gradient(to top, rgba(152, 202, 255, 0.81) 0%, rgba(255, 255, 255, 0.82) 100%);
  padding-top: 30px; }
  [component="LBT_modal"] .lead-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.4px;
    color: #1DA7C2; }
  [component="LBT_modal"] .modal-content {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border: 0; }
  [component="LBT_modal"] .modal-header, [component="LBT_modal"] .modal-footer {
    border: 0; }
  [component="LBT_modal"] .btn-modal {
    background-color: white;
    color: #333333;
    border: 0;
    border-radius: 100px;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
    [component="LBT_modal"] .btn-modal:hover {
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      background-color: #ffce8b; }

html {
  min-height: 100%; }
  html main {
    -webkit-transition: 0.36s padding-top ease;
    -o-transition: 0.36s padding-top ease;
    transition: 0.36s padding-top ease; }
  html body {
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-transition: 0.36s margin;
    -o-transition: 0.36s margin;
    transition: 0.36s margin; }

section {
  margin: 2em 0;
  padding: 3em 0; }
  section.nm {
    margin: 0; }

header {
  padding: 3.2em 0; }
  @media (max-width: 760px) {
    header.cyan-bg {
      padding: 4em 0; } }
  header.cyan-bg {
    padding: 3em 0; }
  header h1, header h2 {
    margin: 0; }

@media screen and (min-width: 992px) {
  .container.narrow {
    padding: 0 200px; } }

*:focus {
  outline: none; }

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

.grey-bg {
  background-color: #F7F7F7; }

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .9;
  -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }

.cyan-bg {
  background: #1ca9c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ca9c6), color-stop(90%, #3EB7BD));
  background: -webkit-linear-gradient(top, #1ca9c6 0%, #3EB7BD 90%);
  background: -o-linear-gradient(top, #1ca9c6 0%, #3EB7BD 90%);
  background: linear-gradient(to bottom, #1ca9c6 0%, #3EB7BD 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca9c5', endColorstr='#1ec5ce',GradientType=0 );
  color: white;
  padding: 2em 0; }
  .cyan-bg svg * {
    fill: white; }

.sky-bg {
  background: #1ca9c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ca9c6), to(#c4eaf1));
  background: -webkit-linear-gradient(top, #1ca9c6 0%, #c4eaf1 100%);
  background: -o-linear-gradient(top, #1ca9c6 0%, #c4eaf1 100%);
  background: linear-gradient(to bottom, #1ca9c6 0%, #c4eaf1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca9c5', endColorstr='#c4eaf1',GradientType=0 ); }

.sky-bg-mono {
  background-color: #c4eaf1; }

.illustration-bg::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }

.pattern-bg {
  position: relative; }
  .pattern-bg h1, .pattern-bg h2 {
    margin-top: 0; }
  .pattern-bg .container {
    background: -webkit-radial-gradient(white, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0));
    padding: 50px 0; }
  .pattern-bg:before {
    background: url(../img/pattern-LB.svg);
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
    background-size: 10em;
    border: 2px solid; }

.jumbotron {
  border-radius: 20px;
  padding: 6.5vh;
  background-color: #fbfbfb; }

.jumboBox {
  padding: 10px 25px; }
  .jumboBox__icon {
    padding: 0; }
  .jumboBox__info {
    padding: 0; }
  .jumboBox-small {
    font-size: 80%; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 1200px) {
  .vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.cta {
  margin-bottom: 0;
  padding: 1em 0; }
  .cta .cta__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .cta .cta__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .cta .cta__body .cta__body__title {
      text-align: center;
      padding: 0 15px; }
      @media screen and (min-width: 768px) {
        .cta .cta__body .cta__body__title {
          text-align: left;
          width: 60%; } }
    .cta .cta__body .cta__body__button {
      text-align: center; }

.blog--cta {
  height: 400px;
  position: relative;
  background-color: #1aa6bc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-size: 200%; }
  .blog--cta:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/blog-cta.jpg);
    background-size: cover;
    mix-blend-mode: hard-light;
    opacity: .2;
    width: 100%;
    height: 100%;
    display: block; }
  .blog--cta__text {
    padding-top: 25px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 3px #594f4f;
    position: relative;
    z-index: 1; }
    .blog--cta__text .opacizzato {
      opacity: .5; }
    .blog--cta__text .btn {
      margin-top: 2em; }

#whats-next {
  padding: 0;
  margin: 0; }
  @media (min-width: 992px) {
    #whats-next .cloud-container.first {
      left: -100px;
      position: relative;
      z-index: 2; }
    #whats-next .cloud-container.second {
      margin-top: -15%;
      position: relative;
      left: 25vh;
      z-index: 1; }
    #whats-next .cloud-container.third {
      margin-top: -20%;
      position: relative;
      left: -25vh;
      z-index: 0; } }
  #whats-next .cloud-container .cloud {
    min-width: 100%;
    background-image: url(../img/illustrations/cloud_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 455px;
    margin: 0.5vh;
    padding-top: 1em;
    min-height: 220px; }
    #whats-next .cloud-container .cloud p {
      font-size: .7em;
      max-width: 60%;
      margin: 0 auto;
      line-height: 1.5;
      margin-top: 1em;
      height: 2.5em; }
    #whats-next .cloud-container .cloud h4 {
      font-size: 1em; }
    #whats-next .cloud-container .cloud img {
      height: 3em; }
    #whats-next .cloud-container .cloud svg {
      font-size: 11px; }

.container-arrow {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 0;
  margin: auto; }
  .container-arrow::before {
    content: "";
    top: 0;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #fdfdfd transparent transparent transparent;
    z-index: 1;
    left: -8em;
    border-width: 5em 0 0 15em; }
  .container-arrow::after {
    content: "";
    top: 0;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
    left: 7em;
    border-width: 5em 15em 0 0; }

.blue-LB-light {
  color: #20BAD8; }

.green {
  color: #2ebd59; }

.drop-title {
  font-size: 15px;
  font-weight: 500; }

details {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px; }

#sayhello h1 {
  margin-top: -25px; }

.documentation h3 {
  font-size: 2.2em; }

.box-bg {
  background-color: rgba(241, 246, 248, 0.95);
  border-radius: 3vh;
  padding: 4.5vh; }

.box-bg h2 {
  margin: 0; }

.over-bg {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 23; }

.border {
  border: 1px solid #F7F7F7;
  padding: 15px;
  margin: 20px auto; }

.full-height {
  height: 100vh; }

.col-centered > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

svg path {
  fill: #333; }

/*z-index*/
.zi-1 {
  position: relative;
  z-index: -1; }

.zi0 {
  position: relative;
  z-index: 0; }

.zi1 {
  position: relative;
  z-index: 1; }

.zi2 {
  position: relative;
  z-index: 2; }

.features {
  margin: 1.5em 0; }

.features .description {
  margin-bottom: 0.5em;
  font-weight: 200;
  min-height: 180px; }

.hover-shadow:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.36s -webkit-box-shadow;
  transition: 0.36s -webkit-box-shadow;
  -o-transition: 0.36s box-shadow;
  transition: 0.36s box-shadow;
  transition: 0.36s box-shadow, 0.36s -webkit-box-shadow; }

summary:hover {
  color: #1DA7C2;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

summary {
  font-size: 1em;
  cursor: pointer; }

@media (min-width: 1200px) {
  .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

summary::-webkit-details-marker {
  display: none; }

summary:after {
  float: left;
  height: 20px;
  width: 20px;
  content: " "; }

.icon {
  /*width: 8em*/
  width: 5em;
  margin: 0 auto; }

.trial {
  padding: 85px 0; }

#trial h4 {
  margin: 0; }

.bt {
  border-top: 1px solid whitesmoke; }

.blog-post {
  padding: 20px; }

.blog-post .featured-image img, .featured-image img {
  height: 100%;
  width: 100%; }

/*border: 1px solid*/
.field-mapping option {
  font-size: 15px !important; }

#if {
  margin-top: 0; }

.wp-pagenavi {
  text-align: right;
  padding-top: 50px; }

.iss-on {
  background-image: url(../img/loader.gif) !important; }

svg#heart {
  width: 10vh; }

@media (max-width: 992px) {
  .img-large {
    display: none; } }

@media (min-width: 992px) {
  .img-small {
    display: none; } }

@media (min-width: 1200px) {
  .sky {
    margin-left: -50px; } }

/*about us*/
.member h3 {
  margin: 0;
  padding-top: 1em; }

/*Affiliates*/
/*Blog*/
.blog .blog-post h2 a {
  color: #333; }

#singlepost .jumbotron p {
  font-size: 15px; }

#singlepost .jumbotron h4 {
  margin-bottom: 0; }

/*404*/
.not-found {
  text-align: center; }

/*documentation*/
.documentation p {
  margin: 0; }

.ask {
  padding: 0 15%; }

/*EDD*/
#edd_checkout_cart,
#edd_final_total_wrap {
  display: none !important; }

#card_cvc {
  width: 150px !important; }

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input,
#billing_country,
#card_state {
  width: 100% !important; }

#edd_checkout_form_wrap select.edd-select {
  height: 37px !important; }

#vat_validate,
#vat_reset {
  margin-left: 0 !important;
  cursor: pointer !important; }

#edd-purchase-button, #edd-apply-discount {
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: bold !important;
  width: 100% !important;
  border: 2px solid #0F9D3A !important;
  background: #2EBD59 !important;
  color: white !important;
  padding: 0.5em 1.387em !important; }

#edd-purchase-button:hover, #edd-apply-discount:hover {
  border: 2px solid #2EBD59 !important;
  background: #0F9D3A !important; }

.edd-payment-icons {
  position: absolute !important;
  right: 25px !important;
  top: 117px !important; }

.edd-btn-submit {
  width: 100% !important; }

.edd-btn-submit span {
  color: white; }

/*WIDGET*/
.widget-content {
  margin-bottom: 20px !important; }

.widget-content li {
  font-size: 14px; }

.widget-content ul {
  padding-left: 10px;
  margin-left: 5px; }

/* Dropdown Menu */
.navbar-nav .page-scroll:hover ul {
  display: block; }

*[hidden] {
  display: none !important; }

::-moz-placeholder {
  color: red; }

input:-moz-placeholder {
  color: red; }

[page-name="questions-insight"] .question-insight__image {
  background-image: url("../img/illustrations/leadads-tab.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
  background-position: center -828px;
  background-size: 400px auto; }

[page-name="questions-insight"] .jumboBox {
  padding: 5px 25px;
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 15px; }
  [page-name="questions-insight"] .jumboBox:hover {
    -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  [page-name="questions-insight"] .jumboBox__icon {
    padding-top: 15px; }

[page-name="inbox-notifier"] .jumboBox {
  padding: 5px 25px;
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 15px; }
  [page-name="inbox-notifier"] .jumboBox:hover {
    -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  [page-name="inbox-notifier"] .jumboBox__icon {
    padding-top: 15px; }

[page-name="welcome-mail"] .jumboBox {
  padding: 5px 25px;
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 15px; }
  [page-name="welcome-mail"] .jumboBox:hover {
    -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  [page-name="welcome-mail"] .jumboBox__icon {
    padding-top: 15px; }

.team {
  text-align: center; }
  .team .member > .jumbotron {
    text-align: center;
    padding: 15px; }
  .team .photo {
    border-radius: 6px;
    overflow: hidden; }
    .team .photo img {
      width: 150px;
      height: 150px; }
  .team .role {
    color: #CDB8B8; }

.ca-header {
  padding: 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .ca-header__content {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 992px) {
    .ca-header__content {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 768px) {
    .ca-header__content {
      max-width: 2550px;
      margin: 0 auto;
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    .ca-header__content {
      background-position: 65% 150px;
      background-size: cover;
      background-repeat: no-repeat; } }
  .ca-header__content .ca_tony {
    position: absolute;
    width: 205px;
    bottom: 0;
    z-index: 1;
    margin-left: -70px; }
    @media screen and (max-width: 768px) {
      .ca-header__content .ca_tony {
        display: none !important; } }
  .ca-header__head {
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative; }
    @media screen and (max-width: 768px) {
      .ca-header__head {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      .ca-header__head {
        padding: 50px; } }
    @media screen and (min-width: 768px) {
      .ca-header__head {
        left: 20px; } }
    .ca-header__head__article {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ca-header__head__article__title {
        font-size: 42px; }
      .ca-header__head__article__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  .ca-header__media {
    position: relative;
    height: 100%; }
    .ca-header__media__play.play-button {
      padding: 200px 0; }

.ca-benefits {
  background-color: #F6F9FC;
  background: -webkit-linear-gradient(275deg, #fff 0%, #F6F9FC 53%, #ebecec 31%, #fff 85%, rgba(255, 255, 255, 0.01) 100%);
  background: -o-linear-gradient(275deg, #fff 0%, #F6F9FC 53%, #ebecec 31%, #fff 85%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(175deg, #fff 0%, #F6F9FC 53%, #ebecec 31%, #fff 85%, rgba(255, 255, 255, 0.01) 100%);
  margin: 0;
  padding: 60px 0 90px; }
  .ca-benefits__headline {
    padding-bottom: 40px; }
  .ca-benefits .infoBox {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.2s all cubic-bezier(0.66, 0, 0, 1); }
    @media screen and (max-width: 768px) {
      .ca-benefits .infoBox {
        margin: 10px 0; } }
    .ca-benefits .infoBox:hover {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      position: relative;
      z-index: 10;
      -webkit-box-shadow: 0 15px 35px white, 0 5px 15px rgba(80, 76, 100, 0.35);
      box-shadow: 0 15px 35px white, 0 5px 15px rgba(80, 76, 100, 0.35);
      -webkit-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.4s all cubic-bezier(0.66, 0, 0, 1); }
      .ca-benefits .infoBox:hover .infoBox__image .icon {
        -webkit-transform: scale(1.2) translateY(-10px);
        -ms-transform: scale(1.2) translateY(-10px);
        transform: scale(1.2) translateY(-10px);
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
    .ca-benefits .infoBox .divisor {
      width: 20%; }
  .ca-benefits [meta-id="giantbenefit"] .infoBox__image .icon {
    width: 10em;
    margin-top: -90px; }

.ca-features__headline {
  padding-bottom: 40px; }

.ca-features .infoBox {
  padding: 20px 10px; }
  .ca-features .infoBox .infoBox__text {
    height: 4.5em; }

.ca-delivery {
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(45%, #CAF0FE), to(#CAF0FE));
  background: -webkit-linear-gradient(top, white 0%, #CAF0FE 45%, #CAF0FE 100%);
  background: -o-linear-gradient(top, white 0%, #CAF0FE 45%, #CAF0FE 100%);
  background: linear-gradient(to bottom, white 0%, #CAF0FE 45%, #CAF0FE 100%); }
  .ca-delivery__content {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 2550px;
    margin: 0 auto; }
    .ca-delivery__content__man {
      position: relative; }
      .ca-delivery__content__man .delivery-man {
        width: 55em;
        position: absolute;
        z-index: 1;
        left: -15em;
        top: -5em; }
        @media screen and (max-width: 768px) {
          .ca-delivery__content__man .delivery-man {
            display: none; } }
        @media screen and (max-width: 1200px) {
          .ca-delivery__content__man .delivery-man {
            left: -20em; } }
    .ca-delivery__content__article {
      padding: 50px 0;
      position: relative; }
      .ca-delivery__content__article__text {
        background-color: white;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        padding: 20px 40px; }
      .ca-delivery__content__article__truck .truck {
        width: 100%;
        position: relative; }
        @media (min-width: 768px) {
          .ca-delivery__content__article__truck .truck {
            top: -30px; } }

.ca-features .icon {
  width: auto;
  height: 5em; }

[page-name="blog"] .lb-blog__container {
  padding: 0;
  margin: 0; }
  [page-name="blog"] .lb-blog__container .blog-post img {
    max-width: 100%;
    height: 100%;
    border: 2px solid #F7F7F7; }

.cintegration-header {
  padding: 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .cintegration-header__content {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 992px) {
    .cintegration-header__content {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 768px) {
    .cintegration-header__content {
      max-width: 2550px;
      margin: 0 auto;
      padding: 100px 60px 100px;
      max-height: 600px; } }
  @media screen and (max-width: 768px) {
    .cintegration-header__content {
      background-position: 65% 150px;
      background-size: cover;
      background-repeat: no-repeat; } }
  .cintegration-header__head {
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative; }
    @media screen and (max-width: 768px) {
      .cintegration-header__head {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      .cintegration-header__head {
        padding: 30px; } }
    @media screen and (min-width: 768px) {
      .cintegration-header__head {
        left: 20px; } }
    .cintegration-header__head__article {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cintegration-header__head__article__title {
        font-size: 40px; }
      .cintegration-header__head__article__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .cintegration-header__head__article__subtitle {
        font-size: 19px; }

.ci--how-works {
  margin: 0;
  padding: 2em 0; }
  .ci--how-works .ci--how-works__headline {
    text-align: center; }
    .ci--how-works .ci--how-works__headline svg {
      margin: 50px;
      -webkit-animation: roteate360 2s infinite linear;
      animation: roteate360 2s infinite linear; }

.ci--background {
  padding: 0;
  margin: 0; }
  .ci--background .ci--background__1 {
    background-image: url(../img/illustrations/how-it-works_v2_a.jpg);
    background-size: cover;
    height: 115vh;
    background-position: center 90px;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    @media (max-width: 768px) {
      .ci--background .ci--background__1 {
        background-position: -550px 90px; } }
    .ci--background .ci--background__1 .over-bg {
      height: 115vh;
      background-color: rgba(255, 255, 255, 0.15); }
      .ci--background .ci--background__1 .over-bg .ci--background__1__header {
        position: relative;
        top: 30%;
        height: 450px;
        background: rgba(255, 255, 255, 0.57);
        width: 450px;
        border-radius: 100%;
        padding: 70px 35px;
        border: 10px solid rgba(255, 255, 255, 0.5);
        margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .ci--background .ci--background__1 .ci--how-works__headline__text {
        max-width: 80%;
        margin: 0 auto; } }
  .ci--background .ci--background__2 {
    background-image: url(../img/illustrations/how-it-works_v2_b.jpg);
    background-size: cover;
    height: 115vh;
    background-position: center 90px;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    @media (max-width: 768px) {
      .ci--background .ci--background__2 {
        background-size: 400%;
        background-position: -720px center; } }
    .ci--background .ci--background__2 .over-bg {
      height: 115vh;
      background-color: rgba(255, 255, 255, 0.15); }
      .ci--background .ci--background__2 .over-bg .ci--background__2__header {
        position: relative;
        top: 30%;
        height: 450px;
        background: rgba(255, 255, 255, 0.57);
        width: 450px;
        border-radius: 100%;
        padding: 70px 35px;
        border: 10px solid rgba(255, 255, 255, 0.5);
        margin: 0 auto; }

@-webkit-keyframes roteate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes roteate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ci--example {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#faf0db));
  background: -webkit-linear-gradient(#fffbf2, #faf0db);
  background: -o-linear-gradient(#fffbf2, #faf0db);
  background: linear-gradient(#fffbf2, #faf0db);
  margin: 0;
  padding: 3em 0 0 0; }
  .ci--example .ci--example__headline {
    margin-bottom: 50px; }
    .ci--example .ci--example__headline .ci--example__headline__title {
      text-align: center; }
  .ci--example .cantiere {
    margin-top: -400px; }
    @media (max-width: 768px) {
      .ci--example .cantiere {
        margin: 0; } }
    @media (max-width: 768px) {
      .ci--example .cantiere svg {
        width: 215%;
        position: relative;
        right: 16em; } }
    .ci--example .cantiere svg #hookgru {
      -webkit-animation: 4s hookGru ease infinite alternate;
      animation: 4s hookGru ease infinite alternate; }
    .ci--example .cantiere svg #custom-crm {
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      -webkit-animation: 1.1s shakeCustomCrm ease-out infinite alternate;
      animation: 1.1s shakeCustomCrm ease-out infinite alternate; }
    .ci--example .cantiere svg #handgru {
      -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
      transform-origin: center right;
      -webkit-animation: 10s moveHandGru ease infinite alternate;
      animation: 10s moveHandGru ease infinite alternate; }
  .ci--example #messenger {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), -5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), -5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    font-family: 'Typicons', sans-serif;
    background-color: #EDEEF1;
    padding: 0;
    border-radius: 5px;
    overflow: hidden; }
  .ci--example .top-bar {
    background: #3B7FAF;
    color: white;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .ci--example .top-bar i {
      font-size: 10px;
      position: relative;
      bottom: 3px;
      padding: 0 5px; }
  .ci--example .top-bar .left {
    float: left; }
  .ci--example .top-bar .right {
    float: right;
    padding-top: 5px; }
  .ci--example .top-bar > * {
    position: relative; }
  .ci--example .discussion {
    list-style: none;
    margin-bottom: 40px;
    padding: 0; }
  .ci--example .discussion li {
    padding: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-animation-duration: .36s;
    animation-duration: .36s; }
  .ci--example .discussion .message-divisor {
    color: #b5b5b5;
    font-weight: 100;
    font-size: 12px;
    opacity: 0;
    -webkit-animation-duration: .36s;
    animation-duration: .36s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .ci--example .discussion .avatar {
    width: 40px;
    position: relative; }
  .ci--example .discussion .avatar img {
    display: block;
    width: 100%; }
  .ci--example .other .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-left-color: transparent;
    border-bottom-color: transparent; }
  .ci--example .self {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .ci--example .self .messages {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom-right-radius: 0; }
  .ci--example .self .avatar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .ci--example .self .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .ci--example .messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .ci--example .messages p {
    font-size: 80%;
    margin: 0 0 0.2rem 0; }
  .ci--example .messages time {
    font-size: 0.7rem;
    color: #ccc; }

@-webkit-keyframes hookGru {
  from {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px); }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes hookGru {
  from {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px); }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes shakeCustomCrm {
  from {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@keyframes shakeCustomCrm {
  from {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-webkit-keyframes moveHandGru {
  from {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  to {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

@keyframes moveHandGru {
  from {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  to {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

.ci--features {
  padding: 5em 0;
  margin: 0; }
  .ci--features .ci--features__text {
    padding-bottom: 2em; }
  @media (max-width: 768px) {
    .ci--features .ci--features__item {
      padding-top: 2em; } }
  @media (max-width: 768px) {
    .ci--features .ci--features__item h3 {
      margin-top: 0em; } }

.ci--last-section {
  position: relative;
  margin: 0;
  padding: 5em 0; }

/*background-image:linear-gradient(#e7e7e7,#d7d7d7)*/
.clock-wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  padding: 5px;
  border-radius: 50%; }

.clock-base {
  width: 250px;
  height: 250px;
  background-color: #fbfbfb;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff; }

.click-indicator {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  width: 230px;
  height: 230px; }

.click-indicator div {
  position: absolute;
  width: 2px;
  height: 4px;
  margin: 113px 114px;
  background-color: #ddd; }

.click-indicator div:nth-child(1) {
  -webkit-transform: rotate(30deg) translateY(-113px);
  -ms-transform: rotate(30deg) translateY(-113px);
  transform: rotate(30deg) translateY(-113px); }

.click-indicator div:nth-child(2) {
  -webkit-transform: rotate(60deg) translateY(-113px);
  -ms-transform: rotate(60deg) translateY(-113px);
  transform: rotate(60deg) translateY(-113px); }

.click-indicator div:nth-child(3) {
  -webkit-transform: rotate(90deg) translateY(-113px);
  -ms-transform: rotate(90deg) translateY(-113px);
  transform: rotate(90deg) translateY(-113px);
  background-color: #aaa; }

.click-indicator div:nth-child(4) {
  -webkit-transform: rotate(120deg) translateY(-113px);
  -ms-transform: rotate(120deg) translateY(-113px);
  transform: rotate(120deg) translateY(-113px); }

.click-indicator div:nth-child(5) {
  -webkit-transform: rotate(150deg) translateY(-113px);
  -ms-transform: rotate(150deg) translateY(-113px);
  transform: rotate(150deg) translateY(-113px); }

.click-indicator div:nth-child(6) {
  -webkit-transform: rotate(180deg) translateY(-113px);
  -ms-transform: rotate(180deg) translateY(-113px);
  transform: rotate(180deg) translateY(-113px);
  background-color: #aaa; }

.click-indicator div:nth-child(7) {
  -webkit-transform: rotate(210deg) translateY(-113px);
  -ms-transform: rotate(210deg) translateY(-113px);
  transform: rotate(210deg) translateY(-113px); }

.click-indicator div:nth-child(8) {
  -webkit-transform: rotate(240deg) translateY(-113px);
  -ms-transform: rotate(240deg) translateY(-113px);
  transform: rotate(240deg) translateY(-113px); }

.click-indicator div:nth-child(9) {
  -webkit-transform: rotate(270deg) translateY(-113px);
  -ms-transform: rotate(270deg) translateY(-113px);
  transform: rotate(270deg) translateY(-113px);
  background-color: #aaa; }

.click-indicator div:nth-child(10) {
  -webkit-transform: rotate(300deg) translateY(-113px);
  -ms-transform: rotate(300deg) translateY(-113px);
  transform: rotate(300deg) translateY(-113px); }

.click-indicator div:nth-child(11) {
  -webkit-transform: rotate(330deg) translateY(-113px);
  -ms-transform: rotate(330deg) translateY(-113px);
  transform: rotate(330deg) translateY(-113px); }

.click-indicator div:nth-child(12) {
  -webkit-transform: rotate(360deg) translateY(-113px);
  -ms-transform: rotate(360deg) translateY(-113px);
  transform: rotate(360deg) translateY(-113px);
  background-color: #c00; }

.clock-hour {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 128px;
  width: 4px;
  height: 65px;
  background-color: #555;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 2px 50px;
  -ms-transform-origin: 2px 50px;
  transform-origin: 2px 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-animation: roteateHand 20s linear infinite;
  animation: roteateHand 20s linear infinite; }

.clock-minute {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 128px;
  width: 4px;
  height: 85px;
  background-color: #555;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 2px 70px;
  -ms-transform-origin: 2px 70px;
  transform-origin: 2px 70px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-animation: roteateHand 5s linear infinite;
  animation: roteateHand 5s linear infinite; }

.clock-second {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 129px;
  width: 2px;
  height: 130px;
  background-color: tomato;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 1px 110px;
  -ms-transform-origin: 1px 110px;
  transform-origin: 1px 110px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-animation: roteateHand 2s linear infinite;
  animation: roteateHand 2s linear infinite; }

.clock-second:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  bottom: 14px;
  width: 8px;
  height: 8px;
  background-color: #a00;
  border: solid 2px #a00;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 55px;
  left: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
  border-radius: 50%; }

.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  background-color: #ddd;
  border-radius: 50%; }

@-webkit-keyframes roteateHand {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes roteateHand {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.documentation .border {
  margin: 0; }

.documentation a {
  color: dimgray; }
  .documentation a:hover, .documentation a:focus, .documentation a:active, .documentation a.active {
    outline: 0;
    color: #18bc9c; }
  .documentation a .doc-item {
    margin-bottom: 5px; }
  .documentation a .doc-page p {
    margin-bottom: 0.2em; }

.documentation img {
  max-width: 100% !important;
  height: 100%; }

.documentation li {
  padding-bottom: 10px; }

[page="home"] .home--header {
  padding-bottom: 250px;
  padding-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    [page="home"] .home--header {
      padding-bottom: 100px;
      background-size: 200%;
      background-color: #DDE9FC;
      background-position: bottom; } }
  [page="home"] .home--header .home--header__article {
    text-align: center; }
    @media screen and (min-width: 768px) {
      [page="home"] .home--header .home--header__article {
        padding: 20px 15% 50px; } }
    [page="home"] .home--header .home--header__article__title {
      margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      [page="home"] .home--header .home--header__article {
        padding: 0 1% 50px; }
        [page="home"] .home--header .home--header__article__title {
          font-size: 8.5vw !important; } }

[page="home"] .home--footerCTA {
  padding: 6em 15px;
  margin-top: 0; }

[page="home"] [name="LBT-sectionLogos"].asseenon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, whitesmoke 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, whitesmoke 100%);
  background-image: linear-gradient(180deg, #fafafa 0%, whitesmoke 100%);
  padding: 50px 0;
  margin: 0; }
  [page="home"] [name="LBT-sectionLogos"].asseenon .section-logos__headline {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    [page="home"] [name="LBT-sectionLogos"].asseenon [name="LBT-logoCompanies"] {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media screen and (max-width: 768px) {
    [page="home"] [name="LBT-sectionLogos"].asseenon [name="LBT-logoCompanies"] .logo-company {
      width: calc(100% / 3); } }
  @media screen and (min-width: 768px) {
    [page="home"] [name="LBT-sectionLogos"].asseenon [name="LBT-logoCompanies"] .logo-company {
      width: 100%; } }

[page="home"] [name="LBT-industries"] {
  margin-bottom: 0;
  padding-bottom: 0; }

[page='integration'] .cyan-bg {
  padding: 2em 0; }
  [page='integration'] .cyan-bg h3 {
    margin: 0 0 30px; }
  [page='integration'] .cyan-bg input {
    background-color: rgba(255, 255, 255, 0.15);
    width: 80%;
    margin: 0 auto;
    border: 2px solid white;
    font-size: 1.5em;
    padding: 25px 30px;
    color: white;
    font-weight: 800;
    -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
    @media (max-width: 768px) {
      [page='integration'] .cyan-bg input {
        font-size: 5vw; } }
    @media (min-width: 768px) and (max-width: 992px) {
      [page='integration'] .cyan-bg input {
        font-size: 3vw; } }
    [page='integration'] .cyan-bg input::-webkit-input-placeholder {
      color: white;
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
    [page='integration'] .cyan-bg input:focus {
      width: 85%;
      background-color: rgba(255, 255, 255, 0.8);
      color: #333333;
      -webkit-transition: 0.2 all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.2 all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.2 all cubic-bezier(0.66, 0, 0, 1); }
      [page='integration'] .cyan-bg input:focus::-webkit-input-placeholder {
        color: #cccccc;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }

[page='integration'] .integration-adv-filters {
  text-align: left;
  padding: 10px 115px; }
  [page='integration'] .integration-adv-filters__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0; }
    [page='integration'] .integration-adv-filters__items #menu-integration-menu {
      width: 100%;
      margin: 0;
      padding: 0; }
      [page='integration'] .integration-adv-filters__items #menu-integration-menu .integration-tag {
        width: 100%;
        border: 2px solid transparent;
        display: inline;
        padding: 5px 10px;
        font-size: 80%;
        border-radius: 100px;
        margin: 0 5px; }
        [page='integration'] .integration-adv-filters__items #menu-integration-menu .integration-tag > a {
          text-decoration: none;
          color: white; }
        [page='integration'] .integration-adv-filters__items #menu-integration-menu .integration-tag:hover {
          -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          background-color: #20bad8;
          -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
        [page='integration'] .integration-adv-filters__items #menu-integration-menu .integration-tag.active {
          -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
          border-color: white; }
          [page='integration'] .integration-adv-filters__items #menu-integration-menu .integration-tag.active > a {
            color: white; }
  [page='integration'] .integration-adv-filters__show-product {
    background-color: #1DA7C2;
    border-radius: 100px;
    width: 200px;
    padding: 5px 10px;
    font-size: 80%;
    color: white;
    cursor: pointer;
    text-align: center; }
    [page='integration'] .integration-adv-filters__show-product:hover {
      background-color: #168196;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.3s all cubic-bezier(0.66, 0, 0, 1); }

[page='integration'] .integration-list {
  margin: 0;
  padding: 1.5em 0; }

@media (min-width: 768px) {
  [page='integration'] .integration-container {
    border-left: 2px solid #f5f8fb; } }

@media (max-width: 768px) {
  [page='integration'] .integration-container {
    padding: 0; } }

[page='integration'] .integration-section {
  padding: 0 10px;
  margin: 0;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    [page='integration'] .integration-section {
      padding: 0 10px;
      float: left;
      width: 100%; } }
  [page='integration'] .integration-section:nth-of-type(even) {
    background-color: #F5F8FB;
    border-radius: 10px; }
  [page='integration'] .integration-section .table-integration__item {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-bottom: 10px; }
    [page='integration'] .integration-section .table-integration__item__logos-box {
      background-color: white;
      border: 1px solid #efefef;
      min-height: 82px;
      border-radius: 4px;
      margin-bottom: 0;
      padding: 15px;
      position: relative;
      float: left;
      width: 100%; }
      [page='integration'] .integration-section .table-integration__item__logos-box:hover {
        -webkit-box-shadow: 0 10px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 35px 0 rgba(23, 55, 87, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: 0.26s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.26s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.26s all cubic-bezier(0.66, 0, 0, 1);
        position: relative;
        z-index: 1; }
        [page='integration'] .integration-section .table-integration__item__logos-box:hover:before {
          content: "";
          background-color: red;
          mix-blend-mode: hard-light;
          top: 0;
          left: 0; }
      [page='integration'] .integration-section .table-integration__item__logos-box__info {
        width: 100%; }
        [page='integration'] .integration-section .table-integration__item__logos-box__info .integration__name {
          text-align: center;
          margin-bottom: 0;
          margin-left: 5px; }
      @media (max-width: 768px) {
        [page='integration'] .integration-section .table-integration__item__logos-box {
          margin-bottom: 10px;
          padding: 5px;
          height: 75px; } }
      [page='integration'] .integration-section .table-integration__item__logos-box__logo {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain;
        width: 100%;
        height: 50px; }
      [page='integration'] .integration-section .table-integration__item__logos-box__info {
        float: left; }
        [page='integration'] .integration-section .table-integration__item__logos-box__info__tag {
          padding: 0;
          border-color: #fafafa;
          background-color: white;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          width: 100%;
          -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
          height: 0;
          opacity: 0; }
          [page='integration'] .integration-section .table-integration__item__logos-box__info__tag.open {
            padding: 10px 0;
            opacity: 1;
            height: 110px; }
          @media (max-width: 768px) {
            [page='integration'] .integration-section .table-integration__item__logos-box__info__tag {
              display: none; } }
          [page='integration'] .integration-section .table-integration__item__logos-box__info__tag .integration-tag {
            padding: 2px 10px;
            background-color: #fafafa;
            border-radius: 5px;
            border: 1px solid #efefef;
            font-size: 60%;
            margin-right: 5px; }

[page='integration'] #integrationModal .modal-dialog .modal-content {
  border: 0;
  text-align: center;
  margin: 0;
  padding: 40px;
  padding-top: 0;
  background-color: #f5f7fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #32c4e0), color-stop(21%, white));
  background: -webkit-linear-gradient(#32c4e0 21%, white 21%);
  background: -o-linear-gradient(#32c4e0 21%, white 21%);
  background: linear-gradient(#32c4e0 21%, white 21%);
  -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); }
  [page='integration'] #integrationModal .modal-dialog .modal-content .modal-header {
    border: 0; }
    [page='integration'] #integrationModal .modal-dialog .modal-content .modal-header .close {
      font-size: 40px; }
    [page='integration'] #integrationModal .modal-dialog .modal-content .modal-header .modal-title {
      margin-top: -25px; }
    [page='integration'] #integrationModal .modal-dialog .modal-content .modal-header .modal-logo {
      min-height: 50px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 75%;
      width: 180px;
      height: 180px;
      background-color: white;
      border-radius: 100%;
      padding: 40px;
      margin: 0 auto;
      margin-top: 25px; }
  [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body {
    padding: 0 25px 40px;
    text-align: left; }
    [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body__text {
      margin-bottom: 50px;
      opacity: .6; }
    [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body .modal-tags__label {
      margin-top: 20px; }
      [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body .modal-tags__label__title {
        margin-top: -35px;
        width: 100%;
        text-transform: uppercase;
        text-align: center; }
        [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body .modal-tags__label__title hr {
          margin-top: -10px; }
      [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body .modal-tags__label__container {
        padding: 20px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row; }
        [page='integration'] #integrationModal .modal-dialog .modal-content .modal-body .modal-tags__label__container .integration-tag {
          padding: 2px 10px;
          background-color: #fafafa;
          border-radius: 5px;
          border: 1px solid #efefef;
          margin: 5px;
          text-align: center; }
  [page='integration'] #integrationModal .modal-dialog .modal-content .modal-footer {
    text-align: center;
    padding-bottom: 0;
    border: 0; }

@media (max-width: 768px) {
  [page='integration'] .integration-sidebar {
    display: none; } }

@media (max-width: 1200px) {
  [page='integration'] .integration-sidebar .menu-integration-menu-container {
    margin-left: -50px; } }

[page='integration'] .integration-sidebar .menu-integration-menu-container.event-fixed {
  width: 250px;
  position: fixed;
  top: 350px;
  overflow: hidden; }
  @media (max-width: 992px) {
    [page='integration'] .integration-sidebar .menu-integration-menu-container.event-fixed {
      width: 200px; } }
  @media (max-width: 1200px) {
    [page='integration'] .integration-sidebar .menu-integration-menu-container.event-fixed {
      margin-left: -50px; } }

[page='integration'] .integration-sidebar .menu-integration-menu-container #menu-integration-menu {
  list-style-type: none;
  padding: 0; }
  [page='integration'] .integration-sidebar .menu-integration-menu-container #menu-integration-menu .integration-anchor {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    padding: 5px 20px;
    font-size: 80%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.4s all cubic-bezier(0.66, 0, 0, 1); }
    [page='integration'] .integration-sidebar .menu-integration-menu-container #menu-integration-menu .integration-anchor > a {
      color: #404040;
      text-decoration: none; }
      [page='integration'] .integration-sidebar .menu-integration-menu-container #menu-integration-menu .integration-anchor > a.disabled {
        color: #b3b3b3;
        cursor: not-allowed; }
    [page='integration'] .integration-sidebar .menu-integration-menu-container #menu-integration-menu .integration-anchor.active {
      border-left: 3px solid #1DA7C2;
      border-right: 3px solid #f57172;
      font-weight: 800;
      background-color: #f9fbfc;
      border-radius: 20px; }
      [page='integration'] .integration-sidebar .menu-integration-menu-container #menu-integration-menu .integration-anchor.active > a {
        color: #4d4d4d; }

[page-name="lead-ads"] .page-header {
  background-image: -webkit-linear-gradient(330deg, #a1c4fd 0%, #c2e9fb 100%);
  background-image: -o-linear-gradient(330deg, #a1c4fd 0%, #c2e9fb 100%);
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  position: relative;
  height: 100%; }
  @media screen and (min-width: 768px) {
    [page-name="lead-ads"] .page-header__head {
      left: -50px; } }
  [page-name="lead-ads"] .page-header__head h1 {
    padding-bottom: 15px; }
  [page-name="lead-ads"] .page-header:before {
    background-image: url("../img/illustrations/leadads-header.png");
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute; }
    @media screen and (min-width: 768px) {
      [page-name="lead-ads"] .page-header:before {
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (min-width: 992px) {
      [page-name="lead-ads"] .page-header:before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (max-width: 768px) {
      [page-name="lead-ads"] .page-header:before {
        background-position: 53% 170px;
        background-size: cover;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) {
      [page-name="lead-ads"] .page-header:before {
        background-size: 120em;
        background-repeat: no-repeat;
        background-position: -60em bottom; } }

@media screen and (min-width: 768px) {
  [page-name="lead-ads"] .tap-tap-done__article {
    padding-left: 40px; } }

[page-name="lead-ads"] .lead-ads-features {
  text-align: center; }
  [page-name="lead-ads"] .lead-ads-features__wrapper {
    padding-top: 30px; }

[page-name="lead-ads"] .lead-ads-products .products-tab {
  width: 100%; }
  @media screen and (max-width: 768px) {
    [page-name="lead-ads"] .lead-ads-products .products-tab {
      padding: 2.5px; } }
  @media screen and (max-width: 768px) {
    [page-name="lead-ads"] .lead-ads-products .products-tab li {
      width: calc(100%/3);
      float: left; }
      [page-name="lead-ads"] .lead-ads-products .products-tab li .tablinks {
        font-size: 2.2vw;
        padding: 1vw 5vw; }
        [page-name="lead-ads"] .lead-ads-products .products-tab li .tablinks.active {
          border: 0;
          outline: 5px solid #36ce64; } }

[page-name="lead-ads"] .lead-ads-products .lead-ads__products-tab-flat {
  background-color: white;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  position: fixed;
  padding-top: 100px;
  top: 0;
  z-index: 3;
  width: 100%;
  opacity: 0; }
  [page-name="lead-ads"] .lead-ads-products .lead-ads__products-tab-flat.visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.2s all cubic-bezier(0.66, 0, 0, 1); }
    @media screen and (max-width: 768px) {
      [page-name="lead-ads"] .lead-ads-products .lead-ads__products-tab-flat.visible {
        padding-top: 60px; } }
    [page-name="lead-ads"] .lead-ads-products .lead-ads__products-tab-flat.visible li {
      padding-bottom: 0;
      padding-top: 10px; }

[page-name="lead-ads"] .lead-ads-products__wrapper .tab-section {
  padding: 1em 0.5em; }
  [page-name="lead-ads"] .lead-ads-products__wrapper .tab-section:hover {
    background-color: #fafafa;
    -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
    border-radius: 10px; }
    [page-name="lead-ads"] .lead-ads-products__wrapper .tab-section:hover .jumboBox {
      background-color: white; }

[page-name="lead-ads"] .lead-ads-products__wrapper .lead-ads-features {
  text-align: center; }
  [page-name="lead-ads"] .lead-ads-products__wrapper .lead-ads-features__wrapper {
    padding: 30px 20px 0; }
    [page-name="lead-ads"] .lead-ads-products__wrapper .lead-ads-features__wrapper .infoBox {
      padding: 10px 25px; }

[page-name="lead-ads"] .lead-ads-products__wrapper .lead-guarantee__image {
  background-image: url("../img/illustrations/leadads-tab.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 350px;
  background-position: center -1228px;
  background-size: 400px auto; }

[page-name="lead-ads"] .lead-ads-products__wrapper .welcome-mail .mailbox-image {
  background-image: url("../img/illustrations/leadads-tab.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 350px;
  background-position: center -428px;
  background-size: 400px auto; }

[page-name="lead-ads"] .lead-ads-products__wrapper .welcome-mail .coupon__image {
  background-image: url("../img/illustrations/welcome-mail__coupon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 250px;
  background-size: contain;
  background-position: top center; }

[page-name="lead-ads"] .lead-ads-products__wrapper .fields-mapping__image {
  padding-top: 20px; }

[page-name="lead-ads"] .lead-ads-products__wrapper .fields-mapping .advanced-segment__image {
  background-image: url("../img/illustrations/leadads-tab.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 350px;
  background-position: center 0px;
  background-size: 350px auto; }

[page-name="lead-ads"] .lead-ads-products__wrapper .question-insight__image {
  background-image: url("../img/illustrations/leadads-tab.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 350px;
  background-position: center -828px;
  background-size: 400px auto; }

[page-name="lead-ads"] .lead-ads-products__wrapper .jumboBox {
  padding: 5px 25px;
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 15px; }
  [page-name="lead-ads"] .lead-ads-products__wrapper .jumboBox:hover {
    -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  [page-name="lead-ads"] .lead-ads-products__wrapper .jumboBox__icon {
    padding-top: 15px; }

[page-name="lead-ads"] .lead-ads-csvslave__cf-wrapper {
  position: relative; }

[page-name="lead-ads"] .schedule-demo-cf__content__action h2 {
  font-size: 2.3em; }

[page-name="offline-convertion"] .oc-header {
  text-align: center;
  padding: 0;
  position: relative; }
  [page-name="offline-convertion"] .oc-header__head__article__title {
    color: #1a6164;
    padding: 15px 0; }
  [page-name="offline-convertion"] .oc-header .section-background {
    max-width: 2550px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      [page-name="offline-convertion"] .oc-header .section-background {
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (max-width: 768px) {
      [page-name="offline-convertion"] .oc-header .section-background {
        background-position: 40% center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px; } }
  [page-name="offline-convertion"] .oc-header .play-button {
    padding: 130px 0; }

[page-name="offline-convertion"] .oc-convertion-sync {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    [page-name="offline-convertion"] .oc-convertion-sync__gif {
      padding: 20px 0px 60px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    [page-name="offline-convertion"] .oc-convertion-sync__gif {
      padding: 20px 0px 60px; } }
  [page-name="offline-convertion"] .oc-convertion-sync .infoBox {
    text-align: center;
    height: 300px; }

[page-name="offline-convertion"] .oc-footer__content.section-background {
  position: relative; }
  @media screen and (min-width: 768px) {
    [page-name="offline-convertion"] .oc-footer__content.section-background {
      max-width: 2550px;
      margin: 0 auto;
      padding: 30px;
      background-repeat: no-repeat;
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 2700px;
      background-position: top center; } }
  @media screen and (max-width: 768px) {
    [page-name="offline-convertion"] .oc-footer__content.section-background {
      background-position: 35% 0%; } }

[page-name="offline-convertion"] .oc-footer__content__figure {
  height: 600px;
  position: relative; }
  [page-name="offline-convertion"] .oc-footer__content__figure__title {
    color: #1a6164;
    margin: 0;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      [page-name="offline-convertion"] .oc-footer__content__figure__title {
        padding-top: 20px;
        text-align: center; } }
  [page-name="offline-convertion"] .oc-footer__content__figure .figure-lb {
    -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    opacity: 0;
    position: absolute;
    width: 420px;
    bottom: 0;
    left: 350px; }
    [page-name="offline-convertion"] .oc-footer__content__figure .figure-lb.display {
      opacity: 1 !important;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
    @media screen and (max-width: 768px) {
      [page-name="offline-convertion"] .oc-footer__content__figure .figure-lb {
        opacity: 1 !important; } }
  [page-name="offline-convertion"] .oc-footer__content__figure .figure-chair {
    -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    opacity: 1;
    position: absolute;
    width: 340px;
    -webkit-transform: translateX(-10px) rotateY(180deg);
    transform: translateX(-10px) rotateY(180deg);
    left: 0px;
    bottom: 0; }
    [page-name="offline-convertion"] .oc-footer__content__figure .figure-chair.moved {
      -webkit-transform: translateX(10px) rotateY(180deg);
      transform: translateX(10px) rotateY(180deg);
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }

[page-name="offline-convertion"] .oc-footer__content__action {
  background-color: white; }
  [page-name="offline-convertion"] .oc-footer__content__action .action-demo {
    text-align: center; }
    @media screen and (max-width: 768px) {
      [page-name="offline-convertion"] .oc-footer__content__action .action-demo {
        padding: 30px 0 0 0; } }
  [page-name="offline-convertion"] .oc-footer__content__action .action-divisor {
    text-transform: uppercase;
    text-align: center;
    border: 0 solid #eeedef;
    border-top-width: 1px;
    height: 0;
    margin: 40px auto;
    clear: both;
    display: block;
    position: relative; }
    [page-name="offline-convertion"] .oc-footer__content__action .action-divisor:after {
      content: " OR ";
      display: block;
      position: absolute;
      left: calc(50% - 50px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      margin: -15px auto;
      /* border-radius: 50px; */
      overflow: hidden;
      /* box-shadow: 0 0 0 1px #eef, 0 0 5px; */
      background-color: white;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
  [page-name="offline-convertion"] .oc-footer__content__action .action-trial {
    text-align: center; }

[page-name="offline-convertion"] .integration-section {
  padding: 0;
  margin: 0; }

/* HEADER */
.pixel--header {
  position: relative;
  height: 100%;
  min-height: 550px; }
  .pixel--header:before {
    background-image: url("../img/illustrations/pixel-header.jpg");
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute; }
    @media screen and (min-width: 768px) {
      .pixel--header:before {
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (min-width: 992px) {
      .pixel--header:before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (max-width: 768px) {
      .pixel--header:before {
        background-position: 53% 170px;
        background-size: cover;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) {
      .pixel--header:before {
        background-size: 120em;
        background-repeat: no-repeat;
        background-position: -60em bottom; } }
  .pixel--header h1 {
    font-size: 50px !important; }

/* SECTION SUPER */
.pixel--super {
  padding: 0;
  background: #FF5F6D;
  background: -webkit-gradient(linear, right top, left top, from(#FFC371), to(#f8ab4b));
  background: -webkit-linear-gradient(right, #FFC371, #f8ab4b);
  background: -o-linear-gradient(right, #FFC371, #f8ab4b);
  background: linear-gradient(to left, #FFC371, #f8ab4b); }

.pixel--super__title {
  padding-top: 1em; }

/* SECTION FOCUS FUNCTION APP */
.pixel--focus-functions {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px; }

.pixel--focus-functions__function {
  margin: 0.5em 0; }

.pixel--focus-functions_function:not(:nth-last-child(1)) {
  border-bottom: 2px dashed #e8e8e8; }

.pixel--focus-functions__function:hover {
  -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
  cursor: pointer;
  border-radius: 10px; }
  .pixel--focus-functions__function:hover .pixel--focus-functions__function__title {
    color: #41B5CB;
    -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.3s all cubic-bezier(0.66, 0, 0, 1); }

/* SECTION BOX 9 ICONS */
.pixel--icons {
  text-align: center; }

.pixel--icons__icon {
  padding: 10px;
  min-height: 190px; }

.pixel--icons__icon:hover img {
  -webkit-animation: 0.2s shake-icon linear;
  animation: 0.2s shake-icon linear; }

.pixel--icons__icon_text {
  text-align: center;
  min-height: 50px;
  padding-top: 10px; }

/* SECTION HOW IT WORKS */
.pixel-how-it-works__title {
  text-align: center; }

.pixel-how-it-works__steps {
  text-align: center; }

.pixel-how-it-works__steps__step {
  min-height: 300px;
  border: 2px solid #C6C6C6;
  border-radius: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }

.pixel-how-it-works__steps__step__title {
  letter-spacing: 1px;
  margin-top: -35px;
  text-align: center; }

.pixel-how-it-works__steps__step__number {
  padding-bottom: 30px; }

.pixel-how-it-works__steps__step__number__title {
  position: absolute;
  font-size: 400px;
  opacity: .03;
  right: 0;
  left: 0;
  top: -100px;
  z-index: -1;
  margin: 0; }

.pixel-how-it-works__steps__step.one {
  border-top: #F3595B 5px solid; }
  .pixel-how-it-works__steps__step.one .pixel-how-it-works__steps__step__title {
    color: #F3595B; }

.pixel-how-it-works__steps__step.two {
  border-top: #2ebd59 5px solid; }
  .pixel-how-it-works__steps__step.two .pixel-how-it-works__steps__step__title {
    color: #2ebd59; }

.pixel-how-it-works__steps__step.three {
  border-top: #1DA7C2 5px solid; }
  .pixel-how-it-works__steps__step.three .pixel-how-it-works__steps__step__title {
    color: #1DA7C2; }

/* SECTION TRIAL */
.pixel--trial {
  height: 100%;
  background: -webkit-radial-gradient(bottom, ellipse, #05477f 0%, #000000 100%);
  background: -o-radial-gradient(bottom, ellipse, #05477f 0%, #000000 100%);
  background: radial-gradient(ellipse at bottom, #05477f 0%, #000000 100%);
  overflow: hidden;
  padding: 3em 0 0 0; }

.pixel--trial__title {
  background: -webkit-linear-gradient(white, #a8aaab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.pixel--trial__text {
  font-weight: 100;
  color: white; }

#stars, #stars2, #stars3 {
  margin-left: -300px; }

#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  -webkit-box-shadow: 309px 853px #FFF , 1697px 1383px #FFF , 1751px 1860px #FFF , 1003px 89px #FFF , 604px 781px #FFF , 1400px 924px #FFF , 777px 1194px #FFF , 91px 1421px #FFF , 712px 1819px #FFF , 982px 1308px #FFF , 846px 163px #FFF , 899px 519px #FFF , 356px 1089px #FFF , 1642px 1256px #FFF , 264px 1730px #FFF , 1026px 366px #FFF , 1250px 672px #FFF , 1998px 1749px #FFF , 1237px 1572px #FFF , 1688px 247px #FFF , 948px 637px #FFF , 149px 805px #FFF , 306px 696px #FFF , 1688px 263px #FFF , 649px 698px #FFF , 1860px 1741px #FFF , 1553px 384px #FFF , 719px 972px #FFF , 1346px 1702px #FFF , 1958px 1119px #FFF , 1549px 1740px #FFF , 1772px 1432px #FFF , 254px 113px #FFF , 837px 1876px #FFF , 1658px 21px #FFF , 413px 1283px #FFF , 955px 1392px #FFF , 1293px 678px #FFF , 841px 156px #FFF , 201px 737px #FFF , 988px 376px #FFF , 942px 439px #FFF , 1068px 871px #FFF , 1818px 598px #FFF , 1662px 916px #FFF , 349px 691px #FFF , 350px 1599px #FFF , 833px 1802px #FFF , 1914px 1834px #FFF , 1881px 745px #FFF , 1373px 958px #FFF , 509px 1848px #FFF , 1771px 119px #FFF , 818px 277px #FFF , 385px 1433px #FFF , 1495px 567px #FFF , 1754px 1741px #FFF , 1801px 1706px #FFF , 501px 1650px #FFF , 1588px 806px #FFF , 505px 608px #FFF , 1056px 776px #FFF , 118px 1758px #FFF , 1249px 1947px #FFF , 523px 1655px #FFF , 128px 369px #FFF , 848px 1046px #FFF , 1757px 1598px #FFF , 1192px 828px #FFF , 1616px 351px #FFF , 16px 241px #FFF , 601px 825px #FFF , 1227px 85px #FFF , 1173px 1444px #FFF , 216px 469px #FFF , 1715px 1370px #FFF , 312px 589px #FFF , 1678px 1699px #FFF , 1269px 789px #FFF , 1076px 1191px #FFF , 1067px 6px #FFF , 930px 42px #FFF , 189px 1629px #FFF , 1264px 1065px #FFF , 1234px 1493px #FFF , 602px 189px #FFF , 328px 1782px #FFF , 1743px 105px #FFF , 1980px 881px #FFF , 511px 1767px #FFF , 1121px 614px #FFF , 1558px 1088px #FFF , 384px 686px #FFF , 1558px 1113px #FFF , 1517px 1141px #FFF , 236px 523px #FFF , 173px 1068px #FFF , 1062px 1593px #FFF , 1329px 1459px #FFF , 865px 1686px #FFF , 1035px 1217px #FFF , 1348px 932px #FFF , 1339px 1944px #FFF , 414px 1847px #FFF , 1938px 1630px #FFF , 1424px 342px #FFF , 1853px 1405px #FFF , 1178px 1481px #FFF , 1261px 1234px #FFF , 255px 1035px #FFF , 1766px 1806px #FFF , 429px 983px #FFF , 59px 1133px #FFF , 1347px 831px #FFF , 1831px 1801px #FFF , 1007px 254px #FFF , 1507px 701px #FFF , 723px 1796px #FFF , 1891px 1901px #FFF , 735px 99px #FFF , 1981px 1593px #FFF , 743px 74px #FFF , 1470px 860px #FFF , 429px 994px #FFF , 687px 50px #FFF , 668px 368px #FFF , 927px 101px #FFF , 981px 23px #FFF , 853px 650px #FFF , 544px 305px #FFF , 1967px 362px #FFF , 947px 1254px #FFF , 1765px 652px #FFF , 1068px 491px #FFF , 936px 595px #FFF , 881px 462px #FFF , 1814px 63px #FFF , 1988px 692px #FFF , 1388px 916px #FFF , 1958px 759px #FFF , 1887px 652px #FFF , 745px 913px #FFF , 1640px 283px #FFF , 1132px 1550px #FFF , 1312px 229px #FFF , 400px 754px #FFF , 14px 719px #FFF , 426px 425px #FFF , 1741px 149px #FFF , 1051px 216px #FFF , 1253px 52px #FFF , 173px 1046px #FFF , 1348px 1309px #FFF , 1541px 516px #FFF , 1105px 108px #FFF , 65px 1604px #FFF , 1923px 1200px #FFF , 1571px 1281px #FFF , 93px 1425px #FFF , 1761px 918px #FFF , 525px 80px #FFF , 998px 1982px #FFF , 230px 917px #FFF , 1269px 1585px #FFF , 1769px 1806px #FFF , 1102px 795px #FFF , 169px 1459px #FFF , 1859px 56px #FFF , 948px 168px #FFF , 1660px 1860px #FFF , 96px 777px #FFF , 352px 1930px #FFF , 1158px 1926px #FFF , 1716px 1166px #FFF , 285px 399px #FFF , 1820px 687px #FFF , 954px 396px #FFF , 534px 358px #FFF , 979px 1128px #FFF , 1047px 1331px #FFF , 1756px 1918px #FFF , 1542px 242px #FFF , 1982px 1547px #FFF , 1456px 262px #FFF , 1081px 636px #FFF , 597px 1903px #FFF , 1035px 1044px #FFF , 765px 956px #FFF , 1255px 97px #FFF , 646px 1085px #FFF , 1140px 1061px #FFF , 270px 1476px #FFF , 1390px 1214px #FFF , 169px 795px #FFF , 696px 1326px #FFF , 1595px 1582px #FFF , 911px 249px #FFF , 1951px 1112px #FFF , 636px 1724px #FFF , 1014px 1593px #FFF , 1134px 378px #FFF , 312px 862px #FFF , 1980px 1550px #FFF , 909px 114px #FFF , 1193px 355px #FFF , 723px 1931px #FFF , 676px 31px #FFF , 1740px 964px #FFF , 1852px 1395px #FFF , 1198px 590px #FFF , 1291px 1625px #FFF , 374px 666px #FFF , 4px 350px #FFF , 1424px 413px #FFF , 1745px 1717px #FFF , 1818px 114px #FFF , 1888px 1546px #FFF , 859px 1333px #FFF , 258px 1532px #FFF , 130px 945px #FFF , 1321px 191px #FFF , 409px 410px #FFF , 1532px 980px #FFF , 1183px 147px #FFF , 1508px 646px #FFF , 1427px 816px #FFF , 279px 941px #FFF , 1075px 352px #FFF , 1296px 1854px #FFF , 469px 773px #FFF , 980px 1785px #FFF , 613px 1128px #FFF , 1663px 1880px #FFF , 999px 1635px #FFF , 546px 1813px #FFF , 131px 557px #FFF , 50px 869px #FFF , 1571px 1354px #FFF , 278px 345px #FFF , 1086px 1776px #FFF , 1873px 537px #FFF , 1128px 979px #FFF , 320px 278px #FFF , 1828px 416px #FFF , 181px 250px #FFF , 678px 1569px #FFF , 578px 1247px #FFF , 1624px 1629px #FFF , 1323px 279px #FFF , 337px 1495px #FFF , 555px 919px #FFF , 878px 371px #FFF , 103px 1356px #FFF , 1162px 1061px #FFF , 1105px 451px #FFF , 1763px 1784px #FFF , 427px 800px #FFF , 587px 643px #FFF , 641px 1222px #FFF , 262px 254px #FFF , 1066px 899px #FFF , 1921px 302px #FFF , 796px 1460px #FFF , 615px 1670px #FFF , 1901px 148px #FFF , 509px 1541px #FFF , 1724px 914px #FFF , 855px 1470px #FFF , 1324px 1376px #FFF , 632px 520px #FFF , 809px 1842px #FFF , 1177px 1647px #FFF , 1371px 199px #FFF , 366px 421px #FFF , 1502px 1037px #FFF , 1971px 1657px #FFF , 131px 890px #FFF , 1231px 786px #FFF , 1759px 1126px #FFF , 604px 311px #FFF , 575px 1748px #FFF , 42px 1668px #FFF , 107px 417px #FFF , 1885px 442px #FFF , 1056px 719px #FFF , 154px 908px #FFF , 136px 284px #FFF , 330px 1691px #FFF , 568px 139px #FFF , 762px 774px #FFF , 1509px 888px #FFF , 316px 1610px #FFF , 1911px 1408px #FFF , 1186px 903px #FFF , 827px 296px #FFF , 1025px 791px #FFF , 391px 1772px #FFF , 153px 496px #FFF , 1390px 1266px #FFF , 561px 1870px #FFF , 546px 1781px #FFF , 1477px 1492px #FFF , 1461px 610px #FFF , 101px 877px #FFF , 474px 315px #FFF , 1507px 1822px #FFF , 580px 125px #FFF , 1379px 1271px #FFF , 1595px 105px #FFF , 833px 1161px #FFF , 1907px 1797px #FFF , 600px 77px #FFF , 1518px 1037px #FFF , 564px 382px #FFF , 1729px 213px #FFF , 187px 562px #FFF , 1563px 1794px #FFF , 1668px 630px #FFF , 1873px 1750px #FFF , 711px 948px #FFF , 398px 1434px #FFF , 1708px 856px #FFF , 1236px 1240px #FFF , 616px 1284px #FFF , 1108px 1829px #FFF , 679px 1824px #FFF , 1116px 635px #FFF , 969px 1511px #FFF , 1872px 1948px #FFF , 713px 1445px #FFF , 1939px 1890px #FFF , 1233px 976px #FFF , 1574px 177px #FFF , 1754px 1434px #FFF , 1273px 785px #FFF , 599px 1152px #FFF , 982px 644px #FFF , 1570px 1997px #FFF , 409px 584px #FFF , 416px 1881px #FFF , 547px 730px #FFF , 68px 1396px #FFF , 543px 842px #FFF , 731px 441px #FFF , 1763px 530px #FFF , 1059px 1031px #FFF , 702px 278px #FFF , 336px 1230px #FFF , 313px 550px #FFF , 537px 1670px #FFF , 1889px 1088px #FFF , 565px 785px #FFF , 1402px 1682px #FFF , 937px 1061px #FFF , 1960px 1762px #FFF , 536px 1043px #FFF , 546px 494px #FFF , 974px 1178px #FFF , 1831px 1045px #FFF , 1664px 458px #FFF , 903px 1101px #FFF , 1436px 1675px #FFF , 1917px 1753px #FFF , 304px 718px #FFF , 541px 1758px #FFF , 715px 112px #FFF , 1724px 133px #FFF , 229px 207px #FFF , 876px 970px #FFF , 159px 1155px #FFF , 1219px 605px #FFF , 455px 877px #FFF , 191px 551px #FFF , 473px 434px #FFF , 1185px 1316px #FFF , 424px 963px #FFF , 45px 30px #FFF , 1404px 796px #FFF , 686px 519px #FFF , 759px 1462px #FFF , 1975px 1831px #FFF , 1801px 601px #FFF , 1346px 313px #FFF , 486px 561px #FFF , 668px 34px #FFF , 514px 826px #FFF , 1437px 383px #FFF , 1517px 1662px #FFF , 1267px 1843px #FFF , 427px 1009px #FFF , 327px 731px #FFF , 533px 1001px #FFF , 1021px 1342px #FFF , 1811px 1615px #FFF , 179px 3px #FFF , 103px 952px #FFF , 1555px 1969px #FFF , 485px 1924px #FFF , 635px 1396px #FFF , 313px 1169px #FFF , 1962px 1979px #FFF , 104px 1197px #FFF , 1952px 1259px #FFF , 501px 1679px #FFF , 1041px 1317px #FFF , 1883px 218px #FFF , 45px 1198px #FFF , 439px 1252px #FFF , 1841px 182px #FFF , 696px 658px #FFF , 1531px 487px #FFF , 1253px 90px #FFF , 109px 492px #FFF , 682px 777px #FFF , 1934px 1016px #FFF , 1853px 1488px #FFF , 879px 1102px #FFF , 446px 75px #FFF , 993px 702px #FFF , 1632px 755px #FFF , 1461px 636px #FFF , 1920px 16px #FFF , 1742px 1453px #FFF , 1091px 592px #FFF , 958px 798px #FFF , 1020px 652px #FFF , 1898px 116px #FFF , 579px 184px #FFF , 1292px 14px #FFF , 304px 1732px #FFF , 553px 1134px #FFF , 984px 508px #FFF , 110px 997px #FFF , 1685px 1687px #FFF , 697px 1390px #FFF , 1080px 950px #FFF , 1111px 1670px #FFF , 167px 1148px #FFF , 855px 305px #FFF , 813px 178px #FFF , 1189px 961px #FFF , 611px 1966px #FFF , 1469px 1892px #FFF , 622px 552px #FFF , 199px 1303px #FFF , 114px 756px #FFF , 808px 863px #FFF , 1746px 1781px #FFF , 742px 1184px #FFF , 1453px 1392px #FFF , 350px 1078px #FFF , 98px 1416px #FFF , 1159px 1718px #FFF , 1457px 1145px #FFF , 198px 170px #FFF , 1066px 1608px #FFF , 1867px 923px #FFF , 1058px 823px #FFF , 1578px 994px #FFF , 1996px 1866px #FFF , 627px 78px #FFF , 1569px 1883px #FFF , 494px 393px #FFF , 1617px 1744px #FFF , 249px 1954px #FFF , 1060px 87px #FFF , 922px 1035px #FFF , 1224px 103px #FFF , 1769px 908px #FFF , 1988px 70px #FFF , 156px 469px #FFF , 249px 553px #FFF , 1342px 1015px #FFF , 919px 877px #FFF , 429px 1720px #FFF , 33px 591px #FFF , 472px 1813px #FFF , 1739px 1561px #FFF , 1780px 804px #FFF , 1349px 996px #FFF , 1613px 1503px #FFF , 1091px 1550px #FFF , 109px 31px #FFF , 1985px 38px #FFF , 786px 1570px #FFF , 18px 952px #FFF , 505px 758px #FFF , 992px 797px #FFF , 1799px 1907px #FFF , 408px 945px #FFF , 45px 1374px #FFF , 753px 1670px #FFF , 911px 675px #FFF , 1969px 1356px #FFF , 1881px 1267px #FFF , 1290px 1997px #FFF , 1003px 577px #FFF , 1489px 209px #FFF , 708px 633px #FFF , 1454px 572px #FFF , 292px 494px #FFF , 1430px 1911px #FFF , 1353px 813px #FFF , 1542px 610px #FFF , 665px 346px #FFF , 87px 1872px #FFF , 207px 371px #FFF , 842px 1228px #FFF , 1390px 1239px #FFF , 76px 996px #FFF , 1648px 1173px #FFF , 699px 1149px #FFF , 83px 1823px #FFF , 786px 779px #FFF , 455px 712px #FFF , 548px 445px #FFF , 535px 818px #FFF , 694px 689px #FFF , 758px 1443px #FFF , 115px 1747px #FFF , 626px 190px #FFF , 1096px 1312px #FFF , 910px 1493px #FFF , 1529px 1294px #FFF , 565px 1053px #FFF , 450px 51px #FFF , 887px 1102px #FFF , 1423px 1759px #FFF , 832px 665px #FFF , 530px 155px #FFF , 1601px 1334px #FFF , 1163px 902px #FFF , 1832px 804px #FFF , 400px 1181px #FFF , 1442px 1530px #FFF , 823px 1537px #FFF , 849px 1176px #FFF , 1126px 226px #FFF , 1461px 1919px #FFF , 145px 655px #FFF , 1464px 198px #FFF , 456px 1001px #FFF , 781px 1107px #FFF , 996px 1636px #FFF , 924px 1094px #FFF , 446px 1233px #FFF , 1640px 1347px #FFF , 1758px 1877px #FFF , 285px 1818px #FFF , 543px 883px #FFF , 526px 1457px #FFF , 861px 864px #FFF , 439px 47px #FFF , 1691px 407px #FFF , 148px 61px #FFF , 809px 749px #FFF , 1211px 358px #FFF , 1056px 1323px #FFF , 1943px 869px #FFF , 924px 579px #FFF , 304px 57px #FFF , 379px 1906px #FFF , 806px 1224px #FFF , 1144px 349px #FFF , 1441px 1716px #FFF , 240px 1066px #FFF , 1706px 733px #FFF , 1724px 976px #FFF , 1871px 96px #FFF , 1230px 113px #FFF , 817px 560px #FFF , 1347px 75px #FFF , 1937px 1597px #FFF , 155px 1313px #FFF , 378px 1462px #FFF , 1492px 1535px #FFF , 1479px 275px #FFF , 1378px 1959px #FFF , 1440px 592px #FFF , 1681px 1742px #FFF , 1288px 340px #FFF , 486px 1859px #FFF , 955px 1366px #FFF , 1716px 601px #FFF , 404px 317px #FFF , 299px 1719px #FFF , 795px 1533px #FFF , 609px 681px #FFF , 1232px 1635px #FFF , 654px 215px #FFF , 672px 1739px #FFF , 1624px 1331px #FFF , 13px 1125px #FFF , 1263px 1092px #FFF , 1867px 1548px #FFF , 558px 325px #FFF , 517px 1227px #FFF , 1626px 726px #FFF , 1133px 348px #FFF , 252px 1324px #FFF , 1924px 1729px #FFF , 1782px 1374px #FFF , 482px 627px #FFF , 943px 976px #FFF , 1377px 396px #FFF , 476px 1062px #FFF , 1467px 1993px #FFF , 1751px 113px #FFF , 282px 346px #FFF , 1889px 1293px #FFF , 268px 187px #FFF , 406px 1200px #FFF , 1788px 1627px #FFF , 337px 476px #FFF , 1070px 1172px #FFF , 1428px 285px #FFF , 296px 1233px #FFF , 882px 367px #FFF , 679px 893px #FFF , 1967px 1880px #FFF , 1244px 1317px #FFF , 20px 986px #FFF , 208px 1135px #FFF , 1577px 191px #FFF , 1253px 859px #FFF , 567px 1423px #FFF , 1274px 296px #FFF , 125px 1651px #FFF , 622px 1833px #FFF , 1323px 1535px #FFF , 1606px 1160px #FFF , 1272px 1429px #FFF , 1647px 1307px #FFF , 1601px 1105px #FFF , 650px 1644px #FFF , 680px 1797px #FFF , 1109px 1924px #FFF , 1447px 1930px #FFF , 1568px 321px #FFF , 1330px 580px #FFF , 1845px 558px #FFF , 1558px 1286px #FFF , 585px 99px #FFF , 839px 1034px #FFF , 754px 1654px #FFF , 1500px 232px #FFF , 632px 1767px #FFF , 1991px 964px #FFF , 611px 12px #FFF , 1658px 657px #FFF , 1162px 305px #FFF , 1154px 1462px #FFF , 396px 461px #FFF , 1152px 943px #FFF , 1449px 1820px #FFF , 1990px 407px #FFF , 1420px 561px #FFF , 903px 624px #FFF , 1454px 69px #FFF , 1150px 744px #FFF , 883px 21px #FFF , 783px 132px #FFF , 512px 288px #FFF , 596px 88px #FFF , 349px 816px #FFF , 591px 720px #FFF , 831px 752px #FFF , 1039px 785px #FFF , 149px 1795px #FFF , 1435px 981px #FFF , 646px 554px #FFF , 786px 1988px #FFF , 870px 727px #FFF , 1779px 514px #FFF , 456px 822px #FFF , 1302px 1697px #FFF , 1443px 29px #FFF , 566px 1634px #FFF , 139px 1116px #FFF , 113px 635px #FFF , 1648px 1391px #FFF , 1622px 304px #FFF , 578px 1222px #FFF , 581px 1330px #FFF , 1253px 1974px #FFF , 1467px 369px #FFF , 1066px 631px #FFF , 128px 261px #FFF , 313px 289px #FFF , 691px 1265px #FFF , 1458px 217px #FFF , 1624px 331px #FFF , 624px 1688px #FFF , 129px 167px #FFF , 1935px 139px #FFF , 156px 368px #FFF , 1818px 631px #FFF , 1594px 1449px #FFF , 963px 857px #FFF , 1767px 86px #FFF;
  box-shadow: 309px 853px #FFF , 1697px 1383px #FFF , 1751px 1860px #FFF , 1003px 89px #FFF , 604px 781px #FFF , 1400px 924px #FFF , 777px 1194px #FFF , 91px 1421px #FFF , 712px 1819px #FFF , 982px 1308px #FFF , 846px 163px #FFF , 899px 519px #FFF , 356px 1089px #FFF , 1642px 1256px #FFF , 264px 1730px #FFF , 1026px 366px #FFF , 1250px 672px #FFF , 1998px 1749px #FFF , 1237px 1572px #FFF , 1688px 247px #FFF , 948px 637px #FFF , 149px 805px #FFF , 306px 696px #FFF , 1688px 263px #FFF , 649px 698px #FFF , 1860px 1741px #FFF , 1553px 384px #FFF , 719px 972px #FFF , 1346px 1702px #FFF , 1958px 1119px #FFF , 1549px 1740px #FFF , 1772px 1432px #FFF , 254px 113px #FFF , 837px 1876px #FFF , 1658px 21px #FFF , 413px 1283px #FFF , 955px 1392px #FFF , 1293px 678px #FFF , 841px 156px #FFF , 201px 737px #FFF , 988px 376px #FFF , 942px 439px #FFF , 1068px 871px #FFF , 1818px 598px #FFF , 1662px 916px #FFF , 349px 691px #FFF , 350px 1599px #FFF , 833px 1802px #FFF , 1914px 1834px #FFF , 1881px 745px #FFF , 1373px 958px #FFF , 509px 1848px #FFF , 1771px 119px #FFF , 818px 277px #FFF , 385px 1433px #FFF , 1495px 567px #FFF , 1754px 1741px #FFF , 1801px 1706px #FFF , 501px 1650px #FFF , 1588px 806px #FFF , 505px 608px #FFF , 1056px 776px #FFF , 118px 1758px #FFF , 1249px 1947px #FFF , 523px 1655px #FFF , 128px 369px #FFF , 848px 1046px #FFF , 1757px 1598px #FFF , 1192px 828px #FFF , 1616px 351px #FFF , 16px 241px #FFF , 601px 825px #FFF , 1227px 85px #FFF , 1173px 1444px #FFF , 216px 469px #FFF , 1715px 1370px #FFF , 312px 589px #FFF , 1678px 1699px #FFF , 1269px 789px #FFF , 1076px 1191px #FFF , 1067px 6px #FFF , 930px 42px #FFF , 189px 1629px #FFF , 1264px 1065px #FFF , 1234px 1493px #FFF , 602px 189px #FFF , 328px 1782px #FFF , 1743px 105px #FFF , 1980px 881px #FFF , 511px 1767px #FFF , 1121px 614px #FFF , 1558px 1088px #FFF , 384px 686px #FFF , 1558px 1113px #FFF , 1517px 1141px #FFF , 236px 523px #FFF , 173px 1068px #FFF , 1062px 1593px #FFF , 1329px 1459px #FFF , 865px 1686px #FFF , 1035px 1217px #FFF , 1348px 932px #FFF , 1339px 1944px #FFF , 414px 1847px #FFF , 1938px 1630px #FFF , 1424px 342px #FFF , 1853px 1405px #FFF , 1178px 1481px #FFF , 1261px 1234px #FFF , 255px 1035px #FFF , 1766px 1806px #FFF , 429px 983px #FFF , 59px 1133px #FFF , 1347px 831px #FFF , 1831px 1801px #FFF , 1007px 254px #FFF , 1507px 701px #FFF , 723px 1796px #FFF , 1891px 1901px #FFF , 735px 99px #FFF , 1981px 1593px #FFF , 743px 74px #FFF , 1470px 860px #FFF , 429px 994px #FFF , 687px 50px #FFF , 668px 368px #FFF , 927px 101px #FFF , 981px 23px #FFF , 853px 650px #FFF , 544px 305px #FFF , 1967px 362px #FFF , 947px 1254px #FFF , 1765px 652px #FFF , 1068px 491px #FFF , 936px 595px #FFF , 881px 462px #FFF , 1814px 63px #FFF , 1988px 692px #FFF , 1388px 916px #FFF , 1958px 759px #FFF , 1887px 652px #FFF , 745px 913px #FFF , 1640px 283px #FFF , 1132px 1550px #FFF , 1312px 229px #FFF , 400px 754px #FFF , 14px 719px #FFF , 426px 425px #FFF , 1741px 149px #FFF , 1051px 216px #FFF , 1253px 52px #FFF , 173px 1046px #FFF , 1348px 1309px #FFF , 1541px 516px #FFF , 1105px 108px #FFF , 65px 1604px #FFF , 1923px 1200px #FFF , 1571px 1281px #FFF , 93px 1425px #FFF , 1761px 918px #FFF , 525px 80px #FFF , 998px 1982px #FFF , 230px 917px #FFF , 1269px 1585px #FFF , 1769px 1806px #FFF , 1102px 795px #FFF , 169px 1459px #FFF , 1859px 56px #FFF , 948px 168px #FFF , 1660px 1860px #FFF , 96px 777px #FFF , 352px 1930px #FFF , 1158px 1926px #FFF , 1716px 1166px #FFF , 285px 399px #FFF , 1820px 687px #FFF , 954px 396px #FFF , 534px 358px #FFF , 979px 1128px #FFF , 1047px 1331px #FFF , 1756px 1918px #FFF , 1542px 242px #FFF , 1982px 1547px #FFF , 1456px 262px #FFF , 1081px 636px #FFF , 597px 1903px #FFF , 1035px 1044px #FFF , 765px 956px #FFF , 1255px 97px #FFF , 646px 1085px #FFF , 1140px 1061px #FFF , 270px 1476px #FFF , 1390px 1214px #FFF , 169px 795px #FFF , 696px 1326px #FFF , 1595px 1582px #FFF , 911px 249px #FFF , 1951px 1112px #FFF , 636px 1724px #FFF , 1014px 1593px #FFF , 1134px 378px #FFF , 312px 862px #FFF , 1980px 1550px #FFF , 909px 114px #FFF , 1193px 355px #FFF , 723px 1931px #FFF , 676px 31px #FFF , 1740px 964px #FFF , 1852px 1395px #FFF , 1198px 590px #FFF , 1291px 1625px #FFF , 374px 666px #FFF , 4px 350px #FFF , 1424px 413px #FFF , 1745px 1717px #FFF , 1818px 114px #FFF , 1888px 1546px #FFF , 859px 1333px #FFF , 258px 1532px #FFF , 130px 945px #FFF , 1321px 191px #FFF , 409px 410px #FFF , 1532px 980px #FFF , 1183px 147px #FFF , 1508px 646px #FFF , 1427px 816px #FFF , 279px 941px #FFF , 1075px 352px #FFF , 1296px 1854px #FFF , 469px 773px #FFF , 980px 1785px #FFF , 613px 1128px #FFF , 1663px 1880px #FFF , 999px 1635px #FFF , 546px 1813px #FFF , 131px 557px #FFF , 50px 869px #FFF , 1571px 1354px #FFF , 278px 345px #FFF , 1086px 1776px #FFF , 1873px 537px #FFF , 1128px 979px #FFF , 320px 278px #FFF , 1828px 416px #FFF , 181px 250px #FFF , 678px 1569px #FFF , 578px 1247px #FFF , 1624px 1629px #FFF , 1323px 279px #FFF , 337px 1495px #FFF , 555px 919px #FFF , 878px 371px #FFF , 103px 1356px #FFF , 1162px 1061px #FFF , 1105px 451px #FFF , 1763px 1784px #FFF , 427px 800px #FFF , 587px 643px #FFF , 641px 1222px #FFF , 262px 254px #FFF , 1066px 899px #FFF , 1921px 302px #FFF , 796px 1460px #FFF , 615px 1670px #FFF , 1901px 148px #FFF , 509px 1541px #FFF , 1724px 914px #FFF , 855px 1470px #FFF , 1324px 1376px #FFF , 632px 520px #FFF , 809px 1842px #FFF , 1177px 1647px #FFF , 1371px 199px #FFF , 366px 421px #FFF , 1502px 1037px #FFF , 1971px 1657px #FFF , 131px 890px #FFF , 1231px 786px #FFF , 1759px 1126px #FFF , 604px 311px #FFF , 575px 1748px #FFF , 42px 1668px #FFF , 107px 417px #FFF , 1885px 442px #FFF , 1056px 719px #FFF , 154px 908px #FFF , 136px 284px #FFF , 330px 1691px #FFF , 568px 139px #FFF , 762px 774px #FFF , 1509px 888px #FFF , 316px 1610px #FFF , 1911px 1408px #FFF , 1186px 903px #FFF , 827px 296px #FFF , 1025px 791px #FFF , 391px 1772px #FFF , 153px 496px #FFF , 1390px 1266px #FFF , 561px 1870px #FFF , 546px 1781px #FFF , 1477px 1492px #FFF , 1461px 610px #FFF , 101px 877px #FFF , 474px 315px #FFF , 1507px 1822px #FFF , 580px 125px #FFF , 1379px 1271px #FFF , 1595px 105px #FFF , 833px 1161px #FFF , 1907px 1797px #FFF , 600px 77px #FFF , 1518px 1037px #FFF , 564px 382px #FFF , 1729px 213px #FFF , 187px 562px #FFF , 1563px 1794px #FFF , 1668px 630px #FFF , 1873px 1750px #FFF , 711px 948px #FFF , 398px 1434px #FFF , 1708px 856px #FFF , 1236px 1240px #FFF , 616px 1284px #FFF , 1108px 1829px #FFF , 679px 1824px #FFF , 1116px 635px #FFF , 969px 1511px #FFF , 1872px 1948px #FFF , 713px 1445px #FFF , 1939px 1890px #FFF , 1233px 976px #FFF , 1574px 177px #FFF , 1754px 1434px #FFF , 1273px 785px #FFF , 599px 1152px #FFF , 982px 644px #FFF , 1570px 1997px #FFF , 409px 584px #FFF , 416px 1881px #FFF , 547px 730px #FFF , 68px 1396px #FFF , 543px 842px #FFF , 731px 441px #FFF , 1763px 530px #FFF , 1059px 1031px #FFF , 702px 278px #FFF , 336px 1230px #FFF , 313px 550px #FFF , 537px 1670px #FFF , 1889px 1088px #FFF , 565px 785px #FFF , 1402px 1682px #FFF , 937px 1061px #FFF , 1960px 1762px #FFF , 536px 1043px #FFF , 546px 494px #FFF , 974px 1178px #FFF , 1831px 1045px #FFF , 1664px 458px #FFF , 903px 1101px #FFF , 1436px 1675px #FFF , 1917px 1753px #FFF , 304px 718px #FFF , 541px 1758px #FFF , 715px 112px #FFF , 1724px 133px #FFF , 229px 207px #FFF , 876px 970px #FFF , 159px 1155px #FFF , 1219px 605px #FFF , 455px 877px #FFF , 191px 551px #FFF , 473px 434px #FFF , 1185px 1316px #FFF , 424px 963px #FFF , 45px 30px #FFF , 1404px 796px #FFF , 686px 519px #FFF , 759px 1462px #FFF , 1975px 1831px #FFF , 1801px 601px #FFF , 1346px 313px #FFF , 486px 561px #FFF , 668px 34px #FFF , 514px 826px #FFF , 1437px 383px #FFF , 1517px 1662px #FFF , 1267px 1843px #FFF , 427px 1009px #FFF , 327px 731px #FFF , 533px 1001px #FFF , 1021px 1342px #FFF , 1811px 1615px #FFF , 179px 3px #FFF , 103px 952px #FFF , 1555px 1969px #FFF , 485px 1924px #FFF , 635px 1396px #FFF , 313px 1169px #FFF , 1962px 1979px #FFF , 104px 1197px #FFF , 1952px 1259px #FFF , 501px 1679px #FFF , 1041px 1317px #FFF , 1883px 218px #FFF , 45px 1198px #FFF , 439px 1252px #FFF , 1841px 182px #FFF , 696px 658px #FFF , 1531px 487px #FFF , 1253px 90px #FFF , 109px 492px #FFF , 682px 777px #FFF , 1934px 1016px #FFF , 1853px 1488px #FFF , 879px 1102px #FFF , 446px 75px #FFF , 993px 702px #FFF , 1632px 755px #FFF , 1461px 636px #FFF , 1920px 16px #FFF , 1742px 1453px #FFF , 1091px 592px #FFF , 958px 798px #FFF , 1020px 652px #FFF , 1898px 116px #FFF , 579px 184px #FFF , 1292px 14px #FFF , 304px 1732px #FFF , 553px 1134px #FFF , 984px 508px #FFF , 110px 997px #FFF , 1685px 1687px #FFF , 697px 1390px #FFF , 1080px 950px #FFF , 1111px 1670px #FFF , 167px 1148px #FFF , 855px 305px #FFF , 813px 178px #FFF , 1189px 961px #FFF , 611px 1966px #FFF , 1469px 1892px #FFF , 622px 552px #FFF , 199px 1303px #FFF , 114px 756px #FFF , 808px 863px #FFF , 1746px 1781px #FFF , 742px 1184px #FFF , 1453px 1392px #FFF , 350px 1078px #FFF , 98px 1416px #FFF , 1159px 1718px #FFF , 1457px 1145px #FFF , 198px 170px #FFF , 1066px 1608px #FFF , 1867px 923px #FFF , 1058px 823px #FFF , 1578px 994px #FFF , 1996px 1866px #FFF , 627px 78px #FFF , 1569px 1883px #FFF , 494px 393px #FFF , 1617px 1744px #FFF , 249px 1954px #FFF , 1060px 87px #FFF , 922px 1035px #FFF , 1224px 103px #FFF , 1769px 908px #FFF , 1988px 70px #FFF , 156px 469px #FFF , 249px 553px #FFF , 1342px 1015px #FFF , 919px 877px #FFF , 429px 1720px #FFF , 33px 591px #FFF , 472px 1813px #FFF , 1739px 1561px #FFF , 1780px 804px #FFF , 1349px 996px #FFF , 1613px 1503px #FFF , 1091px 1550px #FFF , 109px 31px #FFF , 1985px 38px #FFF , 786px 1570px #FFF , 18px 952px #FFF , 505px 758px #FFF , 992px 797px #FFF , 1799px 1907px #FFF , 408px 945px #FFF , 45px 1374px #FFF , 753px 1670px #FFF , 911px 675px #FFF , 1969px 1356px #FFF , 1881px 1267px #FFF , 1290px 1997px #FFF , 1003px 577px #FFF , 1489px 209px #FFF , 708px 633px #FFF , 1454px 572px #FFF , 292px 494px #FFF , 1430px 1911px #FFF , 1353px 813px #FFF , 1542px 610px #FFF , 665px 346px #FFF , 87px 1872px #FFF , 207px 371px #FFF , 842px 1228px #FFF , 1390px 1239px #FFF , 76px 996px #FFF , 1648px 1173px #FFF , 699px 1149px #FFF , 83px 1823px #FFF , 786px 779px #FFF , 455px 712px #FFF , 548px 445px #FFF , 535px 818px #FFF , 694px 689px #FFF , 758px 1443px #FFF , 115px 1747px #FFF , 626px 190px #FFF , 1096px 1312px #FFF , 910px 1493px #FFF , 1529px 1294px #FFF , 565px 1053px #FFF , 450px 51px #FFF , 887px 1102px #FFF , 1423px 1759px #FFF , 832px 665px #FFF , 530px 155px #FFF , 1601px 1334px #FFF , 1163px 902px #FFF , 1832px 804px #FFF , 400px 1181px #FFF , 1442px 1530px #FFF , 823px 1537px #FFF , 849px 1176px #FFF , 1126px 226px #FFF , 1461px 1919px #FFF , 145px 655px #FFF , 1464px 198px #FFF , 456px 1001px #FFF , 781px 1107px #FFF , 996px 1636px #FFF , 924px 1094px #FFF , 446px 1233px #FFF , 1640px 1347px #FFF , 1758px 1877px #FFF , 285px 1818px #FFF , 543px 883px #FFF , 526px 1457px #FFF , 861px 864px #FFF , 439px 47px #FFF , 1691px 407px #FFF , 148px 61px #FFF , 809px 749px #FFF , 1211px 358px #FFF , 1056px 1323px #FFF , 1943px 869px #FFF , 924px 579px #FFF , 304px 57px #FFF , 379px 1906px #FFF , 806px 1224px #FFF , 1144px 349px #FFF , 1441px 1716px #FFF , 240px 1066px #FFF , 1706px 733px #FFF , 1724px 976px #FFF , 1871px 96px #FFF , 1230px 113px #FFF , 817px 560px #FFF , 1347px 75px #FFF , 1937px 1597px #FFF , 155px 1313px #FFF , 378px 1462px #FFF , 1492px 1535px #FFF , 1479px 275px #FFF , 1378px 1959px #FFF , 1440px 592px #FFF , 1681px 1742px #FFF , 1288px 340px #FFF , 486px 1859px #FFF , 955px 1366px #FFF , 1716px 601px #FFF , 404px 317px #FFF , 299px 1719px #FFF , 795px 1533px #FFF , 609px 681px #FFF , 1232px 1635px #FFF , 654px 215px #FFF , 672px 1739px #FFF , 1624px 1331px #FFF , 13px 1125px #FFF , 1263px 1092px #FFF , 1867px 1548px #FFF , 558px 325px #FFF , 517px 1227px #FFF , 1626px 726px #FFF , 1133px 348px #FFF , 252px 1324px #FFF , 1924px 1729px #FFF , 1782px 1374px #FFF , 482px 627px #FFF , 943px 976px #FFF , 1377px 396px #FFF , 476px 1062px #FFF , 1467px 1993px #FFF , 1751px 113px #FFF , 282px 346px #FFF , 1889px 1293px #FFF , 268px 187px #FFF , 406px 1200px #FFF , 1788px 1627px #FFF , 337px 476px #FFF , 1070px 1172px #FFF , 1428px 285px #FFF , 296px 1233px #FFF , 882px 367px #FFF , 679px 893px #FFF , 1967px 1880px #FFF , 1244px 1317px #FFF , 20px 986px #FFF , 208px 1135px #FFF , 1577px 191px #FFF , 1253px 859px #FFF , 567px 1423px #FFF , 1274px 296px #FFF , 125px 1651px #FFF , 622px 1833px #FFF , 1323px 1535px #FFF , 1606px 1160px #FFF , 1272px 1429px #FFF , 1647px 1307px #FFF , 1601px 1105px #FFF , 650px 1644px #FFF , 680px 1797px #FFF , 1109px 1924px #FFF , 1447px 1930px #FFF , 1568px 321px #FFF , 1330px 580px #FFF , 1845px 558px #FFF , 1558px 1286px #FFF , 585px 99px #FFF , 839px 1034px #FFF , 754px 1654px #FFF , 1500px 232px #FFF , 632px 1767px #FFF , 1991px 964px #FFF , 611px 12px #FFF , 1658px 657px #FFF , 1162px 305px #FFF , 1154px 1462px #FFF , 396px 461px #FFF , 1152px 943px #FFF , 1449px 1820px #FFF , 1990px 407px #FFF , 1420px 561px #FFF , 903px 624px #FFF , 1454px 69px #FFF , 1150px 744px #FFF , 883px 21px #FFF , 783px 132px #FFF , 512px 288px #FFF , 596px 88px #FFF , 349px 816px #FFF , 591px 720px #FFF , 831px 752px #FFF , 1039px 785px #FFF , 149px 1795px #FFF , 1435px 981px #FFF , 646px 554px #FFF , 786px 1988px #FFF , 870px 727px #FFF , 1779px 514px #FFF , 456px 822px #FFF , 1302px 1697px #FFF , 1443px 29px #FFF , 566px 1634px #FFF , 139px 1116px #FFF , 113px 635px #FFF , 1648px 1391px #FFF , 1622px 304px #FFF , 578px 1222px #FFF , 581px 1330px #FFF , 1253px 1974px #FFF , 1467px 369px #FFF , 1066px 631px #FFF , 128px 261px #FFF , 313px 289px #FFF , 691px 1265px #FFF , 1458px 217px #FFF , 1624px 331px #FFF , 624px 1688px #FFF , 129px 167px #FFF , 1935px 139px #FFF , 156px 368px #FFF , 1818px 631px #FFF , 1594px 1449px #FFF , 963px 857px #FFF , 1767px 86px #FFF;
  -webkit-animation: animStar 50s linear infinite;
  animation: animStar 50s linear infinite; }

#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  -webkit-box-shadow: 309px 853px #FFF , 1697px 1383px #FFF , 1751px 1860px #FFF , 1003px 89px #FFF , 604px 781px #FFF , 1400px 924px #FFF , 777px 1194px #FFF , 91px 1421px #FFF , 712px 1819px #FFF , 982px 1308px #FFF , 846px 163px #FFF , 899px 519px #FFF , 356px 1089px #FFF , 1642px 1256px #FFF , 264px 1730px #FFF , 1026px 366px #FFF , 1250px 672px #FFF , 1998px 1749px #FFF , 1237px 1572px #FFF , 1688px 247px #FFF , 948px 637px #FFF , 149px 805px #FFF , 306px 696px #FFF , 1688px 263px #FFF , 649px 698px #FFF , 1860px 1741px #FFF , 1553px 384px #FFF , 719px 972px #FFF , 1346px 1702px #FFF , 1958px 1119px #FFF , 1549px 1740px #FFF , 1772px 1432px #FFF , 254px 113px #FFF , 837px 1876px #FFF , 1658px 21px #FFF , 413px 1283px #FFF , 955px 1392px #FFF , 1293px 678px #FFF , 841px 156px #FFF , 201px 737px #FFF , 988px 376px #FFF , 942px 439px #FFF , 1068px 871px #FFF , 1818px 598px #FFF , 1662px 916px #FFF , 349px 691px #FFF , 350px 1599px #FFF , 833px 1802px #FFF , 1914px 1834px #FFF , 1881px 745px #FFF , 1373px 958px #FFF , 509px 1848px #FFF , 1771px 119px #FFF , 818px 277px #FFF , 385px 1433px #FFF , 1495px 567px #FFF , 1754px 1741px #FFF , 1801px 1706px #FFF , 501px 1650px #FFF , 1588px 806px #FFF , 505px 608px #FFF , 1056px 776px #FFF , 118px 1758px #FFF , 1249px 1947px #FFF , 523px 1655px #FFF , 128px 369px #FFF , 848px 1046px #FFF , 1757px 1598px #FFF , 1192px 828px #FFF , 1616px 351px #FFF , 16px 241px #FFF , 601px 825px #FFF , 1227px 85px #FFF , 1173px 1444px #FFF , 216px 469px #FFF , 1715px 1370px #FFF , 312px 589px #FFF , 1678px 1699px #FFF , 1269px 789px #FFF , 1076px 1191px #FFF , 1067px 6px #FFF , 930px 42px #FFF , 189px 1629px #FFF , 1264px 1065px #FFF , 1234px 1493px #FFF , 602px 189px #FFF , 328px 1782px #FFF , 1743px 105px #FFF , 1980px 881px #FFF , 511px 1767px #FFF , 1121px 614px #FFF , 1558px 1088px #FFF , 384px 686px #FFF , 1558px 1113px #FFF , 1517px 1141px #FFF , 236px 523px #FFF , 173px 1068px #FFF , 1062px 1593px #FFF , 1329px 1459px #FFF , 865px 1686px #FFF , 1035px 1217px #FFF , 1348px 932px #FFF , 1339px 1944px #FFF , 414px 1847px #FFF , 1938px 1630px #FFF , 1424px 342px #FFF , 1853px 1405px #FFF , 1178px 1481px #FFF , 1261px 1234px #FFF , 255px 1035px #FFF , 1766px 1806px #FFF , 429px 983px #FFF , 59px 1133px #FFF , 1347px 831px #FFF , 1831px 1801px #FFF , 1007px 254px #FFF , 1507px 701px #FFF , 723px 1796px #FFF , 1891px 1901px #FFF , 735px 99px #FFF , 1981px 1593px #FFF , 743px 74px #FFF , 1470px 860px #FFF , 429px 994px #FFF , 687px 50px #FFF , 668px 368px #FFF , 927px 101px #FFF , 981px 23px #FFF , 853px 650px #FFF , 544px 305px #FFF , 1967px 362px #FFF , 947px 1254px #FFF , 1765px 652px #FFF , 1068px 491px #FFF , 936px 595px #FFF , 881px 462px #FFF , 1814px 63px #FFF , 1988px 692px #FFF , 1388px 916px #FFF , 1958px 759px #FFF , 1887px 652px #FFF , 745px 913px #FFF , 1640px 283px #FFF , 1132px 1550px #FFF , 1312px 229px #FFF , 400px 754px #FFF , 14px 719px #FFF , 426px 425px #FFF , 1741px 149px #FFF , 1051px 216px #FFF , 1253px 52px #FFF , 173px 1046px #FFF , 1348px 1309px #FFF , 1541px 516px #FFF , 1105px 108px #FFF , 65px 1604px #FFF , 1923px 1200px #FFF , 1571px 1281px #FFF , 93px 1425px #FFF , 1761px 918px #FFF , 525px 80px #FFF , 998px 1982px #FFF , 230px 917px #FFF , 1269px 1585px #FFF , 1769px 1806px #FFF , 1102px 795px #FFF , 169px 1459px #FFF , 1859px 56px #FFF , 948px 168px #FFF , 1660px 1860px #FFF , 96px 777px #FFF , 352px 1930px #FFF , 1158px 1926px #FFF , 1716px 1166px #FFF , 285px 399px #FFF , 1820px 687px #FFF , 954px 396px #FFF , 534px 358px #FFF , 979px 1128px #FFF , 1047px 1331px #FFF , 1756px 1918px #FFF , 1542px 242px #FFF , 1982px 1547px #FFF , 1456px 262px #FFF , 1081px 636px #FFF , 597px 1903px #FFF , 1035px 1044px #FFF , 765px 956px #FFF , 1255px 97px #FFF , 646px 1085px #FFF , 1140px 1061px #FFF , 270px 1476px #FFF , 1390px 1214px #FFF , 169px 795px #FFF , 696px 1326px #FFF , 1595px 1582px #FFF , 911px 249px #FFF , 1951px 1112px #FFF , 636px 1724px #FFF , 1014px 1593px #FFF , 1134px 378px #FFF , 312px 862px #FFF , 1980px 1550px #FFF , 909px 114px #FFF , 1193px 355px #FFF , 723px 1931px #FFF , 676px 31px #FFF , 1740px 964px #FFF , 1852px 1395px #FFF , 1198px 590px #FFF , 1291px 1625px #FFF , 374px 666px #FFF , 4px 350px #FFF , 1424px 413px #FFF , 1745px 1717px #FFF , 1818px 114px #FFF , 1888px 1546px #FFF , 859px 1333px #FFF , 258px 1532px #FFF , 130px 945px #FFF , 1321px 191px #FFF , 409px 410px #FFF , 1532px 980px #FFF , 1183px 147px #FFF , 1508px 646px #FFF , 1427px 816px #FFF , 279px 941px #FFF , 1075px 352px #FFF , 1296px 1854px #FFF , 469px 773px #FFF , 980px 1785px #FFF , 613px 1128px #FFF , 1663px 1880px #FFF , 999px 1635px #FFF , 546px 1813px #FFF , 131px 557px #FFF , 50px 869px #FFF , 1571px 1354px #FFF , 278px 345px #FFF , 1086px 1776px #FFF , 1873px 537px #FFF , 1128px 979px #FFF , 320px 278px #FFF , 1828px 416px #FFF , 181px 250px #FFF , 678px 1569px #FFF , 578px 1247px #FFF , 1624px 1629px #FFF , 1323px 279px #FFF , 337px 1495px #FFF , 555px 919px #FFF , 878px 371px #FFF , 103px 1356px #FFF , 1162px 1061px #FFF , 1105px 451px #FFF , 1763px 1784px #FFF , 427px 800px #FFF , 587px 643px #FFF , 641px 1222px #FFF , 262px 254px #FFF , 1066px 899px #FFF , 1921px 302px #FFF , 796px 1460px #FFF , 615px 1670px #FFF , 1901px 148px #FFF , 509px 1541px #FFF , 1724px 914px #FFF , 855px 1470px #FFF , 1324px 1376px #FFF , 632px 520px #FFF , 809px 1842px #FFF , 1177px 1647px #FFF , 1371px 199px #FFF , 366px 421px #FFF , 1502px 1037px #FFF , 1971px 1657px #FFF , 131px 890px #FFF , 1231px 786px #FFF , 1759px 1126px #FFF , 604px 311px #FFF , 575px 1748px #FFF , 42px 1668px #FFF , 107px 417px #FFF , 1885px 442px #FFF , 1056px 719px #FFF , 154px 908px #FFF , 136px 284px #FFF , 330px 1691px #FFF , 568px 139px #FFF , 762px 774px #FFF , 1509px 888px #FFF , 316px 1610px #FFF , 1911px 1408px #FFF , 1186px 903px #FFF , 827px 296px #FFF , 1025px 791px #FFF , 391px 1772px #FFF , 153px 496px #FFF , 1390px 1266px #FFF , 561px 1870px #FFF , 546px 1781px #FFF , 1477px 1492px #FFF , 1461px 610px #FFF , 101px 877px #FFF , 474px 315px #FFF , 1507px 1822px #FFF , 580px 125px #FFF , 1379px 1271px #FFF , 1595px 105px #FFF , 833px 1161px #FFF , 1907px 1797px #FFF , 600px 77px #FFF , 1518px 1037px #FFF , 564px 382px #FFF , 1729px 213px #FFF , 187px 562px #FFF , 1563px 1794px #FFF , 1668px 630px #FFF , 1873px 1750px #FFF , 711px 948px #FFF , 398px 1434px #FFF , 1708px 856px #FFF , 1236px 1240px #FFF , 616px 1284px #FFF , 1108px 1829px #FFF , 679px 1824px #FFF , 1116px 635px #FFF , 969px 1511px #FFF , 1872px 1948px #FFF , 713px 1445px #FFF , 1939px 1890px #FFF , 1233px 976px #FFF , 1574px 177px #FFF , 1754px 1434px #FFF , 1273px 785px #FFF , 599px 1152px #FFF , 982px 644px #FFF , 1570px 1997px #FFF , 409px 584px #FFF , 416px 1881px #FFF , 547px 730px #FFF , 68px 1396px #FFF , 543px 842px #FFF , 731px 441px #FFF , 1763px 530px #FFF , 1059px 1031px #FFF , 702px 278px #FFF , 336px 1230px #FFF , 313px 550px #FFF , 537px 1670px #FFF , 1889px 1088px #FFF , 565px 785px #FFF , 1402px 1682px #FFF , 937px 1061px #FFF , 1960px 1762px #FFF , 536px 1043px #FFF , 546px 494px #FFF , 974px 1178px #FFF , 1831px 1045px #FFF , 1664px 458px #FFF , 903px 1101px #FFF , 1436px 1675px #FFF , 1917px 1753px #FFF , 304px 718px #FFF , 541px 1758px #FFF , 715px 112px #FFF , 1724px 133px #FFF , 229px 207px #FFF , 876px 970px #FFF , 159px 1155px #FFF , 1219px 605px #FFF , 455px 877px #FFF , 191px 551px #FFF , 473px 434px #FFF , 1185px 1316px #FFF , 424px 963px #FFF , 45px 30px #FFF , 1404px 796px #FFF , 686px 519px #FFF , 759px 1462px #FFF , 1975px 1831px #FFF , 1801px 601px #FFF , 1346px 313px #FFF , 486px 561px #FFF , 668px 34px #FFF , 514px 826px #FFF , 1437px 383px #FFF , 1517px 1662px #FFF , 1267px 1843px #FFF , 427px 1009px #FFF , 327px 731px #FFF , 533px 1001px #FFF , 1021px 1342px #FFF , 1811px 1615px #FFF , 179px 3px #FFF , 103px 952px #FFF , 1555px 1969px #FFF , 485px 1924px #FFF , 635px 1396px #FFF , 313px 1169px #FFF , 1962px 1979px #FFF , 104px 1197px #FFF , 1952px 1259px #FFF , 501px 1679px #FFF , 1041px 1317px #FFF , 1883px 218px #FFF , 45px 1198px #FFF , 439px 1252px #FFF , 1841px 182px #FFF , 696px 658px #FFF , 1531px 487px #FFF , 1253px 90px #FFF , 109px 492px #FFF , 682px 777px #FFF , 1934px 1016px #FFF , 1853px 1488px #FFF , 879px 1102px #FFF , 446px 75px #FFF , 993px 702px #FFF , 1632px 755px #FFF , 1461px 636px #FFF , 1920px 16px #FFF , 1742px 1453px #FFF , 1091px 592px #FFF , 958px 798px #FFF , 1020px 652px #FFF , 1898px 116px #FFF , 579px 184px #FFF , 1292px 14px #FFF , 304px 1732px #FFF , 553px 1134px #FFF , 984px 508px #FFF , 110px 997px #FFF , 1685px 1687px #FFF , 697px 1390px #FFF , 1080px 950px #FFF , 1111px 1670px #FFF , 167px 1148px #FFF , 855px 305px #FFF , 813px 178px #FFF , 1189px 961px #FFF , 611px 1966px #FFF , 1469px 1892px #FFF , 622px 552px #FFF , 199px 1303px #FFF , 114px 756px #FFF , 808px 863px #FFF , 1746px 1781px #FFF , 742px 1184px #FFF , 1453px 1392px #FFF , 350px 1078px #FFF , 98px 1416px #FFF , 1159px 1718px #FFF , 1457px 1145px #FFF , 198px 170px #FFF , 1066px 1608px #FFF , 1867px 923px #FFF , 1058px 823px #FFF , 1578px 994px #FFF , 1996px 1866px #FFF , 627px 78px #FFF , 1569px 1883px #FFF , 494px 393px #FFF , 1617px 1744px #FFF , 249px 1954px #FFF , 1060px 87px #FFF , 922px 1035px #FFF , 1224px 103px #FFF , 1769px 908px #FFF , 1988px 70px #FFF , 156px 469px #FFF , 249px 553px #FFF , 1342px 1015px #FFF , 919px 877px #FFF , 429px 1720px #FFF , 33px 591px #FFF , 472px 1813px #FFF , 1739px 1561px #FFF , 1780px 804px #FFF , 1349px 996px #FFF , 1613px 1503px #FFF , 1091px 1550px #FFF , 109px 31px #FFF , 1985px 38px #FFF , 786px 1570px #FFF , 18px 952px #FFF , 505px 758px #FFF , 992px 797px #FFF , 1799px 1907px #FFF , 408px 945px #FFF , 45px 1374px #FFF , 753px 1670px #FFF , 911px 675px #FFF , 1969px 1356px #FFF , 1881px 1267px #FFF , 1290px 1997px #FFF , 1003px 577px #FFF , 1489px 209px #FFF , 708px 633px #FFF , 1454px 572px #FFF , 292px 494px #FFF , 1430px 1911px #FFF , 1353px 813px #FFF , 1542px 610px #FFF , 665px 346px #FFF , 87px 1872px #FFF , 207px 371px #FFF , 842px 1228px #FFF , 1390px 1239px #FFF , 76px 996px #FFF , 1648px 1173px #FFF , 699px 1149px #FFF , 83px 1823px #FFF , 786px 779px #FFF , 455px 712px #FFF , 548px 445px #FFF , 535px 818px #FFF , 694px 689px #FFF , 758px 1443px #FFF , 115px 1747px #FFF , 626px 190px #FFF , 1096px 1312px #FFF , 910px 1493px #FFF , 1529px 1294px #FFF , 565px 1053px #FFF , 450px 51px #FFF , 887px 1102px #FFF , 1423px 1759px #FFF , 832px 665px #FFF , 530px 155px #FFF , 1601px 1334px #FFF , 1163px 902px #FFF , 1832px 804px #FFF , 400px 1181px #FFF , 1442px 1530px #FFF , 823px 1537px #FFF , 849px 1176px #FFF , 1126px 226px #FFF , 1461px 1919px #FFF , 145px 655px #FFF , 1464px 198px #FFF , 456px 1001px #FFF , 781px 1107px #FFF , 996px 1636px #FFF , 924px 1094px #FFF , 446px 1233px #FFF , 1640px 1347px #FFF , 1758px 1877px #FFF , 285px 1818px #FFF , 543px 883px #FFF , 526px 1457px #FFF , 861px 864px #FFF , 439px 47px #FFF , 1691px 407px #FFF , 148px 61px #FFF , 809px 749px #FFF , 1211px 358px #FFF , 1056px 1323px #FFF , 1943px 869px #FFF , 924px 579px #FFF , 304px 57px #FFF , 379px 1906px #FFF , 806px 1224px #FFF , 1144px 349px #FFF , 1441px 1716px #FFF , 240px 1066px #FFF , 1706px 733px #FFF , 1724px 976px #FFF , 1871px 96px #FFF , 1230px 113px #FFF , 817px 560px #FFF , 1347px 75px #FFF , 1937px 1597px #FFF , 155px 1313px #FFF , 378px 1462px #FFF , 1492px 1535px #FFF , 1479px 275px #FFF , 1378px 1959px #FFF , 1440px 592px #FFF , 1681px 1742px #FFF , 1288px 340px #FFF , 486px 1859px #FFF , 955px 1366px #FFF , 1716px 601px #FFF , 404px 317px #FFF , 299px 1719px #FFF , 795px 1533px #FFF , 609px 681px #FFF , 1232px 1635px #FFF , 654px 215px #FFF , 672px 1739px #FFF , 1624px 1331px #FFF , 13px 1125px #FFF , 1263px 1092px #FFF , 1867px 1548px #FFF , 558px 325px #FFF , 517px 1227px #FFF , 1626px 726px #FFF , 1133px 348px #FFF , 252px 1324px #FFF , 1924px 1729px #FFF , 1782px 1374px #FFF , 482px 627px #FFF , 943px 976px #FFF , 1377px 396px #FFF , 476px 1062px #FFF , 1467px 1993px #FFF , 1751px 113px #FFF , 282px 346px #FFF , 1889px 1293px #FFF , 268px 187px #FFF , 406px 1200px #FFF , 1788px 1627px #FFF , 337px 476px #FFF , 1070px 1172px #FFF , 1428px 285px #FFF , 296px 1233px #FFF , 882px 367px #FFF , 679px 893px #FFF , 1967px 1880px #FFF , 1244px 1317px #FFF , 20px 986px #FFF , 208px 1135px #FFF , 1577px 191px #FFF , 1253px 859px #FFF , 567px 1423px #FFF , 1274px 296px #FFF , 125px 1651px #FFF , 622px 1833px #FFF , 1323px 1535px #FFF , 1606px 1160px #FFF , 1272px 1429px #FFF , 1647px 1307px #FFF , 1601px 1105px #FFF , 650px 1644px #FFF , 680px 1797px #FFF , 1109px 1924px #FFF , 1447px 1930px #FFF , 1568px 321px #FFF , 1330px 580px #FFF , 1845px 558px #FFF , 1558px 1286px #FFF , 585px 99px #FFF , 839px 1034px #FFF , 754px 1654px #FFF , 1500px 232px #FFF , 632px 1767px #FFF , 1991px 964px #FFF , 611px 12px #FFF , 1658px 657px #FFF , 1162px 305px #FFF , 1154px 1462px #FFF , 396px 461px #FFF , 1152px 943px #FFF , 1449px 1820px #FFF , 1990px 407px #FFF , 1420px 561px #FFF , 903px 624px #FFF , 1454px 69px #FFF , 1150px 744px #FFF , 883px 21px #FFF , 783px 132px #FFF , 512px 288px #FFF , 596px 88px #FFF , 349px 816px #FFF , 591px 720px #FFF , 831px 752px #FFF , 1039px 785px #FFF , 149px 1795px #FFF , 1435px 981px #FFF , 646px 554px #FFF , 786px 1988px #FFF , 870px 727px #FFF , 1779px 514px #FFF , 456px 822px #FFF , 1302px 1697px #FFF , 1443px 29px #FFF , 566px 1634px #FFF , 139px 1116px #FFF , 113px 635px #FFF , 1648px 1391px #FFF , 1622px 304px #FFF , 578px 1222px #FFF , 581px 1330px #FFF , 1253px 1974px #FFF , 1467px 369px #FFF , 1066px 631px #FFF , 128px 261px #FFF , 313px 289px #FFF , 691px 1265px #FFF , 1458px 217px #FFF , 1624px 331px #FFF , 624px 1688px #FFF , 129px 167px #FFF , 1935px 139px #FFF , 156px 368px #FFF , 1818px 631px #FFF , 1594px 1449px #FFF , 963px 857px #FFF , 1767px 86px #FFF;
  box-shadow: 309px 853px #FFF , 1697px 1383px #FFF , 1751px 1860px #FFF , 1003px 89px #FFF , 604px 781px #FFF , 1400px 924px #FFF , 777px 1194px #FFF , 91px 1421px #FFF , 712px 1819px #FFF , 982px 1308px #FFF , 846px 163px #FFF , 899px 519px #FFF , 356px 1089px #FFF , 1642px 1256px #FFF , 264px 1730px #FFF , 1026px 366px #FFF , 1250px 672px #FFF , 1998px 1749px #FFF , 1237px 1572px #FFF , 1688px 247px #FFF , 948px 637px #FFF , 149px 805px #FFF , 306px 696px #FFF , 1688px 263px #FFF , 649px 698px #FFF , 1860px 1741px #FFF , 1553px 384px #FFF , 719px 972px #FFF , 1346px 1702px #FFF , 1958px 1119px #FFF , 1549px 1740px #FFF , 1772px 1432px #FFF , 254px 113px #FFF , 837px 1876px #FFF , 1658px 21px #FFF , 413px 1283px #FFF , 955px 1392px #FFF , 1293px 678px #FFF , 841px 156px #FFF , 201px 737px #FFF , 988px 376px #FFF , 942px 439px #FFF , 1068px 871px #FFF , 1818px 598px #FFF , 1662px 916px #FFF , 349px 691px #FFF , 350px 1599px #FFF , 833px 1802px #FFF , 1914px 1834px #FFF , 1881px 745px #FFF , 1373px 958px #FFF , 509px 1848px #FFF , 1771px 119px #FFF , 818px 277px #FFF , 385px 1433px #FFF , 1495px 567px #FFF , 1754px 1741px #FFF , 1801px 1706px #FFF , 501px 1650px #FFF , 1588px 806px #FFF , 505px 608px #FFF , 1056px 776px #FFF , 118px 1758px #FFF , 1249px 1947px #FFF , 523px 1655px #FFF , 128px 369px #FFF , 848px 1046px #FFF , 1757px 1598px #FFF , 1192px 828px #FFF , 1616px 351px #FFF , 16px 241px #FFF , 601px 825px #FFF , 1227px 85px #FFF , 1173px 1444px #FFF , 216px 469px #FFF , 1715px 1370px #FFF , 312px 589px #FFF , 1678px 1699px #FFF , 1269px 789px #FFF , 1076px 1191px #FFF , 1067px 6px #FFF , 930px 42px #FFF , 189px 1629px #FFF , 1264px 1065px #FFF , 1234px 1493px #FFF , 602px 189px #FFF , 328px 1782px #FFF , 1743px 105px #FFF , 1980px 881px #FFF , 511px 1767px #FFF , 1121px 614px #FFF , 1558px 1088px #FFF , 384px 686px #FFF , 1558px 1113px #FFF , 1517px 1141px #FFF , 236px 523px #FFF , 173px 1068px #FFF , 1062px 1593px #FFF , 1329px 1459px #FFF , 865px 1686px #FFF , 1035px 1217px #FFF , 1348px 932px #FFF , 1339px 1944px #FFF , 414px 1847px #FFF , 1938px 1630px #FFF , 1424px 342px #FFF , 1853px 1405px #FFF , 1178px 1481px #FFF , 1261px 1234px #FFF , 255px 1035px #FFF , 1766px 1806px #FFF , 429px 983px #FFF , 59px 1133px #FFF , 1347px 831px #FFF , 1831px 1801px #FFF , 1007px 254px #FFF , 1507px 701px #FFF , 723px 1796px #FFF , 1891px 1901px #FFF , 735px 99px #FFF , 1981px 1593px #FFF , 743px 74px #FFF , 1470px 860px #FFF , 429px 994px #FFF , 687px 50px #FFF , 668px 368px #FFF , 927px 101px #FFF , 981px 23px #FFF , 853px 650px #FFF , 544px 305px #FFF , 1967px 362px #FFF , 947px 1254px #FFF , 1765px 652px #FFF , 1068px 491px #FFF , 936px 595px #FFF , 881px 462px #FFF , 1814px 63px #FFF , 1988px 692px #FFF , 1388px 916px #FFF , 1958px 759px #FFF , 1887px 652px #FFF , 745px 913px #FFF , 1640px 283px #FFF , 1132px 1550px #FFF , 1312px 229px #FFF , 400px 754px #FFF , 14px 719px #FFF , 426px 425px #FFF , 1741px 149px #FFF , 1051px 216px #FFF , 1253px 52px #FFF , 173px 1046px #FFF , 1348px 1309px #FFF , 1541px 516px #FFF , 1105px 108px #FFF , 65px 1604px #FFF , 1923px 1200px #FFF , 1571px 1281px #FFF , 93px 1425px #FFF , 1761px 918px #FFF , 525px 80px #FFF , 998px 1982px #FFF , 230px 917px #FFF , 1269px 1585px #FFF , 1769px 1806px #FFF , 1102px 795px #FFF , 169px 1459px #FFF , 1859px 56px #FFF , 948px 168px #FFF , 1660px 1860px #FFF , 96px 777px #FFF , 352px 1930px #FFF , 1158px 1926px #FFF , 1716px 1166px #FFF , 285px 399px #FFF , 1820px 687px #FFF , 954px 396px #FFF , 534px 358px #FFF , 979px 1128px #FFF , 1047px 1331px #FFF , 1756px 1918px #FFF , 1542px 242px #FFF , 1982px 1547px #FFF , 1456px 262px #FFF , 1081px 636px #FFF , 597px 1903px #FFF , 1035px 1044px #FFF , 765px 956px #FFF , 1255px 97px #FFF , 646px 1085px #FFF , 1140px 1061px #FFF , 270px 1476px #FFF , 1390px 1214px #FFF , 169px 795px #FFF , 696px 1326px #FFF , 1595px 1582px #FFF , 911px 249px #FFF , 1951px 1112px #FFF , 636px 1724px #FFF , 1014px 1593px #FFF , 1134px 378px #FFF , 312px 862px #FFF , 1980px 1550px #FFF , 909px 114px #FFF , 1193px 355px #FFF , 723px 1931px #FFF , 676px 31px #FFF , 1740px 964px #FFF , 1852px 1395px #FFF , 1198px 590px #FFF , 1291px 1625px #FFF , 374px 666px #FFF , 4px 350px #FFF , 1424px 413px #FFF , 1745px 1717px #FFF , 1818px 114px #FFF , 1888px 1546px #FFF , 859px 1333px #FFF , 258px 1532px #FFF , 130px 945px #FFF , 1321px 191px #FFF , 409px 410px #FFF , 1532px 980px #FFF , 1183px 147px #FFF , 1508px 646px #FFF , 1427px 816px #FFF , 279px 941px #FFF , 1075px 352px #FFF , 1296px 1854px #FFF , 469px 773px #FFF , 980px 1785px #FFF , 613px 1128px #FFF , 1663px 1880px #FFF , 999px 1635px #FFF , 546px 1813px #FFF , 131px 557px #FFF , 50px 869px #FFF , 1571px 1354px #FFF , 278px 345px #FFF , 1086px 1776px #FFF , 1873px 537px #FFF , 1128px 979px #FFF , 320px 278px #FFF , 1828px 416px #FFF , 181px 250px #FFF , 678px 1569px #FFF , 578px 1247px #FFF , 1624px 1629px #FFF , 1323px 279px #FFF , 337px 1495px #FFF , 555px 919px #FFF , 878px 371px #FFF , 103px 1356px #FFF , 1162px 1061px #FFF , 1105px 451px #FFF , 1763px 1784px #FFF , 427px 800px #FFF , 587px 643px #FFF , 641px 1222px #FFF , 262px 254px #FFF , 1066px 899px #FFF , 1921px 302px #FFF , 796px 1460px #FFF , 615px 1670px #FFF , 1901px 148px #FFF , 509px 1541px #FFF , 1724px 914px #FFF , 855px 1470px #FFF , 1324px 1376px #FFF , 632px 520px #FFF , 809px 1842px #FFF , 1177px 1647px #FFF , 1371px 199px #FFF , 366px 421px #FFF , 1502px 1037px #FFF , 1971px 1657px #FFF , 131px 890px #FFF , 1231px 786px #FFF , 1759px 1126px #FFF , 604px 311px #FFF , 575px 1748px #FFF , 42px 1668px #FFF , 107px 417px #FFF , 1885px 442px #FFF , 1056px 719px #FFF , 154px 908px #FFF , 136px 284px #FFF , 330px 1691px #FFF , 568px 139px #FFF , 762px 774px #FFF , 1509px 888px #FFF , 316px 1610px #FFF , 1911px 1408px #FFF , 1186px 903px #FFF , 827px 296px #FFF , 1025px 791px #FFF , 391px 1772px #FFF , 153px 496px #FFF , 1390px 1266px #FFF , 561px 1870px #FFF , 546px 1781px #FFF , 1477px 1492px #FFF , 1461px 610px #FFF , 101px 877px #FFF , 474px 315px #FFF , 1507px 1822px #FFF , 580px 125px #FFF , 1379px 1271px #FFF , 1595px 105px #FFF , 833px 1161px #FFF , 1907px 1797px #FFF , 600px 77px #FFF , 1518px 1037px #FFF , 564px 382px #FFF , 1729px 213px #FFF , 187px 562px #FFF , 1563px 1794px #FFF , 1668px 630px #FFF , 1873px 1750px #FFF , 711px 948px #FFF , 398px 1434px #FFF , 1708px 856px #FFF , 1236px 1240px #FFF , 616px 1284px #FFF , 1108px 1829px #FFF , 679px 1824px #FFF , 1116px 635px #FFF , 969px 1511px #FFF , 1872px 1948px #FFF , 713px 1445px #FFF , 1939px 1890px #FFF , 1233px 976px #FFF , 1574px 177px #FFF , 1754px 1434px #FFF , 1273px 785px #FFF , 599px 1152px #FFF , 982px 644px #FFF , 1570px 1997px #FFF , 409px 584px #FFF , 416px 1881px #FFF , 547px 730px #FFF , 68px 1396px #FFF , 543px 842px #FFF , 731px 441px #FFF , 1763px 530px #FFF , 1059px 1031px #FFF , 702px 278px #FFF , 336px 1230px #FFF , 313px 550px #FFF , 537px 1670px #FFF , 1889px 1088px #FFF , 565px 785px #FFF , 1402px 1682px #FFF , 937px 1061px #FFF , 1960px 1762px #FFF , 536px 1043px #FFF , 546px 494px #FFF , 974px 1178px #FFF , 1831px 1045px #FFF , 1664px 458px #FFF , 903px 1101px #FFF , 1436px 1675px #FFF , 1917px 1753px #FFF , 304px 718px #FFF , 541px 1758px #FFF , 715px 112px #FFF , 1724px 133px #FFF , 229px 207px #FFF , 876px 970px #FFF , 159px 1155px #FFF , 1219px 605px #FFF , 455px 877px #FFF , 191px 551px #FFF , 473px 434px #FFF , 1185px 1316px #FFF , 424px 963px #FFF , 45px 30px #FFF , 1404px 796px #FFF , 686px 519px #FFF , 759px 1462px #FFF , 1975px 1831px #FFF , 1801px 601px #FFF , 1346px 313px #FFF , 486px 561px #FFF , 668px 34px #FFF , 514px 826px #FFF , 1437px 383px #FFF , 1517px 1662px #FFF , 1267px 1843px #FFF , 427px 1009px #FFF , 327px 731px #FFF , 533px 1001px #FFF , 1021px 1342px #FFF , 1811px 1615px #FFF , 179px 3px #FFF , 103px 952px #FFF , 1555px 1969px #FFF , 485px 1924px #FFF , 635px 1396px #FFF , 313px 1169px #FFF , 1962px 1979px #FFF , 104px 1197px #FFF , 1952px 1259px #FFF , 501px 1679px #FFF , 1041px 1317px #FFF , 1883px 218px #FFF , 45px 1198px #FFF , 439px 1252px #FFF , 1841px 182px #FFF , 696px 658px #FFF , 1531px 487px #FFF , 1253px 90px #FFF , 109px 492px #FFF , 682px 777px #FFF , 1934px 1016px #FFF , 1853px 1488px #FFF , 879px 1102px #FFF , 446px 75px #FFF , 993px 702px #FFF , 1632px 755px #FFF , 1461px 636px #FFF , 1920px 16px #FFF , 1742px 1453px #FFF , 1091px 592px #FFF , 958px 798px #FFF , 1020px 652px #FFF , 1898px 116px #FFF , 579px 184px #FFF , 1292px 14px #FFF , 304px 1732px #FFF , 553px 1134px #FFF , 984px 508px #FFF , 110px 997px #FFF , 1685px 1687px #FFF , 697px 1390px #FFF , 1080px 950px #FFF , 1111px 1670px #FFF , 167px 1148px #FFF , 855px 305px #FFF , 813px 178px #FFF , 1189px 961px #FFF , 611px 1966px #FFF , 1469px 1892px #FFF , 622px 552px #FFF , 199px 1303px #FFF , 114px 756px #FFF , 808px 863px #FFF , 1746px 1781px #FFF , 742px 1184px #FFF , 1453px 1392px #FFF , 350px 1078px #FFF , 98px 1416px #FFF , 1159px 1718px #FFF , 1457px 1145px #FFF , 198px 170px #FFF , 1066px 1608px #FFF , 1867px 923px #FFF , 1058px 823px #FFF , 1578px 994px #FFF , 1996px 1866px #FFF , 627px 78px #FFF , 1569px 1883px #FFF , 494px 393px #FFF , 1617px 1744px #FFF , 249px 1954px #FFF , 1060px 87px #FFF , 922px 1035px #FFF , 1224px 103px #FFF , 1769px 908px #FFF , 1988px 70px #FFF , 156px 469px #FFF , 249px 553px #FFF , 1342px 1015px #FFF , 919px 877px #FFF , 429px 1720px #FFF , 33px 591px #FFF , 472px 1813px #FFF , 1739px 1561px #FFF , 1780px 804px #FFF , 1349px 996px #FFF , 1613px 1503px #FFF , 1091px 1550px #FFF , 109px 31px #FFF , 1985px 38px #FFF , 786px 1570px #FFF , 18px 952px #FFF , 505px 758px #FFF , 992px 797px #FFF , 1799px 1907px #FFF , 408px 945px #FFF , 45px 1374px #FFF , 753px 1670px #FFF , 911px 675px #FFF , 1969px 1356px #FFF , 1881px 1267px #FFF , 1290px 1997px #FFF , 1003px 577px #FFF , 1489px 209px #FFF , 708px 633px #FFF , 1454px 572px #FFF , 292px 494px #FFF , 1430px 1911px #FFF , 1353px 813px #FFF , 1542px 610px #FFF , 665px 346px #FFF , 87px 1872px #FFF , 207px 371px #FFF , 842px 1228px #FFF , 1390px 1239px #FFF , 76px 996px #FFF , 1648px 1173px #FFF , 699px 1149px #FFF , 83px 1823px #FFF , 786px 779px #FFF , 455px 712px #FFF , 548px 445px #FFF , 535px 818px #FFF , 694px 689px #FFF , 758px 1443px #FFF , 115px 1747px #FFF , 626px 190px #FFF , 1096px 1312px #FFF , 910px 1493px #FFF , 1529px 1294px #FFF , 565px 1053px #FFF , 450px 51px #FFF , 887px 1102px #FFF , 1423px 1759px #FFF , 832px 665px #FFF , 530px 155px #FFF , 1601px 1334px #FFF , 1163px 902px #FFF , 1832px 804px #FFF , 400px 1181px #FFF , 1442px 1530px #FFF , 823px 1537px #FFF , 849px 1176px #FFF , 1126px 226px #FFF , 1461px 1919px #FFF , 145px 655px #FFF , 1464px 198px #FFF , 456px 1001px #FFF , 781px 1107px #FFF , 996px 1636px #FFF , 924px 1094px #FFF , 446px 1233px #FFF , 1640px 1347px #FFF , 1758px 1877px #FFF , 285px 1818px #FFF , 543px 883px #FFF , 526px 1457px #FFF , 861px 864px #FFF , 439px 47px #FFF , 1691px 407px #FFF , 148px 61px #FFF , 809px 749px #FFF , 1211px 358px #FFF , 1056px 1323px #FFF , 1943px 869px #FFF , 924px 579px #FFF , 304px 57px #FFF , 379px 1906px #FFF , 806px 1224px #FFF , 1144px 349px #FFF , 1441px 1716px #FFF , 240px 1066px #FFF , 1706px 733px #FFF , 1724px 976px #FFF , 1871px 96px #FFF , 1230px 113px #FFF , 817px 560px #FFF , 1347px 75px #FFF , 1937px 1597px #FFF , 155px 1313px #FFF , 378px 1462px #FFF , 1492px 1535px #FFF , 1479px 275px #FFF , 1378px 1959px #FFF , 1440px 592px #FFF , 1681px 1742px #FFF , 1288px 340px #FFF , 486px 1859px #FFF , 955px 1366px #FFF , 1716px 601px #FFF , 404px 317px #FFF , 299px 1719px #FFF , 795px 1533px #FFF , 609px 681px #FFF , 1232px 1635px #FFF , 654px 215px #FFF , 672px 1739px #FFF , 1624px 1331px #FFF , 13px 1125px #FFF , 1263px 1092px #FFF , 1867px 1548px #FFF , 558px 325px #FFF , 517px 1227px #FFF , 1626px 726px #FFF , 1133px 348px #FFF , 252px 1324px #FFF , 1924px 1729px #FFF , 1782px 1374px #FFF , 482px 627px #FFF , 943px 976px #FFF , 1377px 396px #FFF , 476px 1062px #FFF , 1467px 1993px #FFF , 1751px 113px #FFF , 282px 346px #FFF , 1889px 1293px #FFF , 268px 187px #FFF , 406px 1200px #FFF , 1788px 1627px #FFF , 337px 476px #FFF , 1070px 1172px #FFF , 1428px 285px #FFF , 296px 1233px #FFF , 882px 367px #FFF , 679px 893px #FFF , 1967px 1880px #FFF , 1244px 1317px #FFF , 20px 986px #FFF , 208px 1135px #FFF , 1577px 191px #FFF , 1253px 859px #FFF , 567px 1423px #FFF , 1274px 296px #FFF , 125px 1651px #FFF , 622px 1833px #FFF , 1323px 1535px #FFF , 1606px 1160px #FFF , 1272px 1429px #FFF , 1647px 1307px #FFF , 1601px 1105px #FFF , 650px 1644px #FFF , 680px 1797px #FFF , 1109px 1924px #FFF , 1447px 1930px #FFF , 1568px 321px #FFF , 1330px 580px #FFF , 1845px 558px #FFF , 1558px 1286px #FFF , 585px 99px #FFF , 839px 1034px #FFF , 754px 1654px #FFF , 1500px 232px #FFF , 632px 1767px #FFF , 1991px 964px #FFF , 611px 12px #FFF , 1658px 657px #FFF , 1162px 305px #FFF , 1154px 1462px #FFF , 396px 461px #FFF , 1152px 943px #FFF , 1449px 1820px #FFF , 1990px 407px #FFF , 1420px 561px #FFF , 903px 624px #FFF , 1454px 69px #FFF , 1150px 744px #FFF , 883px 21px #FFF , 783px 132px #FFF , 512px 288px #FFF , 596px 88px #FFF , 349px 816px #FFF , 591px 720px #FFF , 831px 752px #FFF , 1039px 785px #FFF , 149px 1795px #FFF , 1435px 981px #FFF , 646px 554px #FFF , 786px 1988px #FFF , 870px 727px #FFF , 1779px 514px #FFF , 456px 822px #FFF , 1302px 1697px #FFF , 1443px 29px #FFF , 566px 1634px #FFF , 139px 1116px #FFF , 113px 635px #FFF , 1648px 1391px #FFF , 1622px 304px #FFF , 578px 1222px #FFF , 581px 1330px #FFF , 1253px 1974px #FFF , 1467px 369px #FFF , 1066px 631px #FFF , 128px 261px #FFF , 313px 289px #FFF , 691px 1265px #FFF , 1458px 217px #FFF , 1624px 331px #FFF , 624px 1688px #FFF , 129px 167px #FFF , 1935px 139px #FFF , 156px 368px #FFF , 1818px 631px #FFF , 1594px 1449px #FFF , 963px 857px #FFF , 1767px 86px #FFF; }

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  -webkit-box-shadow: 1744px 1197px #FFF , 1950px 392px #FFF , 527px 1258px #FFF , 413px 395px #FFF , 322px 418px #FFF , 974px 1599px #FFF , 800px 987px #FFF , 1557px 959px #FFF , 896px 997px #FFF , 1839px 220px #FFF , 1734px 1189px #FFF , 496px 840px #FFF , 973px 1549px #FFF , 1554px 990px #FFF , 24px 621px #FFF , 1960px 1752px #FFF , 472px 408px #FFF , 774px 920px #FFF , 853px 207px #FFF , 164px 1159px #FFF , 1150px 19px #FFF , 1837px 50px #FFF , 1472px 445px #FFF , 921px 487px #FFF , 1170px 1749px #FFF , 554px 8px #FFF , 538px 1587px #FFF , 1046px 1711px #FFF , 1962px 485px #FFF , 1119px 1155px #FFF , 949px 1288px #FFF , 1480px 1564px #FFF , 107px 693px #FFF , 38px 428px #FFF , 1337px 1557px #FFF , 1309px 1835px #FFF , 1313px 1971px #FFF , 837px 425px #FFF , 1550px 1236px #FFF , 1496px 379px #FFF , 922px 951px #FFF , 1945px 1764px #FFF , 937px 1206px #FFF , 820px 646px #FFF , 1200px 1068px #FFF , 51px 857px #FFF , 695px 1753px #FFF , 415px 1424px #FFF , 1391px 1129px #FFF , 165px 368px #FFF , 401px 1756px #FFF , 981px 101px #FFF , 409px 846px #FFF , 160px 156px #FFF , 369px 1559px #FFF , 247px 717px #FFF , 200px 224px #FFF , 1682px 1199px #FFF , 230px 1099px #FFF , 1529px 1097px #FFF , 1456px 1537px #FFF , 678px 216px #FFF , 1015px 560px #FFF , 1832px 90px #FFF , 1768px 1445px #FFF , 1049px 1899px #FFF , 667px 1867px #FFF , 46px 591px #FFF , 1887px 651px #FFF , 1378px 33px #FFF , 1660px 26px #FFF , 141px 1429px #FFF , 678px 1808px #FFF , 757px 1051px #FFF , 1135px 800px #FFF , 233px 587px #FFF , 1724px 325px #FFF , 820px 294px #FFF , 1400px 668px #FFF , 772px 596px #FFF , 1411px 842px #FFF , 580px 1547px #FFF , 1470px 1487px #FFF , 1664px 1297px #FFF , 976px 1871px #FFF , 124px 285px #FFF , 1011px 1346px #FFF , 150px 298px #FFF , 344px 1956px #FFF , 197px 1036px #FFF , 240px 708px #FFF , 1035px 848px #FFF , 195px 1800px #FFF , 1860px 1703px #FFF , 809px 1770px #FFF , 1866px 825px #FFF , 1013px 750px #FFF , 953px 1167px #FFF , 515px 456px #FFF , 1908px 1086px #FFF , 345px 230px #FFF , 1988px 842px #FFF , 909px 1236px #FFF , 1219px 783px #FFF , 104px 1524px #FFF , 1321px 151px #FFF , 216px 890px #FFF , 961px 178px #FFF , 1745px 275px #FFF , 1771px 1013px #FFF , 1391px 599px #FFF , 282px 1720px #FFF , 60px 1096px #FFF , 1179px 1259px #FFF , 178px 1213px #FFF , 346px 719px #FFF , 751px 1609px #FFF , 301px 591px #FFF , 799px 1564px #FFF , 142px 377px #FFF , 1227px 1667px #FFF , 1968px 1590px #FFF , 803px 1327px #FFF , 1358px 364px #FFF , 506px 1896px #FFF , 1374px 526px #FFF , 1792px 311px #FFF , 1672px 453px #FFF , 1654px 610px #FFF , 593px 1107px #FFF , 1713px 850px #FFF , 940px 1472px #FFF , 987px 1124px #FFF , 1630px 1563px #FFF , 1050px 1796px #FFF , 527px 882px #FFF , 209px 1247px #FFF , 1112px 189px #FFF , 569px 347px #FFF , 1288px 466px #FFF , 950px 1936px #FFF , 1255px 1932px #FFF , 972px 1402px #FFF , 1274px 1193px #FFF , 847px 883px #FFF , 649px 1669px #FFF , 944px 719px #FFF , 848px 1950px #FFF , 777px 1400px #FFF , 1111px 794px #FFF , 1327px 927px #FFF , 728px 228px #FFF , 73px 888px #FFF , 1092px 1444px #FFF , 1335px 753px #FFF , 546px 1555px #FFF , 1011px 467px #FFF , 1182px 209px #FFF , 151px 716px #FFF , 1544px 370px #FFF , 1287px 1519px #FFF , 435px 1025px #FFF , 586px 1906px #FFF , 1298px 524px #FFF , 436px 932px #FFF , 1660px 1699px #FFF , 960px 12px #FFF , 784px 1407px #FFF , 1483px 1668px #FFF , 1529px 284px #FFF , 980px 901px #FFF , 837px 1107px #FFF , 2000px 374px #FFF , 28px 557px #FFF , 45px 420px #FFF , 889px 738px #FFF , 1504px 1718px #FFF , 174px 561px #FFF , 1085px 1208px #FFF , 1602px 514px #FFF , 645px 159px #FFF , 957px 10px #FFF , 1622px 1036px #FFF , 1108px 1888px #FFF , 1568px 1923px #FFF , 75px 916px #FFF , 448px 1520px #FFF , 538px 1595px #FFF , 1714px 332px #FFF , 1321px 99px #FFF , 310px 1230px #FFF , 18px 331px #FFF , 652px 1249px #FFF , 206px 1007px #FFF , 450px 1226px #FFF , 392px 1777px #FFF , 27px 1375px #FFF , 901px 1005px #FFF , 1571px 702px #FFF , 1122px 1603px #FFF;
  box-shadow: 1744px 1197px #FFF , 1950px 392px #FFF , 527px 1258px #FFF , 413px 395px #FFF , 322px 418px #FFF , 974px 1599px #FFF , 800px 987px #FFF , 1557px 959px #FFF , 896px 997px #FFF , 1839px 220px #FFF , 1734px 1189px #FFF , 496px 840px #FFF , 973px 1549px #FFF , 1554px 990px #FFF , 24px 621px #FFF , 1960px 1752px #FFF , 472px 408px #FFF , 774px 920px #FFF , 853px 207px #FFF , 164px 1159px #FFF , 1150px 19px #FFF , 1837px 50px #FFF , 1472px 445px #FFF , 921px 487px #FFF , 1170px 1749px #FFF , 554px 8px #FFF , 538px 1587px #FFF , 1046px 1711px #FFF , 1962px 485px #FFF , 1119px 1155px #FFF , 949px 1288px #FFF , 1480px 1564px #FFF , 107px 693px #FFF , 38px 428px #FFF , 1337px 1557px #FFF , 1309px 1835px #FFF , 1313px 1971px #FFF , 837px 425px #FFF , 1550px 1236px #FFF , 1496px 379px #FFF , 922px 951px #FFF , 1945px 1764px #FFF , 937px 1206px #FFF , 820px 646px #FFF , 1200px 1068px #FFF , 51px 857px #FFF , 695px 1753px #FFF , 415px 1424px #FFF , 1391px 1129px #FFF , 165px 368px #FFF , 401px 1756px #FFF , 981px 101px #FFF , 409px 846px #FFF , 160px 156px #FFF , 369px 1559px #FFF , 247px 717px #FFF , 200px 224px #FFF , 1682px 1199px #FFF , 230px 1099px #FFF , 1529px 1097px #FFF , 1456px 1537px #FFF , 678px 216px #FFF , 1015px 560px #FFF , 1832px 90px #FFF , 1768px 1445px #FFF , 1049px 1899px #FFF , 667px 1867px #FFF , 46px 591px #FFF , 1887px 651px #FFF , 1378px 33px #FFF , 1660px 26px #FFF , 141px 1429px #FFF , 678px 1808px #FFF , 757px 1051px #FFF , 1135px 800px #FFF , 233px 587px #FFF , 1724px 325px #FFF , 820px 294px #FFF , 1400px 668px #FFF , 772px 596px #FFF , 1411px 842px #FFF , 580px 1547px #FFF , 1470px 1487px #FFF , 1664px 1297px #FFF , 976px 1871px #FFF , 124px 285px #FFF , 1011px 1346px #FFF , 150px 298px #FFF , 344px 1956px #FFF , 197px 1036px #FFF , 240px 708px #FFF , 1035px 848px #FFF , 195px 1800px #FFF , 1860px 1703px #FFF , 809px 1770px #FFF , 1866px 825px #FFF , 1013px 750px #FFF , 953px 1167px #FFF , 515px 456px #FFF , 1908px 1086px #FFF , 345px 230px #FFF , 1988px 842px #FFF , 909px 1236px #FFF , 1219px 783px #FFF , 104px 1524px #FFF , 1321px 151px #FFF , 216px 890px #FFF , 961px 178px #FFF , 1745px 275px #FFF , 1771px 1013px #FFF , 1391px 599px #FFF , 282px 1720px #FFF , 60px 1096px #FFF , 1179px 1259px #FFF , 178px 1213px #FFF , 346px 719px #FFF , 751px 1609px #FFF , 301px 591px #FFF , 799px 1564px #FFF , 142px 377px #FFF , 1227px 1667px #FFF , 1968px 1590px #FFF , 803px 1327px #FFF , 1358px 364px #FFF , 506px 1896px #FFF , 1374px 526px #FFF , 1792px 311px #FFF , 1672px 453px #FFF , 1654px 610px #FFF , 593px 1107px #FFF , 1713px 850px #FFF , 940px 1472px #FFF , 987px 1124px #FFF , 1630px 1563px #FFF , 1050px 1796px #FFF , 527px 882px #FFF , 209px 1247px #FFF , 1112px 189px #FFF , 569px 347px #FFF , 1288px 466px #FFF , 950px 1936px #FFF , 1255px 1932px #FFF , 972px 1402px #FFF , 1274px 1193px #FFF , 847px 883px #FFF , 649px 1669px #FFF , 944px 719px #FFF , 848px 1950px #FFF , 777px 1400px #FFF , 1111px 794px #FFF , 1327px 927px #FFF , 728px 228px #FFF , 73px 888px #FFF , 1092px 1444px #FFF , 1335px 753px #FFF , 546px 1555px #FFF , 1011px 467px #FFF , 1182px 209px #FFF , 151px 716px #FFF , 1544px 370px #FFF , 1287px 1519px #FFF , 435px 1025px #FFF , 586px 1906px #FFF , 1298px 524px #FFF , 436px 932px #FFF , 1660px 1699px #FFF , 960px 12px #FFF , 784px 1407px #FFF , 1483px 1668px #FFF , 1529px 284px #FFF , 980px 901px #FFF , 837px 1107px #FFF , 2000px 374px #FFF , 28px 557px #FFF , 45px 420px #FFF , 889px 738px #FFF , 1504px 1718px #FFF , 174px 561px #FFF , 1085px 1208px #FFF , 1602px 514px #FFF , 645px 159px #FFF , 957px 10px #FFF , 1622px 1036px #FFF , 1108px 1888px #FFF , 1568px 1923px #FFF , 75px 916px #FFF , 448px 1520px #FFF , 538px 1595px #FFF , 1714px 332px #FFF , 1321px 99px #FFF , 310px 1230px #FFF , 18px 331px #FFF , 652px 1249px #FFF , 206px 1007px #FFF , 450px 1226px #FFF , 392px 1777px #FFF , 27px 1375px #FFF , 901px 1005px #FFF , 1571px 702px #FFF , 1122px 1603px #FFF;
  -webkit-animation: animStar 100s linear infinite;
  animation: animStar 100s linear infinite; }

#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  -webkit-box-shadow: 1744px 1197px #FFF , 1950px 392px #FFF , 527px 1258px #FFF , 413px 395px #FFF , 322px 418px #FFF , 974px 1599px #FFF , 800px 987px #FFF , 1557px 959px #FFF , 896px 997px #FFF , 1839px 220px #FFF , 1734px 1189px #FFF , 496px 840px #FFF , 973px 1549px #FFF , 1554px 990px #FFF , 24px 621px #FFF , 1960px 1752px #FFF , 472px 408px #FFF , 774px 920px #FFF , 853px 207px #FFF , 164px 1159px #FFF , 1150px 19px #FFF , 1837px 50px #FFF , 1472px 445px #FFF , 921px 487px #FFF , 1170px 1749px #FFF , 554px 8px #FFF , 538px 1587px #FFF , 1046px 1711px #FFF , 1962px 485px #FFF , 1119px 1155px #FFF , 949px 1288px #FFF , 1480px 1564px #FFF , 107px 693px #FFF , 38px 428px #FFF , 1337px 1557px #FFF , 1309px 1835px #FFF , 1313px 1971px #FFF , 837px 425px #FFF , 1550px 1236px #FFF , 1496px 379px #FFF , 922px 951px #FFF , 1945px 1764px #FFF , 937px 1206px #FFF , 820px 646px #FFF , 1200px 1068px #FFF , 51px 857px #FFF , 695px 1753px #FFF , 415px 1424px #FFF , 1391px 1129px #FFF , 165px 368px #FFF , 401px 1756px #FFF , 981px 101px #FFF , 409px 846px #FFF , 160px 156px #FFF , 369px 1559px #FFF , 247px 717px #FFF , 200px 224px #FFF , 1682px 1199px #FFF , 230px 1099px #FFF , 1529px 1097px #FFF , 1456px 1537px #FFF , 678px 216px #FFF , 1015px 560px #FFF , 1832px 90px #FFF , 1768px 1445px #FFF , 1049px 1899px #FFF , 667px 1867px #FFF , 46px 591px #FFF , 1887px 651px #FFF , 1378px 33px #FFF , 1660px 26px #FFF , 141px 1429px #FFF , 678px 1808px #FFF , 757px 1051px #FFF , 1135px 800px #FFF , 233px 587px #FFF , 1724px 325px #FFF , 820px 294px #FFF , 1400px 668px #FFF , 772px 596px #FFF , 1411px 842px #FFF , 580px 1547px #FFF , 1470px 1487px #FFF , 1664px 1297px #FFF , 976px 1871px #FFF , 124px 285px #FFF , 1011px 1346px #FFF , 150px 298px #FFF , 344px 1956px #FFF , 197px 1036px #FFF , 240px 708px #FFF , 1035px 848px #FFF , 195px 1800px #FFF , 1860px 1703px #FFF , 809px 1770px #FFF , 1866px 825px #FFF , 1013px 750px #FFF , 953px 1167px #FFF , 515px 456px #FFF , 1908px 1086px #FFF , 345px 230px #FFF , 1988px 842px #FFF , 909px 1236px #FFF , 1219px 783px #FFF , 104px 1524px #FFF , 1321px 151px #FFF , 216px 890px #FFF , 961px 178px #FFF , 1745px 275px #FFF , 1771px 1013px #FFF , 1391px 599px #FFF , 282px 1720px #FFF , 60px 1096px #FFF , 1179px 1259px #FFF , 178px 1213px #FFF , 346px 719px #FFF , 751px 1609px #FFF , 301px 591px #FFF , 799px 1564px #FFF , 142px 377px #FFF , 1227px 1667px #FFF , 1968px 1590px #FFF , 803px 1327px #FFF , 1358px 364px #FFF , 506px 1896px #FFF , 1374px 526px #FFF , 1792px 311px #FFF , 1672px 453px #FFF , 1654px 610px #FFF , 593px 1107px #FFF , 1713px 850px #FFF , 940px 1472px #FFF , 987px 1124px #FFF , 1630px 1563px #FFF , 1050px 1796px #FFF , 527px 882px #FFF , 209px 1247px #FFF , 1112px 189px #FFF , 569px 347px #FFF , 1288px 466px #FFF , 950px 1936px #FFF , 1255px 1932px #FFF , 972px 1402px #FFF , 1274px 1193px #FFF , 847px 883px #FFF , 649px 1669px #FFF , 944px 719px #FFF , 848px 1950px #FFF , 777px 1400px #FFF , 1111px 794px #FFF , 1327px 927px #FFF , 728px 228px #FFF , 73px 888px #FFF , 1092px 1444px #FFF , 1335px 753px #FFF , 546px 1555px #FFF , 1011px 467px #FFF , 1182px 209px #FFF , 151px 716px #FFF , 1544px 370px #FFF , 1287px 1519px #FFF , 435px 1025px #FFF , 586px 1906px #FFF , 1298px 524px #FFF , 436px 932px #FFF , 1660px 1699px #FFF , 960px 12px #FFF , 784px 1407px #FFF , 1483px 1668px #FFF , 1529px 284px #FFF , 980px 901px #FFF , 837px 1107px #FFF , 2000px 374px #FFF , 28px 557px #FFF , 45px 420px #FFF , 889px 738px #FFF , 1504px 1718px #FFF , 174px 561px #FFF , 1085px 1208px #FFF , 1602px 514px #FFF , 645px 159px #FFF , 957px 10px #FFF , 1622px 1036px #FFF , 1108px 1888px #FFF , 1568px 1923px #FFF , 75px 916px #FFF , 448px 1520px #FFF , 538px 1595px #FFF , 1714px 332px #FFF , 1321px 99px #FFF , 310px 1230px #FFF , 18px 331px #FFF , 652px 1249px #FFF , 206px 1007px #FFF , 450px 1226px #FFF , 392px 1777px #FFF , 27px 1375px #FFF , 901px 1005px #FFF , 1571px 702px #FFF , 1122px 1603px #FFF;
  box-shadow: 1744px 1197px #FFF , 1950px 392px #FFF , 527px 1258px #FFF , 413px 395px #FFF , 322px 418px #FFF , 974px 1599px #FFF , 800px 987px #FFF , 1557px 959px #FFF , 896px 997px #FFF , 1839px 220px #FFF , 1734px 1189px #FFF , 496px 840px #FFF , 973px 1549px #FFF , 1554px 990px #FFF , 24px 621px #FFF , 1960px 1752px #FFF , 472px 408px #FFF , 774px 920px #FFF , 853px 207px #FFF , 164px 1159px #FFF , 1150px 19px #FFF , 1837px 50px #FFF , 1472px 445px #FFF , 921px 487px #FFF , 1170px 1749px #FFF , 554px 8px #FFF , 538px 1587px #FFF , 1046px 1711px #FFF , 1962px 485px #FFF , 1119px 1155px #FFF , 949px 1288px #FFF , 1480px 1564px #FFF , 107px 693px #FFF , 38px 428px #FFF , 1337px 1557px #FFF , 1309px 1835px #FFF , 1313px 1971px #FFF , 837px 425px #FFF , 1550px 1236px #FFF , 1496px 379px #FFF , 922px 951px #FFF , 1945px 1764px #FFF , 937px 1206px #FFF , 820px 646px #FFF , 1200px 1068px #FFF , 51px 857px #FFF , 695px 1753px #FFF , 415px 1424px #FFF , 1391px 1129px #FFF , 165px 368px #FFF , 401px 1756px #FFF , 981px 101px #FFF , 409px 846px #FFF , 160px 156px #FFF , 369px 1559px #FFF , 247px 717px #FFF , 200px 224px #FFF , 1682px 1199px #FFF , 230px 1099px #FFF , 1529px 1097px #FFF , 1456px 1537px #FFF , 678px 216px #FFF , 1015px 560px #FFF , 1832px 90px #FFF , 1768px 1445px #FFF , 1049px 1899px #FFF , 667px 1867px #FFF , 46px 591px #FFF , 1887px 651px #FFF , 1378px 33px #FFF , 1660px 26px #FFF , 141px 1429px #FFF , 678px 1808px #FFF , 757px 1051px #FFF , 1135px 800px #FFF , 233px 587px #FFF , 1724px 325px #FFF , 820px 294px #FFF , 1400px 668px #FFF , 772px 596px #FFF , 1411px 842px #FFF , 580px 1547px #FFF , 1470px 1487px #FFF , 1664px 1297px #FFF , 976px 1871px #FFF , 124px 285px #FFF , 1011px 1346px #FFF , 150px 298px #FFF , 344px 1956px #FFF , 197px 1036px #FFF , 240px 708px #FFF , 1035px 848px #FFF , 195px 1800px #FFF , 1860px 1703px #FFF , 809px 1770px #FFF , 1866px 825px #FFF , 1013px 750px #FFF , 953px 1167px #FFF , 515px 456px #FFF , 1908px 1086px #FFF , 345px 230px #FFF , 1988px 842px #FFF , 909px 1236px #FFF , 1219px 783px #FFF , 104px 1524px #FFF , 1321px 151px #FFF , 216px 890px #FFF , 961px 178px #FFF , 1745px 275px #FFF , 1771px 1013px #FFF , 1391px 599px #FFF , 282px 1720px #FFF , 60px 1096px #FFF , 1179px 1259px #FFF , 178px 1213px #FFF , 346px 719px #FFF , 751px 1609px #FFF , 301px 591px #FFF , 799px 1564px #FFF , 142px 377px #FFF , 1227px 1667px #FFF , 1968px 1590px #FFF , 803px 1327px #FFF , 1358px 364px #FFF , 506px 1896px #FFF , 1374px 526px #FFF , 1792px 311px #FFF , 1672px 453px #FFF , 1654px 610px #FFF , 593px 1107px #FFF , 1713px 850px #FFF , 940px 1472px #FFF , 987px 1124px #FFF , 1630px 1563px #FFF , 1050px 1796px #FFF , 527px 882px #FFF , 209px 1247px #FFF , 1112px 189px #FFF , 569px 347px #FFF , 1288px 466px #FFF , 950px 1936px #FFF , 1255px 1932px #FFF , 972px 1402px #FFF , 1274px 1193px #FFF , 847px 883px #FFF , 649px 1669px #FFF , 944px 719px #FFF , 848px 1950px #FFF , 777px 1400px #FFF , 1111px 794px #FFF , 1327px 927px #FFF , 728px 228px #FFF , 73px 888px #FFF , 1092px 1444px #FFF , 1335px 753px #FFF , 546px 1555px #FFF , 1011px 467px #FFF , 1182px 209px #FFF , 151px 716px #FFF , 1544px 370px #FFF , 1287px 1519px #FFF , 435px 1025px #FFF , 586px 1906px #FFF , 1298px 524px #FFF , 436px 932px #FFF , 1660px 1699px #FFF , 960px 12px #FFF , 784px 1407px #FFF , 1483px 1668px #FFF , 1529px 284px #FFF , 980px 901px #FFF , 837px 1107px #FFF , 2000px 374px #FFF , 28px 557px #FFF , 45px 420px #FFF , 889px 738px #FFF , 1504px 1718px #FFF , 174px 561px #FFF , 1085px 1208px #FFF , 1602px 514px #FFF , 645px 159px #FFF , 957px 10px #FFF , 1622px 1036px #FFF , 1108px 1888px #FFF , 1568px 1923px #FFF , 75px 916px #FFF , 448px 1520px #FFF , 538px 1595px #FFF , 1714px 332px #FFF , 1321px 99px #FFF , 310px 1230px #FFF , 18px 331px #FFF , 652px 1249px #FFF , 206px 1007px #FFF , 450px 1226px #FFF , 392px 1777px #FFF , 27px 1375px #FFF , 901px 1005px #FFF , 1571px 702px #FFF , 1122px 1603px #FFF; }

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  -webkit-box-shadow: 470px 564px #FFF , 724px 705px #FFF , 256px 1222px #FFF , 979px 819px #FFF , 477px 1222px #FFF , 1893px 1724px #FFF , 1793px 1955px #FFF , 809px 1886px #FFF , 984px 1739px #FFF , 176px 1279px #FFF , 1758px 1749px #FFF , 1844px 374px #FFF , 565px 518px #FFF , 1104px 529px #FFF , 1796px 198px #FFF , 1918px 595px #FFF , 1736px 1972px #FFF , 228px 1210px #FFF , 656px 1484px #FFF , 163px 184px #FFF , 548px 239px #FFF , 1808px 1725px #FFF , 832px 1367px #FFF , 228px 768px #FFF , 1889px 909px #FFF , 893px 654px #FFF , 1561px 1938px #FFF , 1507px 329px #FFF , 1933px 1091px #FFF , 660px 600px #FFF , 284px 66px #FFF , 330px 1741px #FFF , 688px 653px #FFF , 1490px 114px #FFF , 266px 1042px #FFF , 425px 1618px #FFF , 1668px 175px #FFF , 1528px 1943px #FFF , 805px 165px #FFF , 1395px 528px #FFF , 10px 540px #FFF , 731px 557px #FFF , 55px 336px #FFF , 352px 122px #FFF , 1576px 1835px #FFF , 728px 1105px #FFF , 1859px 1340px #FFF , 21px 622px #FFF , 1894px 1379px #FFF , 1207px 1748px #FFF , 916px 817px #FFF , 1092px 1291px #FFF , 1090px 498px #FFF , 250px 9px #FFF , 1590px 532px #FFF , 68px 1813px #FFF , 947px 1230px #FFF , 1705px 810px #FFF , 1022px 152px #FFF , 559px 1810px #FFF , 1212px 2px #FFF , 1652px 489px #FFF , 1827px 526px #FFF , 1729px 1212px #FFF , 1357px 37px #FFF , 1559px 161px #FFF , 1014px 343px #FFF , 183px 966px #FFF , 1158px 1198px #FFF , 1719px 329px #FFF , 1586px 856px #FFF , 304px 1069px #FFF , 1319px 10px #FFF , 874px 1337px #FFF , 796px 1438px #FFF , 1314px 1598px #FFF , 858px 959px #FFF , 1943px 1202px #FFF , 1247px 548px #FFF , 331px 1433px #FFF , 1492px 1608px #FFF , 916px 1660px #FFF , 1459px 345px #FFF , 935px 1436px #FFF , 913px 1220px #FFF , 1938px 899px #FFF , 877px 362px #FFF , 793px 500px #FFF , 918px 1922px #FFF , 1448px 1489px #FFF , 1862px 1041px #FFF , 1306px 197px #FFF , 1064px 521px #FFF , 46px 740px #FFF , 251px 1404px #FFF , 1902px 1395px #FFF , 492px 1082px #FFF , 394px 365px #FFF , 77px 1588px #FFF , 633px 263px #FFF;
  box-shadow: 470px 564px #FFF , 724px 705px #FFF , 256px 1222px #FFF , 979px 819px #FFF , 477px 1222px #FFF , 1893px 1724px #FFF , 1793px 1955px #FFF , 809px 1886px #FFF , 984px 1739px #FFF , 176px 1279px #FFF , 1758px 1749px #FFF , 1844px 374px #FFF , 565px 518px #FFF , 1104px 529px #FFF , 1796px 198px #FFF , 1918px 595px #FFF , 1736px 1972px #FFF , 228px 1210px #FFF , 656px 1484px #FFF , 163px 184px #FFF , 548px 239px #FFF , 1808px 1725px #FFF , 832px 1367px #FFF , 228px 768px #FFF , 1889px 909px #FFF , 893px 654px #FFF , 1561px 1938px #FFF , 1507px 329px #FFF , 1933px 1091px #FFF , 660px 600px #FFF , 284px 66px #FFF , 330px 1741px #FFF , 688px 653px #FFF , 1490px 114px #FFF , 266px 1042px #FFF , 425px 1618px #FFF , 1668px 175px #FFF , 1528px 1943px #FFF , 805px 165px #FFF , 1395px 528px #FFF , 10px 540px #FFF , 731px 557px #FFF , 55px 336px #FFF , 352px 122px #FFF , 1576px 1835px #FFF , 728px 1105px #FFF , 1859px 1340px #FFF , 21px 622px #FFF , 1894px 1379px #FFF , 1207px 1748px #FFF , 916px 817px #FFF , 1092px 1291px #FFF , 1090px 498px #FFF , 250px 9px #FFF , 1590px 532px #FFF , 68px 1813px #FFF , 947px 1230px #FFF , 1705px 810px #FFF , 1022px 152px #FFF , 559px 1810px #FFF , 1212px 2px #FFF , 1652px 489px #FFF , 1827px 526px #FFF , 1729px 1212px #FFF , 1357px 37px #FFF , 1559px 161px #FFF , 1014px 343px #FFF , 183px 966px #FFF , 1158px 1198px #FFF , 1719px 329px #FFF , 1586px 856px #FFF , 304px 1069px #FFF , 1319px 10px #FFF , 874px 1337px #FFF , 796px 1438px #FFF , 1314px 1598px #FFF , 858px 959px #FFF , 1943px 1202px #FFF , 1247px 548px #FFF , 331px 1433px #FFF , 1492px 1608px #FFF , 916px 1660px #FFF , 1459px 345px #FFF , 935px 1436px #FFF , 913px 1220px #FFF , 1938px 899px #FFF , 877px 362px #FFF , 793px 500px #FFF , 918px 1922px #FFF , 1448px 1489px #FFF , 1862px 1041px #FFF , 1306px 197px #FFF , 1064px 521px #FFF , 46px 740px #FFF , 251px 1404px #FFF , 1902px 1395px #FFF , 492px 1082px #FFF , 394px 365px #FFF , 77px 1588px #FFF , 633px 263px #FFF;
  -webkit-animation: animStar 150s linear infinite;
  animation: animStar 150s linear infinite; }

#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  -webkit-box-shadow: 470px 564px #FFF , 724px 705px #FFF , 256px 1222px #FFF , 979px 819px #FFF , 477px 1222px #FFF , 1893px 1724px #FFF , 1793px 1955px #FFF , 809px 1886px #FFF , 984px 1739px #FFF , 176px 1279px #FFF , 1758px 1749px #FFF , 1844px 374px #FFF , 565px 518px #FFF , 1104px 529px #FFF , 1796px 198px #FFF , 1918px 595px #FFF , 1736px 1972px #FFF , 228px 1210px #FFF , 656px 1484px #FFF , 163px 184px #FFF , 548px 239px #FFF , 1808px 1725px #FFF , 832px 1367px #FFF , 228px 768px #FFF , 1889px 909px #FFF , 893px 654px #FFF , 1561px 1938px #FFF , 1507px 329px #FFF , 1933px 1091px #FFF , 660px 600px #FFF , 284px 66px #FFF , 330px 1741px #FFF , 688px 653px #FFF , 1490px 114px #FFF , 266px 1042px #FFF , 425px 1618px #FFF , 1668px 175px #FFF , 1528px 1943px #FFF , 805px 165px #FFF , 1395px 528px #FFF , 10px 540px #FFF , 731px 557px #FFF , 55px 336px #FFF , 352px 122px #FFF , 1576px 1835px #FFF , 728px 1105px #FFF , 1859px 1340px #FFF , 21px 622px #FFF , 1894px 1379px #FFF , 1207px 1748px #FFF , 916px 817px #FFF , 1092px 1291px #FFF , 1090px 498px #FFF , 250px 9px #FFF , 1590px 532px #FFF , 68px 1813px #FFF , 947px 1230px #FFF , 1705px 810px #FFF , 1022px 152px #FFF , 559px 1810px #FFF , 1212px 2px #FFF , 1652px 489px #FFF , 1827px 526px #FFF , 1729px 1212px #FFF , 1357px 37px #FFF , 1559px 161px #FFF , 1014px 343px #FFF , 183px 966px #FFF , 1158px 1198px #FFF , 1719px 329px #FFF , 1586px 856px #FFF , 304px 1069px #FFF , 1319px 10px #FFF , 874px 1337px #FFF , 796px 1438px #FFF , 1314px 1598px #FFF , 858px 959px #FFF , 1943px 1202px #FFF , 1247px 548px #FFF , 331px 1433px #FFF , 1492px 1608px #FFF , 916px 1660px #FFF , 1459px 345px #FFF , 935px 1436px #FFF , 913px 1220px #FFF , 1938px 899px #FFF , 877px 362px #FFF , 793px 500px #FFF , 918px 1922px #FFF , 1448px 1489px #FFF , 1862px 1041px #FFF , 1306px 197px #FFF , 1064px 521px #FFF , 46px 740px #FFF , 251px 1404px #FFF , 1902px 1395px #FFF , 492px 1082px #FFF , 394px 365px #FFF , 77px 1588px #FFF , 633px 263px #FFF;
  box-shadow: 470px 564px #FFF , 724px 705px #FFF , 256px 1222px #FFF , 979px 819px #FFF , 477px 1222px #FFF , 1893px 1724px #FFF , 1793px 1955px #FFF , 809px 1886px #FFF , 984px 1739px #FFF , 176px 1279px #FFF , 1758px 1749px #FFF , 1844px 374px #FFF , 565px 518px #FFF , 1104px 529px #FFF , 1796px 198px #FFF , 1918px 595px #FFF , 1736px 1972px #FFF , 228px 1210px #FFF , 656px 1484px #FFF , 163px 184px #FFF , 548px 239px #FFF , 1808px 1725px #FFF , 832px 1367px #FFF , 228px 768px #FFF , 1889px 909px #FFF , 893px 654px #FFF , 1561px 1938px #FFF , 1507px 329px #FFF , 1933px 1091px #FFF , 660px 600px #FFF , 284px 66px #FFF , 330px 1741px #FFF , 688px 653px #FFF , 1490px 114px #FFF , 266px 1042px #FFF , 425px 1618px #FFF , 1668px 175px #FFF , 1528px 1943px #FFF , 805px 165px #FFF , 1395px 528px #FFF , 10px 540px #FFF , 731px 557px #FFF , 55px 336px #FFF , 352px 122px #FFF , 1576px 1835px #FFF , 728px 1105px #FFF , 1859px 1340px #FFF , 21px 622px #FFF , 1894px 1379px #FFF , 1207px 1748px #FFF , 916px 817px #FFF , 1092px 1291px #FFF , 1090px 498px #FFF , 250px 9px #FFF , 1590px 532px #FFF , 68px 1813px #FFF , 947px 1230px #FFF , 1705px 810px #FFF , 1022px 152px #FFF , 559px 1810px #FFF , 1212px 2px #FFF , 1652px 489px #FFF , 1827px 526px #FFF , 1729px 1212px #FFF , 1357px 37px #FFF , 1559px 161px #FFF , 1014px 343px #FFF , 183px 966px #FFF , 1158px 1198px #FFF , 1719px 329px #FFF , 1586px 856px #FFF , 304px 1069px #FFF , 1319px 10px #FFF , 874px 1337px #FFF , 796px 1438px #FFF , 1314px 1598px #FFF , 858px 959px #FFF , 1943px 1202px #FFF , 1247px 548px #FFF , 331px 1433px #FFF , 1492px 1608px #FFF , 916px 1660px #FFF , 1459px 345px #FFF , 935px 1436px #FFF , 913px 1220px #FFF , 1938px 899px #FFF , 877px 362px #FFF , 793px 500px #FFF , 918px 1922px #FFF , 1448px 1489px #FFF , 1862px 1041px #FFF , 1306px 197px #FFF , 1064px 521px #FFF , 46px 740px #FFF , 251px 1404px #FFF , 1902px 1395px #FFF , 492px 1082px #FFF , 394px 365px #FFF , 77px 1588px #FFF , 633px 263px #FFF; }

/* ANIMATION */
@-webkit-keyframes shake-icon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes shake-icon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.pricing-plans {
  margin: 0; }
  .pricing-plans__switch-plan {
    padding-bottom: 40px; }
  .pricing-plans__talk-sales {
    padding-bottom: 5em; }
  .pricing-plans .column-plan__switch-plan {
    margin: 20px 0; }
    .pricing-plans .column-plan__switch-plan .year-btn,
    .pricing-plans .column-plan__switch-plan .month-btn {
      font-weight: 800;
      cursor: pointer;
      text-align: center; }
    .pricing-plans .column-plan__switch-plan .active {
      display: none; }
  .pricing-plans #hero .pricing-table {
    border-top-color: #F3595B; }
    .pricing-plans #hero .pricing-table h1, .pricing-plans #hero .pricing-table h2, .pricing-plans #hero .pricing-table h3, .pricing-plans #hero .pricing-table h4, .pricing-plans #hero .pricing-table h5 {
      color: #F3595B; }
  .pricing-plans #hero .hoverRow:not(.disabled) .pricing__item__title {
    margin: 0;
    color: #F3595B;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color; }
  .pricing-plans #hero.big-label .pricing-table__head__shape polygon {
    fill: #F3595B; }
  .pricing-plans #marketer .pricing-table {
    border-top-color: #2ebd59; }
    .pricing-plans #marketer .pricing-table h1, .pricing-plans #marketer .pricing-table h2, .pricing-plans #marketer .pricing-table h3, .pricing-plans #marketer .pricing-table h4, .pricing-plans #marketer .pricing-table h5 {
      color: #2ebd59; }
  .pricing-plans #marketer .hoverRow:not(.disabled) .pricing__item__title {
    margin: 0;
    color: #2ebd59;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color; }
  .pricing-plans #marketer.big-label .pricing-table__head__shape polygon {
    fill: #2ebd59; }
  .pricing-plans #personal .pricing-table {
    border-top-color: #1DA7C2; }
    .pricing-plans #personal .pricing-table h1, .pricing-plans #personal .pricing-table h2, .pricing-plans #personal .pricing-table h3, .pricing-plans #personal .pricing-table h4, .pricing-plans #personal .pricing-table h5 {
      color: #1DA7C2; }
  .pricing-plans #personal .hoverRow:not(.disabled) .pricing__item__title {
    margin: 0;
    color: #1DA7C2;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color; }
  .pricing-plans #personal.big-label .pricing-table__head__shape polygon {
    fill: #1DA7C2; }
  .pricing-plans .ribbon {
    padding: 5px 10px;
    margin: 0;
    width: 98%;
    top: 19%;
    left: 1%;
    position: absolute;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #d03a1f;
    background: -webkit-gradient(linear, left top, left bottom, from(tomato), to(#d03a1f));
    background: -webkit-linear-gradient(top, tomato, #d03a1f);
    background: -o-linear-gradient(top, tomato, #d03a1f);
    background: linear-gradient(top, tomato, #d03a1f);
    display: inline-block;
    z-index: 1;
    font-size: 0.8em; }
    @media (max-width: 768px) {
      .pricing-plans .ribbon {
        width: 100%;
        left: 0%; } }
    .pricing-plans .ribbon__label:before {
      content: "";
      bottom: -6px;
      position: absolute;
      display: block;
      border-style: solid;
      border-color: #8c0d00 transparent transparent transparent;
      z-index: -1;
      left: 0;
      border-width: .5em 0 0 .9em; }
      @media (min-width: 768px) {
        .pricing-plans .ribbon__label:before {
          border-width: .5em 0 0 .9em; } }
    .pricing-plans .ribbon__label:after {
      content: "";
      bottom: -6px;
      position: absolute;
      display: block;
      border-style: solid;
      border-color: #8c0d00 transparent transparent transparent;
      z-index: -1;
      left: 96%;
      border-width: .5em .9em 0 0; }
      @media (max-width: 768px) {
        .pricing-plans .ribbon__label:after {
          border-width: .5em 1.1em 0 0; } }
      @media (min-width: 1200px) {
        .pricing-plans .ribbon__label:after {
          left: 97%; } }
  .pricing-plans .pricing-table__header {
    padding: 1.5em 0; }
  .pricing-plans .pricing-table {
    border: 1px solid #C6C6C6;
    border-top: 5px solid;
    padding: 0;
    font-size: .9em; }
    @media (max-width: 1200px) {
      .pricing-plans .pricing-table__head__shape svg {
        margin-top: 35px; } }
    .pricing-plans .pricing-table__head__shape polygon {
      fill: white; }
    .pricing-plans .pricing-table__head__info {
      color: #dedede !important;
      position: absolute;
      width: 100%;
      top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pricing-plans .pricing-table__head__info h1 {
        font-size: 3.6em; }
    .pricing-plans .pricing-table__footer {
      padding: 15px; }
    @media (max-width: 991px) {
      .pricing-plans .pricing-table {
        margin-top: 1em; } }
    .pricing-plans .pricing-table h1, .pricing-plans .pricing-table h2, .pricing-plans .pricing-table h3, .pricing-plans .pricing-table h4, .pricing-plans .pricing-table h5 {
      white-space: nowrap;
      margin: 0;
      text-align: center; }
    @media (min-width: 400px) {
      .pricing-plans .pricing-table h1 {
        font-size: 3.157em; } }
    @media (max-width: 1200px) {
      .pricing-plans .pricing-table h1 {
        font-size: 2.441em; }
      .pricing-plans .pricing-table summary {
        font-size: 1em; } }
    .pricing-plans .pricing-table ul {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-bottom: 1px solid #efefef;
      padding: 15px; }
      .pricing-plans .pricing-table ul li {
        list-style-type: none;
        padding: .5em 0; }
        .pricing-plans .pricing-table ul li .info {
          color: #bbbbbb;
          font-size: 15px; }
        .pricing-plans .pricing-table ul li .pricing__item__title,
        .pricing-plans .pricing-table ul li .pricing__item__text {
          margin: 0; }
      @media (min-width: 1200px) {
        .pricing-plans .pricing-table ul .fix-height .pricing__item__text {
          min-height: 45px; } }
    .pricing-plans .pricing-table .btn-round {
      font-size: 0.9em; }
      @media (max-width: 1999px) {
        .pricing-plans .pricing-table .btn-round {
          font-size: 0.8em; } }
    .pricing-plans .pricing-table .disabled * {
      color: #cccccc; }
    .pricing-plans .pricing-table .hoverRow:not(.disabled) .fa-check {
      -webkit-animation: .5s roteate_check ease;
      animation: .5s roteate_check ease;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .pricing-plans .pricing-table .hoverRow {
      background-color: #f1f1f1 !important;
      -webkit-transition: .2s background-color;
      -o-transition: .2s background-color;
      transition: .2s background-color; }

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

#pricing-form-sidebar {
  margin: 0; }
  #pricing-form-sidebar .pricing-form__sidebar {
    margin-bottom: 0;
    border: 2px solid #DCE4EC;
    border-radius: 5px;
    padding: 20px 15px; }
    #pricing-form-sidebar .pricing-form__sidebar .form-control {
      margin: 10px 0; }
    #pricing-form-sidebar .pricing-form__sidebar .form-check-input .wpcf7-list-item-label {
      font-size: 85%;
      padding-left: 5px; }
    #pricing-form-sidebar .pricing-form__sidebar .btn {
      width: 100%; }

[page-name="success-story"] .success-story-header {
  padding: 40px 0;
  color: white;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative; }
  [page-name="success-story"] .success-story-header:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 197, 204, 0.65)), to(rgba(0, 116, 135, 0.8)));
    background: -webkit-linear-gradient(rgba(152, 197, 204, 0.65), rgba(0, 116, 135, 0.8));
    background: -o-linear-gradient(rgba(152, 197, 204, 0.65), rgba(0, 116, 135, 0.8));
    background: linear-gradient(rgba(152, 197, 204, 0.65), rgba(0, 116, 135, 0.8));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: " "; }
  [page-name="success-story"] .success-story-header__head {
    letter-spacing: 1.5px; }
  [page-name="success-story"] .success-story-header__title {
    padding-top: 40px; }
  [page-name="success-story"] .success-story-header__logo {
    background-color: white;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    max-width: 250px;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
    [page-name="success-story"] .success-story-header__logo .customer-logo {
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: contain; }
  [page-name="success-story"] .success-story-header__website {
    padding-top: 15px;
    color: white; }
    [page-name="success-story"] .success-story-header__website:hover {
      color: #fafafa; }

[page-name="success-story"] .customer-story {
  padding: 2.5em 0px; }

[page-name="success-story"] .customer-goal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.41)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(rgba(247, 247, 247, 0.41), rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(rgba(247, 247, 247, 0.41), rgba(255, 255, 255, 0.8));
  background: linear-gradient(rgba(247, 247, 247, 0.41), rgba(255, 255, 255, 0.8));
  margin-bottom: 30px; }
  [page-name="success-story"] .customer-goal__image {
    -webkit-clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0% 0%);
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0% 0%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px; }

[page-name="success-story"] .customer-result {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(bottom, #f7f7f7, rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(bottom, #f7f7f7, rgba(255, 255, 255, 0.8));
  background: linear-gradient(to top, #f7f7f7, rgba(255, 255, 255, 0.8));
  padding-bottom: 50px; }
  [page-name="success-story"] .customer-result .small {
    opacity: 0.5; }
  @media screen and (min-width: 992px) {
    [page-name="success-story"] .customer-result__wrapper__graphs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      flex-direction: row; } }
  @media screen and (max-width: 992px) {
    [page-name="success-story"] .customer-result__wrapper__graphs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  [page-name="success-story"] .customer-result__wrapper__graphs .result-graph {
    width: 100%;
    max-width: 350px;
    margin: 20px;
    text-align: center;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 25px 0;
    background-image: -webkit-radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    background-image: -o-radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    color: whitesmoke; }
    [page-name="success-story"] .customer-result__wrapper__graphs .result-graph .result-graph__number {
      position: relative;
      font-size: 5em;
      margin: 0; }
      [page-name="success-story"] .customer-result__wrapper__graphs .result-graph .result-graph__number .fa {
        opacity: 0.4;
        position: absolute;
        top: -45px;
        right: 10px; }
        [page-name="success-story"] .customer-result__wrapper__graphs .result-graph .result-graph__number .fa-minus {
          opacity: 0; }
    [page-name="success-story"] .customer-result__wrapper__graphs .result-graph .result-graph__description {
      margin-top: 0;
      opacity: 0.6; }
    [page-name="success-story"] .customer-result__wrapper__graphs .result-graph.flow-up {
      background-image: -webkit-linear-gradient(30deg, #96deda 0%, #50c9c3 100%);
      background-image: -o-linear-gradient(30deg, #96deda 0%, #50c9c3 100%);
      background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%); }
    [page-name="success-story"] .customer-result__wrapper__graphs .result-graph.flow-down {
      background-image: -webkit-linear-gradient(30deg, #ffb199 0%, #F3595B 100%);
      background-image: -o-linear-gradient(30deg, #ffb199 0%, #F3595B 100%);
      background-image: linear-gradient(60deg, #ffb199 0%, #F3595B 100%); }
  [page-name="success-story"] .customer-result__wrapper__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      [page-name="success-story"] .customer-result__wrapper__products {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media screen and (max-width: 992px) {
      [page-name="success-story"] .customer-result__wrapper__products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    [page-name="success-story"] .customer-result__wrapper__products .customer-products {
      min-width: 50%;
      text-align: left; }
      @media screen and (max-width: 992px) {
        [page-name="success-story"] .customer-result__wrapper__products .customer-products {
          text-align: center; } }
      [page-name="success-story"] .customer-result__wrapper__products .customer-products__product-used .product-used {
        float: left;
        padding: 10px;
        margin: 10px;
        border-radius: 5px;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        min-height: 60px; }
        [page-name="success-story"] .customer-result__wrapper__products .customer-products__product-used .product-used__icon {
          padding: 0 15px; }
        [page-name="success-story"] .customer-result__wrapper__products .customer-products__product-used .product-used__title {
          font-size: 12px; }
        [page-name="success-story"] .customer-result__wrapper__products .customer-products__product-used .product-used.lb-used .product-used__icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          [page-name="success-story"] .customer-result__wrapper__products .customer-products__product-used .product-used.lb-used .product-used__icon > img {
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7); }
    [page-name="success-story"] .customer-result__wrapper__products .customer-facebook-post {
      min-width: 50%;
      margin: 0;
      width: 100%;
      margin-top: 50px;
      height: 350px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: contain; }

[page-name="success-story"] .customer-testimonial {
  margin-top: 1em;
  padding: 2.5em 0; }
  [page-name="success-story"] .customer-testimonial__title {
    margin-bottom: 50px;
    text-align: center; }
  [page-name="success-story"] .customer-testimonial__wrapper {
    position: relative;
    padding: 2em;
    border: 3px solid goldenrod; }
    [page-name="success-story"] .customer-testimonial__wrapper.testimonial-figure {
      padding-left: 120px; }
    [page-name="success-story"] .customer-testimonial__wrapper .customer-photo {
      position: absolute;
      top: -40px;
      left: -50px;
      width: 150px;
      height: 150px;
      border: 10px solid white;
      background-color: #F7F7F7;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    [page-name="success-story"] .customer-testimonial__wrapper .customer-name {
      opacity: 0.6; }

[page-name="success-story"] .customer-agency {
  min-height: 200px;
  padding: 2em 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover; }
  [page-name="success-story"] .customer-agency:before {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), to(rgba(230, 78, 48, 0.3)));
    background: -webkit-linear-gradient(left, #ffffff 50%, rgba(230, 78, 48, 0.3) 100%);
    background: -o-linear-gradient(left, #ffffff 50%, rgba(230, 78, 48, 0.3) 100%);
    background: linear-gradient(90deg, #ffffff 50%, rgba(230, 78, 48, 0.3) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: ''; }
    @media screen and (max-width: 992px) {
      [page-name="success-story"] .customer-agency:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0.8)));
        background: -webkit-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0.8) 100%);
        background: -o-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.8) 100%); } }
  [page-name="success-story"] .customer-agency img {
    max-width: 300px;
    padding: 10px 0 10px 0; }
  [page-name="success-story"] .customer-agency__website {
    opacity: .5;
    color: #333333;
    padding-left: 20px; }
  @media screen and (min-width: 768px) {
    [page-name="success-story"] .customer-agency__reviews {
      max-width: 50%; } }

[page-name="success-story"] .customer-footer {
  padding: 50px 0px 10em;
  min-height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, rgba(230, 78, 48, 0))), url(../img/photo/office2.jpg);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(230, 78, 48, 0) 70%), url(../img/photo/office2.jpg);
  background-image: -o-linear-gradient(top, #ffffff 0%, rgba(230, 78, 48, 0) 70%), url(../img/photo/office2.jpg);
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(230, 78, 48, 0) 70%), url(../img/photo/office2.jpg);
  background-size: cover;
  background-position: bottom left;
  position: relative; }
  [page-name="success-story"] .customer-footer__wrapper {
    text-align: center; }
    [page-name="success-story"] .customer-footer__wrapper .figure-discover-lb {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      position: absolute;
      bottom: -100px;
      right: 200px;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (min-width: 992px) {
        [page-name="success-story"] .customer-footer__wrapper .figure-discover-lb.display {
          opacity: 0;
          -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); } }

[page-name="success-story-archive"] .success-story-archive__header {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(72, 198, 239, 0.8)), to(#6f86d6));
  background: -webkit-linear-gradient(bottom, rgba(72, 198, 239, 0.8) 0%, #6f86d6 100%);
  background: -o-linear-gradient(bottom, rgba(72, 198, 239, 0.8) 0%, #6f86d6 100%);
  background: linear-gradient(to top, rgba(72, 198, 239, 0.8) 0%, #6f86d6 100%);
  background-blend-mode: multiply,multiply;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 2em; }
  [page-name="success-story-archive"] .success-story-archive__header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/photo/office1.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1; }
  [page-name="success-story-archive"] .success-story-archive__header__action {
    opacity: 0.6;
    margin-top: 20px; }

[page-name="success-story-archive"] .success-story-archive__customers {
  padding: 2em 0; }
  [page-name="success-story-archive"] .success-story-archive__customers .customers-wrapper {
    text-align: center;
    padding: 2em 0; }
    [page-name="success-story-archive"] .success-story-archive__customers .customers-wrapper__stories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row;
      flex-direction: row; }
    [page-name="success-story-archive"] .success-story-archive__customers .customers-wrapper__story {
      position: relative;
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: contain;
      padding: 10px 15px;
      border-radius: 10px;
      width: calc(100% / 6);
      margin: 5px 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      [page-name="success-story-archive"] .success-story-archive__customers .customers-wrapper__story:hover {
        -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
      [page-name="success-story-archive"] .success-story-archive__customers .customers-wrapper__story__text {
        padding-top: 30px;
        opacity: .6; }

[page-name="success-story-archive"] .success-story-archive__agency {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, #f7f7f7, rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(top, #f7f7f7, rgba(255, 255, 255, 0.8));
  background: linear-gradient(to bottom, #f7f7f7, rgba(255, 255, 255, 0.8));
  padding: 5em 0;
  max-width: 2500px;
  margin: 0 auto; }
  [page-name="success-story-archive"] .success-story-archive__agency .agency-wrapper {
    text-align: center; }
    [page-name="success-story-archive"] .success-story-archive__agency .agency-wrapper__title {
      text-transform: uppercase;
      letter-spacing: .75px;
      opacity: 0.6; }
    [page-name="success-story-archive"] .success-story-archive__agency .agency-wrapper__stories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row;
      flex-direction: row; }
    [page-name="success-story-archive"] .success-story-archive__agency .agency-wrapper__story {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: contain;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      opacity: .5;
      mix-blend-mode: luminosity;
      height: 100px;
      width: calc(100% / 6);
      margin: 5px 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      [page-name="success-story-archive"] .success-story-archive__agency .agency-wrapper__story:hover {
        mix-blend-mode: normal;
        opacity: .9;
        -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        cursor: pointer; }

[page-name="success-story-archive"] .success-story-archive__partners {
  background-image: url("../img/photo/partners.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5em 0; }

.testimonials .feedback__box {
  min-height: 250px; }
  .testimonials .feedback__box__text {
    font-style: italic;
    margin: 0.3em;
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 150px;
    overflow: hidden;
    font-size: 80%;
    border-radius: 10px;
    background-color: #fafafa; }
  .testimonials .feedback__box__person {
    margin-top: -20px; }
    .testimonials .feedback__box__person__photo {
      border-radius: 100%;
      width: 5em;
      height: 5em;
      position: relative;
      float: left;
      margin-right: 30px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 1200px) {
        .testimonials .feedback__box__person__photo {
          max-width: 6em;
          max-height: 6em; } }
    .testimonials .feedback__box__person__info {
      padding-top: 25px; }
      @media (max-width: 522px) {
        .testimonials .feedback__box__person__info {
          padding-top: 0; } }
      .testimonials .feedback__box__person__info__company {
        color: #CDB8B8;
        font-style: italic; }
        .testimonials .feedback__box__person__info__company:before {
          content: "|| "; }

.checkout-feedback .checkout-feedback__single .jumbotron {
  font-style: italic;
  margin: .3em;
  padding-left: 35px;
  padding-right: 35px;
  font-size: .8em; }

.checkout-feedback .checkout-feedback__single .feedback-photo {
  width: 5em;
  height: 5em;
  border-radius: 100%;
  position: relative;
  top: -30px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12), 0 8px 7px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12), 0 8px 7px 0 rgba(0, 0, 0, 0.24);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.checkout-feedback .checkout-feedback__single .info-customer {
  padding-top: 0px; }
  .checkout-feedback .checkout-feedback__single .info-customer .company {
    color: #CDB8B8;
    font-style: italic; }
    .checkout-feedback .checkout-feedback__single .info-customer .company:before {
      content: "|| "; }

@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); }
  14% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3); }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); }
  42% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3); }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); } }

@keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); }
  14% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3); }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); }
  42% {
    -moz-transform: rotate(45deg) scale(1.3);
    -ms-transform: rotate(45deg) scale(1.3);
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3); }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); } }

/* Styles for old versions of IE */
.heartbeat {
  font-family: sans-serif;
  font-weight: 100; }

/* :not(:required) hides this rule from IE9 and below */
.heartbeat:not(:required) {
  -webkit-animation: heartbeat 3000ms ease 0s infinite normal;
  -khtml-animation: heartbeat 3000ms ease 0s infinite normal;
  -moz-animation: heartbeat 3000ms ease 0s infinite normal;
  -ms-animation: heartbeat 3000ms ease 0s infinite normal;
  -o-animation: heartbeat 3000ms ease 0s infinite normal;
  animation: heartbeat 3000ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.heartbeat:not(:required):after, .heartbeat:not(:required):before {
  position: absolute;
  content: "";
  background: #e87; }

.heartbeat:not(:required):before {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  top: 12px;
  left: 0;
  width: 36px;
  height: 24px; }

.heartbeat:not(:required):after {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  left: 12px;
  width: 24px;
  height: 12px; }

[page-name="documentation"] #hkb .lbt-doc-header {
  background: #29AEC2;
  padding: 0;
  position: relative;
  height: 100%; }
  @media screen and (min-width: 992px) {
    [page-name="documentation"] #hkb .lbt-doc-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  [page-name="documentation"] #hkb .lbt-doc-header__mascotte {
    background-repeat: no-repeat;
    background-position: 50px -20px;
    height: 180px; }
    @media screen and (max-width: 768px) {
      [page-name="documentation"] #hkb .lbt-doc-header__mascotte {
        display: none; } }
  [page-name="documentation"] #hkb .lbt-doc-header__article {
    text-align: left; }
    @media screen and (max-width: 768px) {
      [page-name="documentation"] #hkb .lbt-doc-header__article {
        width: 100%; } }
  [page-name="documentation"] #hkb .lbt-doc-header .hkb-site-search {
    margin: .5em 0 !important; }
  [page-name="documentation"] #hkb .lbt-doc-header input {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    border: 2px solid white;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
    color: white;
    font-weight: 800;
    -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color; }
    [page-name="documentation"] #hkb .lbt-doc-header input::-webkit-input-placeholder {
      color: white;
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -webkit-transition-property: background-color, color;
      -o-transition-property: background-color, color;
      transition-property: background-color, color; }
    [page-name="documentation"] #hkb .lbt-doc-header input:focus {
      background-color: rgba(255, 255, 255, 0.8);
      color: #333333;
      -webkit-transition: 0.2 all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.2 all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.2 all cubic-bezier(0.66, 0, 0, 1);
      -webkit-transition-property: background-color, color;
      -o-transition-property: background-color, color;
      transition-property: background-color, color; }
      [page-name="documentation"] #hkb .lbt-doc-header input:focus::-webkit-input-placeholder {
        color: #cccccc;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -webkit-transition-property: background-color, color;
        -o-transition-property: background-color, color;
        transition-property: background-color, color; }
      @media screen and (max-width: 768px) {
        [page-name="documentation"] #hkb .lbt-doc-header input:focus .hkb-site-search__field {
          font-size: 3vw; } }
      [page-name="documentation"] #hkb .lbt-doc-header input:focus .hkb-site-search__field::-webkit-input-placeholder {
        font-weight: 100;
        color: red; }
  [page-name="documentation"] #hkb .lbt-doc-header .hkb-site-search__button {
    background-color: #f8ab4b;
    color: white;
    border: 2px solid #FFC371;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
    @media screen and (max-width: 768px) {
      [page-name="documentation"] #hkb .lbt-doc-header .hkb-site-search__button {
        font-size: 3vw; } }

[page-name="documentation"] #hkb .lbt-doc-archive {
  margin: 50px 0 0 0; }

[page-name="documentation"] #hkb .lbt-category__title {
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 100;
  font-size: x-large !important;
  color: #f8ab4b;
  opacity: .8;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }

[page-name="documentation"] #hkb .lbt-category__count {
  font-size: small !important;
  color: rgba(0, 0, 0, 0.4) !important; }

[page-name="documentation"] #hkb .lbt-article-list__item:hover {
  color: #20bad8;
  -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }

@media screen and (max-width: 768px) {
  [page-name="documentation"] #hkb .lbt-doc-sidebar__content {
    padding: 0;
    margin: 0;
    border: 0; } }

@media screen and (max-width: 768px) {
  [page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content {
    padding: 0;
    margin: 0; } }

[page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content ul {
  margin: 0;
  padding: 0; }
  [page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content ul li {
    margin-bottom: 5px; }
    [page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content ul li a {
      color: #333333;
      opacity: .7; }
      [page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content ul li a:hover {
        opacity: 1; }

[page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content ol.nav ol {
  padding-top: 10px; }
  [page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content ol.nav ol li {
    padding-bottom: 10px; }

[page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content .textwidget {
  font-size: 15px; }

[page-name="documentation"] #hkb .lbt-doc-sidebar .widget-content input[type="text"] {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #dedede;
  width: 100%; }

[page-name="documentation"] #hkb .lbt-breadcrumbs {
  margin: 25px 0;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 25px;
  color: #1DA7C2; }
  [page-name="documentation"] #hkb .lbt-breadcrumbs li:nth-last-child(1) span {
    font-weight: 500;
    opacity: .8; }

[page-name="documentation"] #hkb .lbt-entry-content h2, [page-name="documentation"] #hkb .lbt-entry-content h3, [page-name="documentation"] #hkb .lbt-entry-content h4, [page-name="documentation"] #hkb .lbt-entry-content h5, [page-name="documentation"] #hkb .lbt-entry-content h6 {
  font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: none;
  margin: 40px 0 10px 0; }

[page-name="documentation"] #hkb .lbt-entry-content p {
  font-size: 15px;
  line-height: 26px; }

[page-name="documentation"] #hkb .lbt-entry-content ol li, [page-name="documentation"] #hkb .lbt-entry-content ul li {
  font-size: 15px; }

[page-name="documentation"] #hkb .lbt-entry-content img {
  max-width: 100%;
  max-height: 100%;
  border: 0; }

[page-name="documentation"] #hkb .lbt-entry-content__footer {
  margin: 50px 0;
  background-color: #F7F7F7;
  padding: 30px; }
  [page-name="documentation"] #hkb .lbt-entry-content__footer .ht-voting-comment__textarea {
    border: 0;
    padding: 10px 15px;
    font-size: 15px; }

[page-name="documentation"] #hkb .lbt-article-related .hkb-article-list__format-standard {
  padding: 10px; }
  [page-name="documentation"] #hkb .lbt-article-related .hkb-article-list__format-standard > a {
    padding-left: 20px; }
  [page-name="documentation"] #hkb .lbt-article-related .hkb-article-list__format-standard:before {
    padding: 10px; }
  [page-name="documentation"] #hkb .lbt-article-related .hkb-article-list__format-standard .hkb-meta {
    padding: 10px; }
  [page-name="documentation"] #hkb .lbt-article-related .hkb-article-list__format-standard:nth-child(even) {
    background-color: white; }

[page-name="documentation"] #hkb .lb-support {
  margin: 2em 0; }
  @media screen and (max-width: 768px) {
    [page-name="documentation"] #hkb .lb-support .flex-center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  [page-name="documentation"] #hkb .lb-support__image {
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 300px;
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    @media screen and (max-width: 768px) {
      [page-name="documentation"] #hkb .lb-support__image {
        width: 400px;
        max-width: 80%;
        height: 180px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); } }
  [page-name="documentation"] #hkb .lb-support__content {
    margin-left: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      [page-name="documentation"] #hkb .lb-support__content {
        text-align: center;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); } }
    [page-name="documentation"] #hkb .lb-support__content__text {
      opacity: .6; }
  [page-name="documentation"] #hkb .lb-support .animated .lb-support__image {
    -webkit-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  [page-name="documentation"] #hkb .lb-support .animated .lb-support__content {
    -webkit-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.4s all cubic-bezier(0.66, 0, 0, 1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

[page-name="showcase"] .action-page {
  width: 100%;
  text-align: center; }

[page-name="showcase"] .showcase-header {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  [page-name="showcase"] .showcase-header__image-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: screen;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    background-attachment: fixed;
    background-position: center; }
  [page-name="showcase"] .showcase-header__head__article {
    text-align: center; }
  [page-name="showcase"] .showcase-header .pulse-button {
    background-color: rgba(36, 44, 64, 0.7);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.2s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.2s all cubic-bezier(0.66, 0, 0, 1); }
  [page-name="showcase"] .showcase-header .page-header__media__play.play-button {
    background: none;
    padding: 50px; }
  [page-name="showcase"] .showcase-header__integrations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="showcase"] .showcase-header__integrations {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="showcase"] .showcase-header__integrations .showcase-integration {
      background-color: white;
      border-radius: 20px;
      width: 250px;
      min-height: 200px;
      text-align: center;
      padding: 15px 10px;
      -webkit-box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
      border: 2px solid #fff;
      margin: 30px 50px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      [page-name="showcase"] .showcase-header__integrations .showcase-integration__logo {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 80px;
        background-size: contain;
        width: 100%; }
        [page-name="showcase"] .showcase-header__integrations .showcase-integration__logo-name {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
      [page-name="showcase"] .showcase-header__integrations .showcase-integration__description {
        padding-top: 15px;
        border-top: 1px solid #F7F7F7;
        width: 80%; }
      [page-name="showcase"] .showcase-header__integrations .showcase-integration.beta:before {
        content: "BETA";
        position: absolute;
        border: 1px solid red;
        background-color: red;
        color: white;
        border-radius: 100px;
        padding: 5px 15px;
        top: 10px;
        right: 10px;
        font-size: small; }
    [page-name="showcase"] .showcase-header__integrations .showcase-plus {
      color: white;
      font-size: 60px;
      font-weight: 900; }

[page-name="showcase"] .showcase-description {
  margin: 50px 0; }

[page-name="showcase"] .showcase-sync {
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(10%, #fdfbfb), color-stop(50%, #f7f7f7), to(white));
  background-image: -webkit-linear-gradient(bottom, white 0%, #fdfbfb 10%, #f7f7f7 50%, white 100%);
  background-image: -o-linear-gradient(bottom, white 0%, #fdfbfb 10%, #f7f7f7 50%, white 100%);
  background-image: linear-gradient(0deg, white 0%, #fdfbfb 10%, #f7f7f7 50%, white 100%);
  position: relative;
  margin-bottom: 60px;
  width: 100%; }
  [page-name="showcase"] .showcase-sync-header {
    text-align: center;
    padding-bottom: 30px; }
  [page-name="showcase"] .showcase-sync__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    [page-name="showcase"] .showcase-sync__container .showcase-box {
      width: calc(100% / 2); }
      @media screen and (min-width: 768px) {
        [page-name="showcase"] .showcase-sync__container .showcase-box {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
          flex: 0 0 49%; } }
      @media screen and (max-width: 768px) {
        [page-name="showcase"] .showcase-sync__container .showcase-box {
          width: 100%; } }
      [page-name="showcase"] .showcase-sync__container .showcase-box .inner {
        margin: 10px;
        background: white;
        border-radius: 10px;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        [page-name="showcase"] .showcase-sync__container .showcase-box .inner__icon {
          width: 20%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-size: contain;
          height: 50px;
          margin: 0 10px;
          position: relative; }
          [page-name="showcase"] .showcase-sync__container .showcase-box .inner__icon:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: contain;
            bottom: 20px;
            right: 0;
            z-index: 1;
            top: 0; }
          [page-name="showcase"] .showcase-sync__container .showcase-box .inner__icon.action-insert:before {
            content: "";
            background-image: url("../img/icon/add.svg"); }
          [page-name="showcase"] .showcase-sync__container .showcase-box .inner__icon.action-update:before {
            content: "";
            background-image: url("../img/icon/refresh.svg"); }
        [page-name="showcase"] .showcase-sync__container .showcase-box .inner__action {
          padding-left: 10px;
          border-left: 1px solid #ccc;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          [page-name="showcase"] .showcase-sync__container .showcase-box .inner__action p {
            margin: 0; }

[page-name="showcase"] .showcase-about {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(20%, white));
  background: -webkit-linear-gradient(top, #fafafa 0%, white 20%);
  background: -o-linear-gradient(top, #fafafa 0%, white 20%);
  background: linear-gradient(to bottom, #fafafa 0%, white 20%); }
  [page-name="showcase"] .showcase-about__header__title {
    text-align: center; }
  [page-name="showcase"] .showcase-about .showcase-about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      [page-name="showcase"] .showcase-about .showcase-about-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  [page-name="showcase"] .showcase-about .showcase-about-box {
    margin: 15px 30px;
    width: 100%;
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 768px) {
      [page-name="showcase"] .showcase-about .showcase-about-box {
        margin: 15px 0; } }
    [page-name="showcase"] .showcase-about .showcase-about-box__logo {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: contain;
      height: 100px; }
      @media screen and (min-width: 768px) {
        [page-name="showcase"] .showcase-about .showcase-about-box__logo {
          background-size: 200px; } }
    [page-name="showcase"] .showcase-about .showcase-about-box__title {
      text-align: center; }
    [page-name="showcase"] .showcase-about .showcase-about-box__description {
      padding: 20px 10px 15px;
      opacity: .6;
      font-weight: 400;
      text-align: justify;
      font-size: smaller; }
      [page-name="showcase"] .showcase-about .showcase-about-box__description.integration-about {
        -webkit-transition: max-height 0.25s ease-in;
        -o-transition: max-height 0.25s ease-in;
        transition: max-height 0.25s ease-in; }
        [page-name="showcase"] .showcase-about .showcase-about-box__description.integration-about.short-about-active {
          max-height: 270px;
          overflow: hidden;
          position: relative; }
          [page-name="showcase"] .showcase-about .showcase-about-box__description.integration-about.short-about-active:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(white));
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, white 100%);
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, white 100%);
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, white 100%);
            z-index: 1; }
    [page-name="showcase"] .showcase-about .showcase-about-box .read-more-description {
      width: 100%;
      text-align: center; }
      [page-name="showcase"] .showcase-about .showcase-about-box .read-more-description__btn {
        font-size: small;
        text-decoration: none; }
        [page-name="showcase"] .showcase-about .showcase-about-box .read-more-description__btn:hover {
          text-decoration: none; }
        [page-name="showcase"] .showcase-about .showcase-about-box .read-more-description__btn .fa-angle-up {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          -o-transition: 0.5s all cubic-bezier(0.66, 0, 0, 1);
          transition: 0.5s all cubic-bezier(0.66, 0, 0, 1); }

[page-name="showcase"] .showcase-other-integration {
  padding: 50px 0px 30px;
  margin: 0; }
  [page-name="showcase"] .showcase-other-integration__header {
    text-align: center;
    margin-bottom: 30px; }
  [page-name="showcase"] .showcase-other-integration__wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  [page-name="showcase"] .showcase-other-integration__pagination {
    width: 10%;
    text-align: center; }
    [page-name="showcase"] .showcase-other-integration__pagination .arrow-block {
      opacity: 0.6;
      text-align: center; }
      [page-name="showcase"] .showcase-other-integration__pagination .arrow-block .prev {
        width: 22px;
        height: 22px;
        display: inline-block;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background-image: url("../img/icon/arrows.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain; }
      [page-name="showcase"] .showcase-other-integration__pagination .arrow-block .next {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-image: url("../img/icon/arrows.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain; }
  [page-name="showcase"] .showcase-other-integration__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (min-width: 992px) {
      [page-name="showcase"] .showcase-other-integration__list {
        margin: 0 auto;
        max-width: 100%; } }
    [page-name="showcase"] .showcase-other-integration__list .integration-box {
      margin: 5px;
      background-color: #F7F7F7;
      border-radius: 10px;
      text-align: center;
      padding: 15px 10px;
      border: 2px solid #F7F7F7;
      overflow: hidden; }
      @media screen and (min-width: 992px) {
        [page-name="showcase"] .showcase-other-integration__list .integration-box {
          width: calc(100% / 4);
          min-width: 100px; } }
      @media screen and (max-width: 768px) {
        [page-name="showcase"] .showcase-other-integration__list .integration-box {
          width: calc(100% / 2);
          min-width: 50px; } }
      [page-name="showcase"] .showcase-other-integration__list .integration-box__body {
        line-height: 1.2; }
        [page-name="showcase"] .showcase-other-integration__list .integration-box__body__logo {
          height: 45px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-size: contain; }
        [page-name="showcase"] .showcase-other-integration__list .integration-box__body__name {
          font-size: 70%;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        [page-name="showcase"] .showcase-other-integration__list .integration-box__body__label {
          font-size: 60%;
          opacity: 0.6; }

[page-name="showcase"] .showcase-customer {
  background-color: #46aef7;
  margin-bottom: 0;
  padding: 10vh 0;
  overflow: hidden;
  position: relative; }
  [page-name="showcase"] .showcase-customer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  [page-name="showcase"] .showcase-customer__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row;
    width: 100%; }
    @media screen and (max-width: 768px) {
      [page-name="showcase"] .showcase-customer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    [page-name="showcase"] .showcase-customer__container__icon {
      position: absolute;
      width: 100%;
      height: 100%; }
      [page-name="showcase"] .showcase-customer__container__icon .icon {
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url("../img/icon/simple-circle.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain; }
        [page-name="showcase"] .showcase-customer__container__icon .icon-1 {
          left: 9%;
          top: 15px;
          width: 17px;
          height: 17px;
          z-index: 1000;
          -webkit-filter: blur(3px);
          filter: blur(3px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-2 {
          left: 3%;
          top: 5px;
          width: 13px;
          height: 13px;
          z-index: 1000;
          -webkit-filter: blur(1px);
          filter: blur(1px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-3 {
          left: 83%;
          top: 15px;
          width: 46px;
          height: 46px;
          z-index: 1000;
          -webkit-filter: blur(4px);
          filter: blur(4px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-4 {
          left: 72%;
          top: 3px;
          width: 18px;
          height: 18px;
          z-index: 1000;
          -webkit-filter: blur(2px);
          filter: blur(2px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-5 {
          left: 55%;
          top: 14px;
          width: 38px;
          height: 38px;
          z-index: 1000;
          -webkit-filter: blur(1px);
          filter: blur(1px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-6 {
          left: 62%;
          top: 10px;
          width: 10px;
          height: 10px;
          z-index: 1000;
          -webkit-filter: blur(3px);
          filter: blur(3px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-7 {
          left: 2%;
          top: 17px;
          width: 68px;
          height: 68px;
          z-index: 1000;
          -webkit-filter: blur(9px);
          filter: blur(9px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-8 {
          left: 49%;
          top: 20px;
          width: 43px;
          height: 43px;
          z-index: 1000;
          -webkit-filter: blur(2px);
          filter: blur(2px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-9 {
          left: 51%;
          top: 16px;
          width: 1px;
          height: 1px;
          z-index: 1000;
          -webkit-filter: blur(3px);
          filter: blur(3px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-10 {
          left: 54%;
          top: 11px;
          width: 28px;
          height: 28px;
          z-index: 1000;
          -webkit-filter: blur(1px);
          filter: blur(1px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-11 {
          left: 72%;
          top: 14px;
          width: 14px;
          height: 14px;
          z-index: 1000;
          -webkit-filter: blur(1px);
          filter: blur(1px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-12 {
          left: 32%;
          top: 6px;
          width: 11px;
          height: 11px;
          z-index: 1000;
          -webkit-filter: blur(1px);
          filter: blur(1px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-13 {
          left: 81%;
          top: 1px;
          width: 58px;
          height: 58px;
          z-index: 1000;
          -webkit-filter: blur(4px);
          filter: blur(4px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-14 {
          left: 59%;
          top: 5px;
          width: 46px;
          height: 46px;
          z-index: 1000;
          -webkit-filter: blur(8px);
          filter: blur(8px); }
        [page-name="showcase"] .showcase-customer__container__icon .icon-15 {
          left: 74%;
          top: 2px;
          width: 31px;
          height: 31px;
          z-index: 1000;
          -webkit-filter: blur(3px);
          filter: blur(3px); }
    [page-name="showcase"] .showcase-customer__container__left {
      width: 100%;
      text-align: center;
      margin: 50px;
      color: white; }
      @media screen and (min-width: 768px) {
        [page-name="showcase"] .showcase-customer__container__left {
          -webkit-transform: rotate(-6deg);
          -ms-transform: rotate(-6deg);
          transform: rotate(-6deg); } }
      [page-name="showcase"] .showcase-customer__container__left .showcase-customer-left__title {
        position: relative;
        font-weight: 100;
        margin-bottom: 5px;
        margin-top: 5px;
        text-shadow: 1px 1px 1px #594f4f;
        display: inline-block;
        color: white;
        font-size: 10em;
        text-shadow: 0 15px 50px rgba(251, 250, 243, 0.47), 0px -2px 1px rgba(255, 255, 255, 0.26); }
        @media screen and (max-width: 768px) {
          [page-name="showcase"] .showcase-customer__container__left .showcase-customer-left__title {
            font-size: 35vw; } }
      [page-name="showcase"] .showcase-customer__container__left .showcase-customer-left__text {
        text-shadow: 0 15px 50px rgba(251, 250, 243, 0.47), 0px -2px 1px rgba(255, 255, 255, 0.26); }
        [page-name="showcase"] .showcase-customer__container__left .showcase-customer-left__text .medium {
          font-size: 35px; }
    [page-name="showcase"] .showcase-customer__container__right {
      width: 100%; }
      [page-name="showcase"] .showcase-customer__container__right .circle-container {
        position: relative;
        top: -50px; }
        [page-name="showcase"] .showcase-customer__container__right .circle-container .circle-content {
          text-align: center;
          text-transform: uppercase; }
          [page-name="showcase"] .showcase-customer__container__right .circle-container .circle-content__logo {
            height: 150px;
            max-width: 200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: contain; }

[page-name="showcase"] .showcase-case-study {
  margin: 0;
  position: relative;
  padding: 20px 0 40px; }
  [page-name="showcase"] .showcase-case-study:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #fafafa));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 80%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 80%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafafa 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""; }
  [page-name="showcase"] .showcase-case-study__title {
    position: relative;
    z-index: 1; }
  [page-name="showcase"] .showcase-case-study__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="showcase"] .showcase-case-study__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  [page-name="showcase"] .showcase-case-study__customer {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column; }
    [page-name="showcase"] .showcase-case-study__customer__title {
      opacity: .6;
      margin: 0 0 10px 0; }
      [page-name="showcase"] .showcase-case-study__customer__title > a {
        color: #333333;
        opacity: .6; }
    [page-name="showcase"] .showcase-case-study__customer__logo {
      background-color: white;
      padding: 20px;
      margin: 0 auto;
      position: relative;
      border-radius: 10px;
      max-width: 100%;
      height: 100px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
      @media screen and (max-width: 768px) {
        [page-name="showcase"] .showcase-case-study__customer__logo {
          margin-bottom: 20px; } }
      [page-name="showcase"] .showcase-case-study__customer__logo .customer-logo {
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain; }
  [page-name="showcase"] .showcase-case-study .result-graph__number {
    font-size: 2em; }
  [page-name="showcase"] .showcase-case-study__article__story {
    padding: 0 10px; }

[page-name="showcase"] .schedule-demo-cf {
  margin: 0; }
  [page-name="showcase"] .schedule-demo-cf.integration-beta .action-label-or,
  [page-name="showcase"] .schedule-demo-cf.integration-beta .action-trial {
    display: none; }

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

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

@-webkit-keyframes pulseCicle {
  0% {
    background-image: -webkit-radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%);
    background-image: radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%); }
  100% {
    background-image: -webkit-radial-gradient(circle 300px at center, #ffffff 0%, #47aef7 100%);
    background-image: radial-gradient(circle 300px at center, #ffffff 0%, #47aef7 100%); } }

@keyframes pulseCicle {
  0% {
    background-image: -webkit-radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%);
    background-image: -o-radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%);
    background-image: radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%); }
  100% {
    background-image: -webkit-radial-gradient(circle 300px at center, #ffffff 0%, #47aef7 100%);
    background-image: -o-radial-gradient(circle 300px at center, #ffffff 0%, #47aef7 100%);
    background-image: radial-gradient(circle 300px at center, #ffffff 0%, #47aef7 100%); } }

.circle-one {
  width: 300px;
  height: 300px;
  background-color: white;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
  border-radius: 50%;
  border: 7px solid #fff;
  opacity: 0.8;
  -webkit-animation: rotate_leads 12s linear infinite;
  animation: rotate_leads 12s linear infinite; }
  .circle-one:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/001-trophy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    top: 20px;
    right: 0px; }
  .circle-one:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 0px;
    background-image: url("../img/icon/002-megaphone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain; }

.circle-two {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid #fff;
  opacity: 0.6;
  animation: rotate_leads 8s infinite linear;
  -webkit-animation: rotate_leads 10s linear infinite; }
  .circle-two:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 0px;
    background-image: url("../img/icon/003-folder.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain; }
  .circle-two:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/004-list.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    bottom: 20px;
    right: 0px; }

.circle-three {
  width: 700px;
  height: 700px;
  position: absolute;
  left: 50%;
  margin-left: -345px;
  top: 50%;
  margin-top: -345px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #fff;
  opacity: 0.4;
  animation: rotate_leads 10s infinite ease;
  -webkit-animation: rotate_leads 8s linear infinite, pulseCircle 8s linear alternate infinite;
  background-image: -webkit-radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%);
  background-image: -o-radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%);
  background-image: radial-gradient(circle 300px at center, #ffffff 50%, #47aef7 100%); }
  .circle-three:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/005-graph.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    top: 20px;
    right: 0px; }
  .circle-three:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/006-route.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    bottom: 20px;
    left: 0px; }

.circle-four {
  width: 900px;
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: -440px;
  top: 50%;
  margin-top: -440px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.4;
  animation: rotate_leads 14s infinite ease;
  -webkit-animation: rotate_leads 14s linear infinite; }
  .circle-four:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/007-arrows.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    top: 20px;
    left: 0px; }
  .circle-four:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/008-check-square.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    bottom: 20px;
    right: 0px; }

@-webkit-keyframes shad-anim {
  0% {
    background-position: 0 0; }
  0% {
    background-position: 100% -100%; } }

@keyframes shad-anim {
  0% {
    background-position: 0 0; }
  0% {
    background-position: 100% -100%; } }

[page-name="contact-us"] .lbt-contactus-sidebar {
  padding: 0 10px; }

[page-name="contact-us"] .contact-us-body {
  margin: 0; }

[page-name="contact-us"] .headerTwitter {
  width: 100%;
  max-width: 500px;
  background-color: #4BB6FC;
  color: white;
  text-align: center;
  border-radius: 3px; }
  [page-name="contact-us"] .headerTwitter__title {
    padding: 5px;
    color: white;
    margin: 0; }
  [page-name="contact-us"] .headerTwitter .twitter-tweet {
    margin-top: 0; }

[page-name="full-width"] {
  padding-top: 40px;
  padding-bottom: 50px; }

[page-name="single-integration"] .single-integration__cta {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(#F7F7F7));
  background: -webkit-linear-gradient(top, white 30%, #F7F7F7 100%);
  background: -o-linear-gradient(top, white 30%, #F7F7F7 100%);
  background: linear-gradient(to bottom, white 30%, #F7F7F7 100%); }

[page-name="inbox-leads"] .inbox-leads__header {
  margin-bottom: 0; }
  [page-name="inbox-leads"] .inbox-leads__header .page-header__head {
    padding: 35px !important; }
    @media screen and (min-width: 768px) {
      [page-name="inbox-leads"] .inbox-leads__header .page-header__head {
        left: -20px; } }
    [page-name="inbox-leads"] .inbox-leads__header .page-header__head__article__title {
      font-size: 50px !important; }
    [page-name="inbox-leads"] .inbox-leads__header .page-header__head h3 {
      font-size: 30px;
      text-align: left;
      width: 100%; }
  [page-name="inbox-leads"] .inbox-leads__header:before {
    background-image: url("../img/illustrations/inbox-leads/inbox-leads_header.jpg"); }

[page-name="inbox-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-0 {
  background-image: url("../img/illustrations/inbox-leads/inbox-leads__hiw1.png"); }

[page-name="inbox-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-1 {
  background-image: url("../img/illustrations/inbox-leads/inbox-leads__hiw2.png"); }

[page-name="inbox-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-2 {
  background-image: url("../img/illustrations/inbox-leads/inbox-leads__hiw3.png"); }

[page-name="inbox-leads"] [name="LBT_sectionUseCaseBoxes"] {
  background: #c4c7eb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c7eb), to(#5988b1));
  background-image: -webkit-linear-gradient(top, #c4c7eb 0%, #5988b1 100%);
  background-image: -o-linear-gradient(top, #c4c7eb 0%, #5988b1 100%);
  background-image: linear-gradient(to bottom, #c4c7eb 0%, #5988b1 100%); }
  [page-name="inbox-leads"] [name="LBT_sectionUseCaseBoxes"] h2 {
    text-shadow: 1px 1px 15px #646790;
    color: #fff; }
  [page-name="inbox-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-0 {
    background-image: url("../img/illustrations/inbox-leads/inbox-leads__uc0.png"); }
  [page-name="inbox-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-1 {
    background-image: url("../img/illustrations/inbox-leads/inbox-leads__uc1.png"); }
  [page-name="inbox-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-2 {
    background-image: url("../img/illustrations/inbox-leads/inbox-leads__uc2.png"); }
  [page-name="inbox-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-3 {
    background-image: url("../img/illustrations/inbox-leads/inbox-leads__uc3.png"); }

[page-name="inbox-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="inbox-leads"] .inbox-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }

[page-name="meeting-leads"] [name="page-header"] {
  margin-bottom: 0; }
  [page-name="meeting-leads"] [name="page-header"]:before {
    background-image: url("../img/illustrations/meeting-leads/header-meeting.jpg"); }
  [page-name="meeting-leads"] [name="page-header"] .page-header__head__article__title {
    margin: 0 0 0.5em;
    font-size: 50px !important; }
  [page-name="meeting-leads"] [name="page-header"] .header_ball {
    position: absolute; }
    [page-name="meeting-leads"] [name="page-header"] .header_ball.youcan-ball {
      width: 130px;
      height: 130px;
      right: -40px;
      top: 180px;
      z-index: 10;
      background-image: url("../img/illustrations/meeting-leads/youcan-ball.png");
      background-size: contain;
      background-repeat: no-repeat;
      opacity: .8; }
    [page-name="meeting-leads"] [name="page-header"] .header_ball.google-ball {
      width: 120px;
      height: 120px;
      left: 30px;
      top: 130px;
      z-index: 10;
      opacity: .8;
      background-image: url("../img/illustrations/meeting-leads/google-ball.png");
      background-size: contain;
      background-repeat: no-repeat; }
    [page-name="meeting-leads"] [name="page-header"] .header_ball.outlook-ball {
      width: 140px;
      height: 140px;
      right: 35%;
      bottom: 30px;
      z-index: 10;
      opacity: .8;
      background-image: url("../img/illustrations/meeting-leads/outlook-ball.png");
      background-size: contain;
      background-repeat: no-repeat; }
    [page-name="meeting-leads"] [name="page-header"] .header_ball.plus-ball {
      width: 180px;
      height: 180px;
      left: 5%;
      bottom: 80px;
      z-index: 8;
      opacity: .8;
      background-image: url("../img/illustrations/meeting-leads/plus-ball.png");
      background-size: contain;
      background-repeat: no-repeat; }
    [page-name="meeting-leads"] [name="page-header"] .header_ball.calendly-ball {
      width: 180px;
      height: 180px;
      right: 40%;
      top: 10px;
      z-index: 10;
      opacity: .8;
      background-image: url("../img/illustrations/meeting-leads/calendly-ball.png");
      background-size: contain;
      background-repeat: no-repeat; }

[page-name="meeting-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-0 {
  background-image: url("../img/illustrations/meeting-leads/meeting-leads__hiw1.png"); }

[page-name="meeting-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-1 {
  background-image: url("../img/illustrations/meeting-leads/meeting-leads__hiw2.png"); }

[page-name="meeting-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-2 {
  background-image: url("../img/illustrations/meeting-leads/meeting-leads__hiw3.png"); }

[page-name="meeting-leads"] [name="LBT_sectionUseCaseBoxes"] {
  background: #A6C9C4; }
  [page-name="meeting-leads"] [name="LBT_sectionUseCaseBoxes"] h2 {
    color: white;
    text-shadow: 1px 1px 15px #518680; }
  [page-name="meeting-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-0 {
    background-image: url("../img/illustrations/meeting-leads/meeting-leads__uc0.png"); }
  [page-name="meeting-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-1 {
    background-image: url("../img/illustrations/meeting-leads/meeting-leads__uc1.png"); }
  [page-name="meeting-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-2 {
    background-image: url("../img/illustrations/meeting-leads/meeting-leads__uc2.png"); }

[page-name="meeting-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="meeting-leads"] .meeting-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }

[page-name="document-leads"] .document-leads__header {
  margin-bottom: 0; }
  [page-name="document-leads"] .document-leads__header h1 {
    padding-bottom: 15px; }
  [page-name="document-leads"] .document-leads__header:before {
    background-image: url("../img/illustrations/document-leads/document-leads_header.jpg"); }

[page-name="document-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-0 {
  background-image: url("../img/illustrations/document-leads/document-leads__hiw1.png"); }

[page-name="document-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-1 {
  background-image: url("../img/illustrations/document-leads/document-leads__hiw2.png"); }

[page-name="document-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-2 {
  background-image: url("../img/illustrations/document-leads/document-leads__hiw3.png"); }

[page-name="document-leads"] [name="LBT_sectionUseCaseBoxes"] {
  background: #fd983b; }
  [page-name="document-leads"] [name="LBT_sectionUseCaseBoxes"] h2 {
    text-shadow: 1px 1px 15px #646790;
    color: #fff; }
  [page-name="document-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-0 {
    background-image: url("../img/illustrations/document-leads/document-leads__uc0.png"); }
  [page-name="document-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-1 {
    background-image: url("../img/illustrations/document-leads/document-leads__uc1.png"); }
  [page-name="document-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-2 {
    background-image: url("../img/illustrations/document-leads/document-leads__uc2.png"); }
  [page-name="document-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-3 {
    background-image: url("../img/illustrations/document-leads/document-leads__uc3.png"); }

[page-name="document-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="document-leads"] .document-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }

[page-name="landing-leads"] .landing-leads__header {
  margin-bottom: 0; }
  [page-name="landing-leads"] .landing-leads__header .page-header__media__play .pulse-button {
    display: none; }
  [page-name="landing-leads"] .landing-leads__header .page-header__media__play label {
    display: none; }
  [page-name="landing-leads"] .landing-leads__header .page-header__head {
    padding: 35px 24px !important; }
    @media screen and (min-width: 768px) {
      [page-name="landing-leads"] .landing-leads__header .page-header__head {
        left: -20px; } }
    [page-name="landing-leads"] .landing-leads__header .page-header__head__article__title {
      font-size: 35px; }
    [page-name="landing-leads"] .landing-leads__header .page-header__head h1 {
      font-size: 50px;
      padding-bottom: 10px; }
    [page-name="landing-leads"] .landing-leads__header .page-header__head h3 {
      font-size: 30px;
      text-align: left;
      width: 100%; }
    [page-name="landing-leads"] .landing-leads__header .page-header__head .loghi_header {
      text-align: center;
      border-top: 1px solid whitesmoke;
      padding-top: 15px; }
      [page-name="landing-leads"] .landing-leads__header .page-header__head .loghi_header img {
        display: inline-block;
        width: 150px;
        height: auto; }
  [page-name="landing-leads"] .landing-leads__header:before {
    background-image: url("../img/illustrations/landing-leads/landing-leads_header.jpg"); }

[page-name="landing-leads"] [name="LBT_video-text"] h2 {
  font-size: 37px; }

[page-name="landing-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-0 {
  background-image: url("../img/illustrations/landing-leads/landing-leads__hiw1.png"); }

[page-name="landing-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-1 {
  background-image: url("../img/illustrations/landing-leads/landing-leads__hiw2.png"); }

[page-name="landing-leads"] [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure.figure-2 {
  background-image: url("../img/illustrations/landing-leads/landing-leads__hiw3.png"); }

[page-name="landing-leads"] [name="LBT_sectionUseCaseBoxes"] {
  background: #72C3BC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72C3BC), to(#66a6ff));
  background-image: -webkit-linear-gradient(top, #72C3BC 0%, #66a6ff 100%);
  background-image: -o-linear-gradient(top, #72C3BC 0%, #66a6ff 100%);
  background-image: linear-gradient(to bottom, #72C3BC 0%, #66a6ff 100%); }
  [page-name="landing-leads"] [name="LBT_sectionUseCaseBoxes"] h2 {
    text-shadow: 1px 1px 15px #646790;
    color: #fff; }
  [page-name="landing-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-0 {
    background-image: url("../img/illustrations/landing-leads/landing-leads__uc0.png"); }
  [page-name="landing-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-1 {
    background-image: url("../img/illustrations/landing-leads/landing-leads__uc1.png"); }
  [page-name="landing-leads"] [name="LBT_sectionUseCaseBoxes"] .useCase-box .figure-2 {
    background-image: url("../img/illustrations/landing-leads/landing-leads__uc2.png"); }

[page-name="landing-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="landing-leads"] .landing-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }

[page-name="dev-leads"] .dev-leads__header {
  margin-bottom: 0; }
  [page-name="dev-leads"] .dev-leads__header .page-header__media__play .pulse-button {
    display: none; }
  [page-name="dev-leads"] .dev-leads__header .page-header__media__play label {
    display: none; }
  [page-name="dev-leads"] .dev-leads__header .page-header__head {
    padding: 35px !important; }
    @media screen and (min-width: 768px) {
      [page-name="dev-leads"] .dev-leads__header .page-header__head {
        left: -20px; } }
    [page-name="dev-leads"] .dev-leads__header .page-header__head__article__title {
      font-size: 35px; }
    [page-name="dev-leads"] .dev-leads__header .page-header__head h1 {
      font-size: 50px;
      display: block;
      width: 100%; }
    [page-name="dev-leads"] .dev-leads__header .page-header__head h3 {
      font-size: 30px;
      text-align: left;
      width: 100%; }
  [page-name="dev-leads"] .dev-leads__header:before {
    background-image: url("../img/illustrations/dev-leads/dev-leads_header.jpg"); }

[page-name="dev-leads"] .dev-leads__description {
  background-color: #fbfbfb;
  margin-top: 0; }
  [page-name="dev-leads"] .dev-leads__description .dev-leads__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="dev-leads"] .dev-leads__description .dev-leads__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="dev-leads"] .dev-leads__description .dev-leads__wrapper__left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        [page-name="dev-leads"] .dev-leads__description .dev-leads__wrapper__left {
          width: 40%; } }
    [page-name="dev-leads"] .dev-leads__description .dev-leads__wrapper__right {
      padding: 20px;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

[page-name="dev-leads"] .dev-leads-logo-product {
  text-align: center;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    [page-name="dev-leads"] .dev-leads-logo-product__container {
      padding: 50px 160px;
      z-index: 2; } }
  @media screen and (max-width: 768px) {
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list {
      display: none; } }
  [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product {
    position: absolute;
    z-index: 1;
    height: auto; }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="1"] {
      width: 70px;
      top: 50%;
      margin-top: -25px;
      left: 0%; }
      @media screen and (max-width: 768px) {
        [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="1"] {
          left: 10%; } }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="2"] {
      width: 90px;
      top: 25%;
      left: 10%; }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="3"] {
      width: 50px;
      top: 15%;
      left: 3%; }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="4"] {
      width: 60px;
      top: 75%;
      right: 4%; }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="5"] {
      width: 90px;
      top: 5%;
      right: -35px; }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="6"] {
      width: 100px;
      top: 20%;
      right: 5%; }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="7"] {
      width: 60px;
      top: 10%;
      right: 20%; }
      @media screen and (max-width: 768px) {
        [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="7"] {
          right: 15%; } }
    [page-name="dev-leads"] .dev-leads-logo-product .icon-list .product[data-logo="8"] {
      width: 80px;
      top: 70%;
      left: 7%; }

[page-name="dev-leads"] .dev-leads-integration {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fcb69f));
  background-image: -webkit-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: -o-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  text-align: center;
  overflow: hidden;
  position: relative; }
  [page-name="dev-leads"] .dev-leads-integration__right {
    position: relative;
    padding: 0px 40px;
    -webkit-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    width: 100%; }
    [page-name="dev-leads"] .dev-leads-integration__right.inview {
      width: 60%;
      float: right;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [page-name="dev-leads"] .dev-leads-integration__right.inview {
          width: 100%; } }
    [page-name="dev-leads"] .dev-leads-integration__right .right-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [page-name="dev-leads"] .dev-leads-integration__right .btn-border {
      border: transparent;
      color: #333333; }
      [page-name="dev-leads"] .dev-leads-integration__right .btn-border:hover {
        border: white;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        background-color: white;
        color: #333333; }
    [page-name="dev-leads"] .dev-leads-integration__right .integration-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px 0; }
      [page-name="dev-leads"] .dev-leads-integration__right .integration-wrapper .integration-logo {
        width: calc(100% / 3); }
        [page-name="dev-leads"] .dev-leads-integration__right .integration-wrapper .integration-logo figure {
          margin: 2px;
          background-color: white;
          border-radius: 5px;
          text-align: center;
          padding: 30px 5px;
          -webkit-box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          border: 2px solid #fff;
          overflow: hidden;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60%; }
  [page-name="dev-leads"] .dev-leads-integration__left {
    width: 100%;
    background: #fafafa;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    [page-name="dev-leads"] .dev-leads-integration__left .left-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [page-name="dev-leads"] .dev-leads-integration__left.inview {
      width: 40%;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [page-name="dev-leads"] .dev-leads-integration__left.inview {
          width: 100%; } }
    [page-name="dev-leads"] .dev-leads-integration__left::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 0 50px 40px;
      border-color: transparent transparent transparent #fafafa;
      position: absolute;
      right: -40px;
      top: 50%;
      margin-top: -50px;
      content: ''; }
    @media screen and (min-width: 768px) {
      [page-name="dev-leads"] .dev-leads-integration__left .icon-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    [page-name="dev-leads"] .dev-leads-integration__left .icon-list img {
      max-width: 100px;
      margin: 5px;
      width: 100%; }

[page-name="dev-leads"] .dev-leads-hiw {
  margin: 0px;
  text-align: center;
  overflow: hidden; }
  [page-name="dev-leads"] .dev-leads-hiw__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="dev-leads"] .dev-leads-hiw__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step {
      padding: 0 30px;
      width: 100%;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step {
          width: calc(100% / 3); } }
      [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step.inview {
        opacity: 1;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
      [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step__title {
        text-transform: uppercase;
        font-weight: bold; }
      [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step__text {
        font-weight: 300;
        font-size: 80%;
        padding: 0 15px; }
      [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 250px; }
        [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step__figure.figure-0 {
          background-image: url("../img/illustrations/dev-leads/dev-leads__hiw1.png"); }
        [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step__figure.figure-1 {
          background-image: url("../img/illustrations/dev-leads/dev-leads__hiw2.png"); }
        [page-name="dev-leads"] .dev-leads-hiw__wrapper .hiw-step__figure.figure-2 {
          background-image: url("../img/illustrations/dev-leads/dev-leads__hiw3.png"); }

[page-name="dev-leads"] .dev-leads-meetings {
  text-align: center;
  background: #b5bce3;
  margin: 0;
  position: relative; }
  [page-name="dev-leads"] .dev-leads-meetings:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../img/onde.svg") repeat-x bottom center;
    background-size: contain;
    display: block;
    height: 100%;
    z-index: 2; }
  [page-name="dev-leads"] .dev-leads-meetings h2 {
    text-shadow: 1px 1px 15px #7e829d;
    color: #fff; }
  [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap; }
    @media screen and (min-width: 768px) {
      [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box {
      width: 100%;
      padding: 40px 20px 10px 20px;
      position: relative;
      z-index: 10;
      margin: 10px 5px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      background: #fff; }
      @media screen and (min-width: 768px) {
        [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box {
          width: calc(100% / 4);
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          min-height: 385px; } }
      @media screen and (min-width: 768px) {
        [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box__text {
          padding: 10px 10px;
          font-size: 18px;
          margin-top: 20px; } }
      [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 180px; }
        [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-0 {
          background-image: url("../img/illustrations/dev-leads/dev-leads__uc0.png"); }
        [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-1 {
          background-image: url("../img/illustrations/dev-leads/dev-leads__uc1.png"); }
        [page-name="dev-leads"] .dev-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-2 {
          background-image: url("../img/illustrations/dev-leads/dev-leads__uc2.png"); }

[page-name="dev-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="dev-leads"] .dev-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }

[page-name="event-leads"] .event-leads__header {
  margin-bottom: 0; }
  [page-name="event-leads"] .event-leads__header .page-header__media__play .pulse-button {
    display: none; }
  [page-name="event-leads"] .event-leads__header .page-header__media__play label {
    display: none; }
  [page-name="event-leads"] .event-leads__header .page-header__head {
    padding: 35px !important; }
    @media screen and (min-width: 768px) {
      [page-name="event-leads"] .event-leads__header .page-header__head {
        left: -20px; } }
    [page-name="event-leads"] .event-leads__header .page-header__head__article__title {
      font-size: 50px !important; }
    [page-name="event-leads"] .event-leads__header .page-header__head h3 {
      font-size: 30px;
      text-align: left;
      width: 100%; }
  [page-name="event-leads"] .event-leads__header:before {
    background-image: url("../img/illustrations/event-leads/event-leads_header.jpg"); }

[page-name="event-leads"] .event-leads__description {
  background-color: #fbfbfb;
  margin-top: 0; }
  [page-name="event-leads"] .event-leads__description .event-leads__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="event-leads"] .event-leads__description .event-leads__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="event-leads"] .event-leads__description .event-leads__wrapper__left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        [page-name="event-leads"] .event-leads__description .event-leads__wrapper__left {
          width: 40%; } }
    [page-name="event-leads"] .event-leads__description .event-leads__wrapper__right {
      padding: 20px;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

[page-name="event-leads"] .event-leads-logo-product {
  text-align: center;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    [page-name="event-leads"] .event-leads-logo-product__container {
      padding: 50px 160px;
      z-index: 2; } }
  @media screen and (max-width: 768px) {
    [page-name="event-leads"] .event-leads-logo-product .icon-list {
      display: none; } }
  [page-name="event-leads"] .event-leads-logo-product .icon-list .product {
    position: absolute;
    z-index: 1;
    height: auto; }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="1"] {
      width: 70px;
      top: 50%;
      margin-top: -25px;
      left: 0%; }
      @media screen and (max-width: 768px) {
        [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="1"] {
          left: 10%; } }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="2"] {
      width: 90px;
      top: 25%;
      left: 10%; }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="3"] {
      width: 50px;
      top: 15%;
      left: 3%; }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="4"] {
      width: 60px;
      top: 75%;
      right: 4%; }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="5"] {
      width: 90px;
      top: 5%;
      right: -35px; }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="6"] {
      width: 100px;
      top: 20%;
      right: 5%; }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="7"] {
      width: 60px;
      top: 10%;
      right: 20%; }
      @media screen and (max-width: 768px) {
        [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="7"] {
          right: 15%; } }
    [page-name="event-leads"] .event-leads-logo-product .icon-list .product[data-logo="8"] {
      width: 80px;
      top: 70%;
      left: 7%; }

[page-name="event-leads"] .event-leads-integration {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fcb69f));
  background-image: -webkit-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: -o-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  text-align: center;
  overflow: hidden;
  position: relative; }
  [page-name="event-leads"] .event-leads-integration__right {
    position: relative;
    padding: 0px 40px;
    -webkit-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    width: 100%; }
    [page-name="event-leads"] .event-leads-integration__right.inview {
      width: 60%;
      float: right;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [page-name="event-leads"] .event-leads-integration__right.inview {
          width: 100%; } }
    [page-name="event-leads"] .event-leads-integration__right .right-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [page-name="event-leads"] .event-leads-integration__right .btn-border {
      border: transparent;
      color: #333333; }
      [page-name="event-leads"] .event-leads-integration__right .btn-border:hover {
        border: white;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        background-color: white;
        color: #333333; }
    [page-name="event-leads"] .event-leads-integration__right .integration-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px 0; }
      [page-name="event-leads"] .event-leads-integration__right .integration-wrapper .integration-logo {
        width: calc(100% / 3); }
        [page-name="event-leads"] .event-leads-integration__right .integration-wrapper .integration-logo figure {
          margin: 2px;
          background-color: white;
          border-radius: 5px;
          text-align: center;
          padding: 30px 5px;
          -webkit-box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          border: 2px solid #fff;
          overflow: hidden;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60%; }
  [page-name="event-leads"] .event-leads-integration__left {
    width: 100%;
    background: #fafafa;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    [page-name="event-leads"] .event-leads-integration__left .left-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [page-name="event-leads"] .event-leads-integration__left.inview {
      width: 40%;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [page-name="event-leads"] .event-leads-integration__left.inview {
          width: 100%; } }
    [page-name="event-leads"] .event-leads-integration__left::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 0 50px 40px;
      border-color: transparent transparent transparent #fafafa;
      position: absolute;
      right: -40px;
      top: 50%;
      margin-top: -50px;
      content: ''; }
    @media screen and (min-width: 768px) {
      [page-name="event-leads"] .event-leads-integration__left .icon-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    [page-name="event-leads"] .event-leads-integration__left .icon-list img {
      max-width: 70px;
      margin: 5px;
      width: calc(100% / 3); }

[page-name="event-leads"] .event-leads-hiw {
  margin: 0px;
  text-align: center;
  overflow: hidden; }
  [page-name="event-leads"] .event-leads-hiw__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="event-leads"] .event-leads-hiw__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step {
      padding: 0 30px;
      width: 100%;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step {
          width: calc(100% / 3); } }
      [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step.inview {
        opacity: 1;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
      [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step__title {
        text-transform: uppercase;
        font-weight: bold; }
      [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step__text {
        font-weight: 300;
        font-size: 80%;
        padding: 0 15px; }
      [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 250px; }
        [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step__figure.figure-0 {
          background-image: url("../img/illustrations/event-leads/event-leads__hiw1.png"); }
        [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step__figure.figure-1 {
          background-image: url("../img/illustrations/event-leads/event-leads__hiw2.png"); }
        [page-name="event-leads"] .event-leads-hiw__wrapper .hiw-step__figure.figure-2 {
          background-image: url("../img/illustrations/event-leads/event-leads__hiw3.png"); }

[page-name="event-leads"] .event-leads-meetings {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fca536), color-stop(80%, #f26433));
  background: -webkit-linear-gradient(bottom, #fca536 20%, #f26433 80%);
  background: -o-linear-gradient(bottom, #fca536 20%, #f26433 80%);
  background: linear-gradient(to top, #fca536 20%, #f26433 80%);
  margin: 0;
  position: relative; }
  [page-name="event-leads"] .event-leads-meetings:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../img/onde.svg") repeat-x bottom center;
    background-size: contain;
    display: block;
    height: 100%;
    z-index: 2; }
  [page-name="event-leads"] .event-leads-meetings h2 {
    text-shadow: 1px 1px 15px #f26433;
    color: #fff; }
  [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap; }
    @media screen and (min-width: 768px) {
      [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box {
      width: 100%;
      padding: 40px 20px 10px 20px;
      position: relative;
      z-index: 10;
      margin: 10px 5px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      background: #fff; }
      @media screen and (min-width: 768px) {
        [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box {
          width: calc(100% / 4);
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          min-height: 385px; } }
      @media screen and (min-width: 768px) {
        [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box__text {
          padding: 10px 10px;
          font-size: 18px;
          margin-top: 20px; } }
      [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 180px; }
        [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-0 {
          background-image: url("../img/illustrations/event-leads/event-leads__uc0.png"); }
        [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-1 {
          background-image: url("../img/illustrations/event-leads/event-leads__uc1.png"); }
        [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-2 {
          background-image: url("../img/illustrations/event-leads/event-leads__uc2.png"); }
        [page-name="event-leads"] .event-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-3 {
          background-image: url("../img/illustrations/event-leads/event-leads__uc3.png"); }

[page-name="event-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="event-leads"] .event-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }
  [page-name="event-leads"] .event-leads__footerCTA h2 {
    font-size: 2em;
    font-weight: 400; }
    [page-name="event-leads"] .event-leads__footerCTA h2 span {
      font-size: 25px; }

[page-name="webinar-leads"] .webinar-leads__header {
  margin-bottom: 0; }
  [page-name="webinar-leads"] .webinar-leads__header .page-header__media__play .pulse-button {
    display: none; }
  [page-name="webinar-leads"] .webinar-leads__header .page-header__media__play label {
    display: none; }
  [page-name="webinar-leads"] .webinar-leads__header .page-header__head {
    padding: 35px !important; }
    @media screen and (min-width: 768px) {
      [page-name="webinar-leads"] .webinar-leads__header .page-header__head {
        left: -20px; } }
    [page-name="webinar-leads"] .webinar-leads__header .page-header__head__article__title {
      font-size: 35px; }
    [page-name="webinar-leads"] .webinar-leads__header .page-header__head h1 {
      font-size: 40px; }
    [page-name="webinar-leads"] .webinar-leads__header .page-header__head h3 {
      font-size: 30px;
      text-align: left;
      width: 100%; }
  [page-name="webinar-leads"] .webinar-leads__header:before {
    background-image: url("../img/illustrations/webinar-leads/webinar-leads_header.jpg"); }

[page-name="webinar-leads"] .webinar-leads__description {
  background-color: #fbfbfb;
  margin-top: 0; }
  [page-name="webinar-leads"] .webinar-leads__description .webinar-leads__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="webinar-leads"] .webinar-leads__description .webinar-leads__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="webinar-leads"] .webinar-leads__description .webinar-leads__wrapper__left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads__description .webinar-leads__wrapper__left {
          width: 40%; } }
    [page-name="webinar-leads"] .webinar-leads__description .webinar-leads__wrapper__right {
      padding: 20px;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

[page-name="webinar-leads"] .webinar-leads-logo-product {
  text-align: center;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    [page-name="webinar-leads"] .webinar-leads-logo-product__container {
      padding: 50px 160px;
      z-index: 2; } }
  @media screen and (max-width: 768px) {
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list {
      display: none; } }
  [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product {
    position: absolute;
    z-index: 1;
    height: auto; }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="1"] {
      width: 70px;
      top: 50%;
      margin-top: -25px;
      left: 0%; }
      @media screen and (max-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="1"] {
          left: 10%; } }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="2"] {
      width: 90px;
      top: 25%;
      left: 10%; }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="3"] {
      width: 50px;
      top: 15%;
      left: 3%; }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="4"] {
      width: 60px;
      top: 75%;
      right: 4%; }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="5"] {
      width: 90px;
      top: 5%;
      right: -35px; }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="6"] {
      width: 100px;
      top: 20%;
      right: 5%; }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="7"] {
      width: 60px;
      top: 10%;
      right: 20%; }
      @media screen and (max-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="7"] {
          right: 15%; } }
    [page-name="webinar-leads"] .webinar-leads-logo-product .icon-list .product[data-logo="8"] {
      width: 80px;
      top: 70%;
      left: 7%; }

[page-name="webinar-leads"] .webinar-leads-integration {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fcb69f));
  background-image: -webkit-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: -o-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  text-align: center;
  overflow: hidden;
  position: relative; }
  [page-name="webinar-leads"] .webinar-leads-integration__right {
    position: relative;
    padding: 0px 40px;
    -webkit-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    width: 100%; }
    [page-name="webinar-leads"] .webinar-leads-integration__right.inview {
      width: 60%;
      float: right;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-integration__right.inview {
          width: 100%; } }
    [page-name="webinar-leads"] .webinar-leads-integration__right .right-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [page-name="webinar-leads"] .webinar-leads-integration__right .btn-border {
      border: transparent;
      color: #333333; }
      [page-name="webinar-leads"] .webinar-leads-integration__right .btn-border:hover {
        border: white;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        background-color: white;
        color: #333333; }
    [page-name="webinar-leads"] .webinar-leads-integration__right .integration-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px 0; }
      [page-name="webinar-leads"] .webinar-leads-integration__right .integration-wrapper .integration-logo {
        width: calc(100% / 3); }
        [page-name="webinar-leads"] .webinar-leads-integration__right .integration-wrapper .integration-logo figure {
          margin: 2px;
          background-color: white;
          border-radius: 5px;
          text-align: center;
          padding: 30px 5px;
          -webkit-box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          border: 2px solid #fff;
          overflow: hidden;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60%; }
  [page-name="webinar-leads"] .webinar-leads-integration__left {
    width: 100%;
    background: #fafafa;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    [page-name="webinar-leads"] .webinar-leads-integration__left .left-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [page-name="webinar-leads"] .webinar-leads-integration__left.inview {
      width: 40%;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-integration__left.inview {
          width: 100%; } }
    [page-name="webinar-leads"] .webinar-leads-integration__left::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 0 50px 40px;
      border-color: transparent transparent transparent #fafafa;
      position: absolute;
      right: -40px;
      top: 50%;
      margin-top: -50px;
      content: ''; }
    @media screen and (min-width: 768px) {
      [page-name="webinar-leads"] .webinar-leads-integration__left .icon-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    [page-name="webinar-leads"] .webinar-leads-integration__left .icon-list img {
      max-width: 70px;
      margin: 5px;
      width: calc(100% / 3); }

[page-name="webinar-leads"] .webinar-leads-hiw {
  margin: 0px;
  text-align: center;
  overflow: hidden; }
  [page-name="webinar-leads"] .webinar-leads-hiw__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [page-name="webinar-leads"] .webinar-leads-hiw__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step {
      padding: 0 30px;
      width: 100%;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step {
          width: calc(100% / 3); } }
      [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step.inview {
        opacity: 1;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
      [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step__title {
        text-transform: uppercase;
        font-weight: bold; }
      [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step__text {
        font-weight: 300;
        font-size: 80%;
        padding: 0 15px; }
      [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 250px; }
        [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step__figure.figure-0 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__hiw1.png"); }
        [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step__figure.figure-1 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__hiw2.png"); }
        [page-name="webinar-leads"] .webinar-leads-hiw__wrapper .hiw-step__figure.figure-2 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__hiw3.png"); }

[page-name="webinar-leads"] .webinar-leads-meetings {
  text-align: center;
  background: #95e5e4;
  margin: 0;
  position: relative; }
  [page-name="webinar-leads"] .webinar-leads-meetings:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../img/onde.svg") repeat-x bottom center;
    background-size: contain;
    display: block;
    height: 100%;
    z-index: 2; }
  [page-name="webinar-leads"] .webinar-leads-meetings h2 {
    text-shadow: 1px 1px 15px #66a1a0;
    color: #fff; }
  [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap; }
    @media screen and (min-width: 768px) {
      [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box {
      width: 100%;
      padding: 40px 20px 10px 20px;
      position: relative;
      z-index: 10;
      margin: 10px 5px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      background: #fff; }
      @media screen and (min-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box {
          width: calc(100% / 4);
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          min-height: 400px; } }
      @media screen and (min-width: 768px) {
        [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box__text {
          padding: 10px 10px;
          font-size: 18px;
          margin-top: 20px; } }
      [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 180px; }
        [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-0 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__uc0.png"); }
        [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-1 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__uc1.png"); }
        [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-2 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__uc2.png"); }
        [page-name="webinar-leads"] .webinar-leads-meetings .illustrations-wrapper .illustration-box__figure.figure-3 {
          background-image: url("../img/illustrations/webinar-leads/webinar-leads__uc3.png"); }

[page-name="webinar-leads"] .schedule-demo-cf {
  margin: 0; }

[page-name="webinar-leads"] .webinar-leads__footerCTA {
  margin: 0;
  padding: 7em 0; }

[page-name="new-pricing"] .customers-logos {
  padding: 10px;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#60b8e4), to(#50d0e5));
  background-image: -webkit-linear-gradient(bottom, #60b8e4 0%, #50d0e5 100%);
  background-image: -o-linear-gradient(bottom, #60b8e4 0%, #50d0e5 100%);
  background-image: linear-gradient(to top, #60b8e4 0%, #50d0e5 100%);
  position: relative; }
  [page-name="new-pricing"] .customers-logos__title {
    color: white;
    text-align: center;
    font-size: 43px;
    letter-spacing: .5px; }
  [page-name="new-pricing"] .customers-logos [name="LBT-sectionLogos"] {
    margin: 0;
    padding-bottom: 5px; }
    [page-name="new-pricing"] .customers-logos [name="LBT-sectionLogos"] .section-logos__headline {
      margin-bottom: 0;
      font-size: 80%; }
      [page-name="new-pricing"] .customers-logos [name="LBT-sectionLogos"] .section-logos__headline p {
        margin-bottom: 0;
        color: white;
        opacity: 0.7;
        font-size: small; }
  [page-name="new-pricing"] .customers-logos [name="LBT-logoCompanies"] .logo-company > img {
    margin: 10px auto 20px; }

[page-name="new-pricing"] .action-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(65%, #f5f5f5), color-stop(65%, #ffffff));
  background-image: -webkit-linear-gradient(top, white 0%, #f5f5f5 65%, #ffffff 65%);
  background-image: -o-linear-gradient(top, white 0%, #f5f5f5 65%, #ffffff 65%);
  background-image: linear-gradient(to bottom, white 0%, #f5f5f5 65%, #ffffff 65%);
  margin-top: 0;
  padding-top: 0;
  cursor: pointer; }
  [page-name="new-pricing"] .action-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 992px) {
      [page-name="new-pricing"] .action-box__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    [page-name="new-pricing"] .action-box__wrapper .single-action-box {
      margin: 15px;
      width: 100%;
      background-color: white;
      border-radius: 5px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      text-align: center;
      padding: 30px 0;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        text-decoration: none; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box__title {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 22px;
        color: #333333; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box__subtitle {
        opacity: 0.6;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 22px;
        color: #333333;
        opacity: 0.6;
        margin: 0 0 0 10px;
        letter-spacing: -.3px; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box figure {
        height: 230px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain;
        margin: 20px; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box-1:hover {
        background-color: #fafafa; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box-1 figure {
        background-image: url("../img/illustrations/chat-us.png"); }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box-2:hover {
        background-color: #fafafa; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box-2 figure {
        background-image: url("../img/illustrations/lb-demo.png"); }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box-3:hover {
        background-color: #fafafa; }
      [page-name="new-pricing"] .action-box__wrapper .single-action-box-3 figure {
        background-image: url("../img/illustrations/lb-call.png"); }
  [page-name="new-pricing"] .action-box .modal {
    text-align: center; }

[page-name="new-pricing"] .faq-pricing h2 {
  text-align: center; }

@media screen and (min-width: 768px) {
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle {
    float: left;
    width: 50%;
    padding: 0 15px; } }

[page-name="new-pricing"] .faq-pricing__wrapper .toggle:last-child {
  border-bottom: 1px solid whitesmoke; }

[page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid whitesmoke; }

[page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px; }
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-inner__text {
    margin-top: 1.3em;
    font-size: 70%; }

[page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title {
  margin-bottom: 0;
  -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
  -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
  transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title:hover {
    font-weight: 400;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    cursor: pointer; }
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title.active {
    background-color: whitesmoke;
    border-radius: 100px;
    font-weight: 400;
    -webkit-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
    transition: 1s all cubic-bezier(0.66, 0, 0, 1); }
    [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title.active .title-name {
      color: teal; }
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title .title-name {
    display: block;
    padding: 15px 25px 15px; }
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title i {
    font-size: 22px;
    position: absolute;
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    margin: 15px;
    right: 0; }
  [page-name="new-pricing"] .faq-pricing__wrapper .toggle .toggle-title.active i {
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px 0px no-repeat; }

[page-name="new-pricing"] .plan-features {
  background-image: -webkit-gradient(linear, left top, right top, from(#ed6ea0), to(#ec8c69));
  background-image: -webkit-linear-gradient(left, #ed6ea0 0%, #ec8c69 100%);
  background-image: -o-linear-gradient(left, #ed6ea0 0%, #ec8c69 100%);
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  color: whitesmoke;
  padding-bottom: 0;
  margin: 0; }
  [page-name="new-pricing"] .plan-features [component="LBT_waves"] .wave {
    -webkit-animation: none !important;
    animation: none !important; }
    [page-name="new-pricing"] .plan-features [component="LBT_waves"] .wave_1, [page-name="new-pricing"] .plan-features [component="LBT_waves"] .wave_2 {
      display: none !important; }
  [page-name="new-pricing"] .plan-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      [page-name="new-pricing"] .plan-features__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    [page-name="new-pricing"] .plan-features__wrapper__left {
      width: 40%; }
      [page-name="new-pricing"] .plan-features__wrapper__left img {
        margin-left: 50px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          [page-name="new-pricing"] .plan-features__wrapper__left img {
            margin: 0 auto; } }
      [page-name="new-pricing"] .plan-features__wrapper__left h2 {
        font-size: 3em; }
      @media screen and (max-width: 768px) {
        [page-name="new-pricing"] .plan-features__wrapper__left {
          width: 100%;
          text-align: center; } }
    [page-name="new-pricing"] .plan-features__wrapper__right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        [page-name="new-pricing"] .plan-features__wrapper__right {
          border-left: 1px solid rgba(245, 245, 245, 0.12);
          padding: 0 0 0 50px; } }
      [page-name="new-pricing"] .plan-features__wrapper__right .features-single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-left;
        -ms-flex-pack: flex-left;
        justify-content: flex-left;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: calc(100%/2);
        margin-bottom: 15px;
        float: left; }
        [page-name="new-pricing"] .plan-features__wrapper__right .features-single span {
          margin-left: 3px; }
        @media screen and (max-width: 768px) {
          [page-name="new-pricing"] .plan-features__wrapper__right .features-single {
            border: 0;
            width: 100%; } }

[page-name="new-pricing"] [name="LBT_sectionTextVideo"] {
  padding: 7em 0;
  background-image: url("../img/illustrations/pricing-video.jpg");
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2550px;
  margin: 0 auto;
  background-position: center; }
  @media screen and (max-width: 768px) {
    [page-name="new-pricing"] [name="LBT_sectionTextVideo"] {
      background-image: none; } }
  [page-name="new-pricing"] [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      [page-name="new-pricing"] [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      [page-name="new-pricing"] [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__left {
        text-align: center; }
        [page-name="new-pricing"] [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__left .btn {
          display: none; }
        [page-name="new-pricing"] [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__left img {
          margin: 0 auto; } }
    [page-name="new-pricing"] [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__right .play-button {
      visibility: visible !important;
      background: none !important; }
  [page-name="new-pricing"] [name="LBT_sectionTextVideo"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(329deg, white 50%, rgba(255, 255, 255, 0) 20%);
    background-image: -o-linear-gradient(329deg, white 50%, rgba(255, 255, 255, 0) 20%);
    background-image: linear-gradient(121deg, white 50%, rgba(255, 255, 255, 0) 20%); }

[page-name="new-pricing"] .btn-group-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 70px; }

[page-name="new-pricing"] .pricing-tables {
  margin: 0; }
  [page-name="new-pricing"] .pricing-tables .table-bottom {
    padding-top: 25px; }
    [page-name="new-pricing"] .pricing-tables .table-bottom p {
      text-align: center;
      opacity: 0.6; }
  [page-name="new-pricing"] .pricing-tables__switch-plan {
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  [page-name="new-pricing"] .pricing-tables__talk-sales {
    padding-bottom: 5em; }
  [page-name="new-pricing"] .pricing-tables .column-plan__switch-plan {
    font-size: 80%;
    text-transform: uppercase; }
    [page-name="new-pricing"] .pricing-tables .column-plan__switch-plan__label {
      border-bottom: 0;
      color: #333333;
      margin-top: 0;
      position: relative;
      z-index: 1;
      font-weight: 600;
      border: 0;
      font-size: smaller; }
      [page-name="new-pricing"] .pricing-tables .column-plan__switch-plan__label:hover {
        opacity: 0.6; }
    [page-name="new-pricing"] .pricing-tables .column-plan__switch-plan .year-btn,
    [page-name="new-pricing"] .pricing-tables .column-plan__switch-plan .month-btn {
      font-weight: 800;
      cursor: pointer;
      text-align: center; }
    [page-name="new-pricing"] .pricing-tables .column-plan__switch-plan .active {
      display: none; }
  [page-name="new-pricing"] .pricing-tables .column-plan__info-plan {
    text-align: center; }
    [page-name="new-pricing"] .pricing-tables .column-plan__info-plan .btn-more {
      text-align: center;
      border: 0;
      padding: 5px 20px;
      border-radius: 5px;
      font-size: 80%;
      color: black;
      margin-top: -30px;
      background-color: white;
      margin-bottom: 0;
      font-weight: 600; }
      [page-name="new-pricing"] .pricing-tables .column-plan__info-plan .btn-more.open .fa {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1s all cubic-bezier(0.66, 0, 0, 1); }
  [page-name="new-pricing"] .pricing-tables__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 70px; }
    @media screen and (max-width: 768px) {
      [page-name="new-pricing"] .pricing-tables__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0; } }
  [page-name="new-pricing"] .pricing-tables .pricing-table__head {
    padding: 20px 0 10px; }
    [page-name="new-pricing"] .pricing-tables .pricing-table__head .ribbon {
      text-align: center;
      position: relative;
      text-transform: uppercase;
      top: -20px;
      padding: 5px 0; }
  [page-name="new-pricing"] .pricing-tables .pricing-table {
    width: calc(100%/3);
    float: left;
    border: 1px solid #dedede;
    border-top: 5px solid;
    padding: 0;
    font-size: .9em; }
    @media screen and (max-width: 768px) {
      [page-name="new-pricing"] .pricing-tables .pricing-table {
        width: 100%;
        margin-top: 10px !important; } }
    [page-name="new-pricing"] .pricing-tables .pricing-table:nth-child(1) .btn-more {
      visibility: hidden; }
    [page-name="new-pricing"] .pricing-tables .pricing-table:nth-child(2) {
      border-left: 0;
      border-right: 0; }
    [page-name="new-pricing"] .pricing-tables .pricing-table:nth-child(3) .btn-more {
      visibility: hidden; }
    [page-name="new-pricing"] .pricing-tables .pricing-table.ribbon-plan {
      margin-top: -34px;
      border-top-color: transparent !important; }
    [page-name="new-pricing"] .pricing-tables .pricing-table.plan-green {
      border-top: 5px solid #2ebd59; }
      [page-name="new-pricing"] .pricing-tables .pricing-table.plan-green .ribbon {
        background-color: #2ebd59; }
        [page-name="new-pricing"] .pricing-tables .pricing-table.plan-green .ribbon__label {
          color: white; }
      [page-name="new-pricing"] .pricing-tables .pricing-table.plan-green .pricing-table__head__info {
        color: #2ebd59; }
    [page-name="new-pricing"] .pricing-tables .pricing-table.plan-red {
      border-top: 5px solid #F3595B; }
      @media screen and (max-width: 768px) {
        [page-name="new-pricing"] .pricing-tables .pricing-table.plan-red {
          border: 1px solid #dedede; } }
      [page-name="new-pricing"] .pricing-tables .pricing-table.plan-red .ribbon {
        background-color: #F3595B; }
        [page-name="new-pricing"] .pricing-tables .pricing-table.plan-red .ribbon__label {
          color: white; }
      [page-name="new-pricing"] .pricing-tables .pricing-table.plan-red .pricing-table__head__info {
        color: #F3595B; }
    [page-name="new-pricing"] .pricing-tables .pricing-table.plan-blue {
      border-top: 5px solid #1DA7C2; }
      [page-name="new-pricing"] .pricing-tables .pricing-table.plan-blue .ribbon {
        background-color: #1DA7C2; }
        [page-name="new-pricing"] .pricing-tables .pricing-table.plan-blue .ribbon__label {
          color: white; }
      [page-name="new-pricing"] .pricing-tables .pricing-table.plan-blue .pricing-table__head__info {
        color: #1DA7C2; }
    [page-name="new-pricing"] .pricing-tables .pricing-table__head__info {
      width: 100%; }
    [page-name="new-pricing"] .pricing-tables .pricing-table__footer {
      padding: 15px; }
    [page-name="new-pricing"] .pricing-tables .pricing-table h1, [page-name="new-pricing"] .pricing-tables .pricing-table h2, [page-name="new-pricing"] .pricing-tables .pricing-table h3, [page-name="new-pricing"] .pricing-tables .pricing-table h4, [page-name="new-pricing"] .pricing-tables .pricing-table h5 {
      white-space: nowrap;
      margin: 0;
      text-align: center; }
    @media (min-width: 768px) {
      [page-name="new-pricing"] .pricing-tables .pricing-table h1 {
        font-size: 2.8em; }
      [page-name="new-pricing"] .pricing-tables .pricing-table h3 {
        font-size: 1.7em; }
      [page-name="new-pricing"] .pricing-tables .pricing-table h4 {
        font-size: 1em; } }
    @media (max-width: 1200px) {
      [page-name="new-pricing"] .pricing-tables .pricing-table h1 {
        font-size: 2.441em; }
      [page-name="new-pricing"] .pricing-tables .pricing-table summary {
        font-size: 1em; } }
    [page-name="new-pricing"] .pricing-tables .pricing-table ul {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      margin-bottom: 0;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede; }
      [page-name="new-pricing"] .pricing-tables .pricing-table ul li {
        list-style-type: none;
        padding: .5em 0; }
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li.hoverRow {
          background-color: #dedede !important; }
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li.pricing-item-collapsed {
          background-color: #fafafa; }
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li:last-child {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(white));
          background-image: -webkit-linear-gradient(top, #fafafa 0%, white 100%);
          background-image: -o-linear-gradient(top, #fafafa 0%, white 100%);
          background-image: linear-gradient(to bottom, #fafafa 0%, white 100%); }
          [page-name="new-pricing"] .pricing-tables .pricing-table ul li:last-child.hoverRow {
            background-image: none !important; }
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li span.small {
          font-size: 75%;
          opacity: .8; }
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li .info {
          color: #bbbbbb;
          font-size: 15px; }
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li .pricing__item__title,
        [page-name="new-pricing"] .pricing-tables .pricing-table ul li .pricing__item__text {
          margin: 0; }
      @media (min-width: 1200px) {
        [page-name="new-pricing"] .pricing-tables .pricing-table ul .fix-height .pricing__item__text {
          min-height: 45px; } }
    [page-name="new-pricing"] .pricing-tables .pricing-table .btn-round {
      font-size: 0.9em; }
      @media (max-width: 1999px) {
        [page-name="new-pricing"] .pricing-tables .pricing-table .btn-round {
          font-size: 0.8em; } }
    [page-name="new-pricing"] .pricing-tables .pricing-table .disabled * {
      color: #cccccc; }
    [page-name="new-pricing"] .pricing-tables .pricing-table .hoverRow:not(.disabled) .fa-check {
      -webkit-animation: .5s roteate_check ease;
      animation: .5s roteate_check ease;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    [page-name="new-pricing"] .pricing-tables .pricing-table .hoverRow {
      background-color: #f1f1f1;
      -webkit-transition: .2s background-color;
      -o-transition: .2s background-color;
      transition: .2s background-color; }

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

[page-name="new-pricing"] .pattern-bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-image: url(../img/blog-cta-2.jpg); }
  [page-name="new-pricing"] .pattern-bg:before {
    content: none; }
  [page-name="new-pricing"] .pattern-bg .adv {
    font-size: 21px;
    background: none;
    color: white; }
    [page-name="new-pricing"] .pattern-bg .adv h2 {
      text-shadow: 1px 1px 18px #12bb9d; }

/**********		Pls bro, sort this sass in alphabetical order		**********/
[name="LBT-sectionLogos"] {
  padding: 20px 0; }
  [name="LBT-sectionLogos"].grey-bg {
    padding: 100px 0; }
  [name="LBT-sectionLogos"] .section-logos__headline {
    text-align: center;
    margin-bottom: 50px;
    color: #9e9e9e;
    letter-spacing: .2em;
    text-transform: uppercase; }

[name="LBT-logoCompanies"] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [name="LBT-logoCompanies"] .logo-company {
    width: calc(100% / 5);
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      [name="LBT-logoCompanies"] .logo-company {
        width: calc(100% / 2); } }
    [name="LBT-logoCompanies"] .logo-company > img {
      max-width: 150px;
      width: 75%;
      margin: 20px auto; }

[name="page-header"] {
  padding: 0;
  position: relative;
  min-height: 600px; }
  @media screen and (min-width: 768px) {
    [name="page-header"] .page-header__content {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 992px) {
    [name="page-header"] .page-header__content {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 768px) {
    [name="page-header"] .page-header__content {
      max-width: 2550px;
      margin: 0 auto;
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    [name="page-header"] .page-header__content {
      background-position: 65% 150px;
      background-size: cover;
      background-repeat: no-repeat; } }
  [name="page-header"] .page-header__head {
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative; }
    @media screen and (max-width: 768px) {
      [name="page-header"] .page-header__head {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      [name="page-header"] .page-header__head {
        padding: 50px; } }
    [name="page-header"] .page-header__head__article {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      [name="page-header"] .page-header__head__article__title {
        font-size: 42px; }
      [name="page-header"] .page-header__head__article__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  [name="page-header"] .page-header__media {
    position: relative;
    height: 100%; }
    [name="page-header"] .page-header__media__play.play-button {
      padding: 200px 0; }

[name="LBT-industries"] .industries__headline {
  text-align: center; }

[name="LBT-industries"] .industries__logos-wrapper {
  padding: 0 10%; }

[name="LBT-industries"] .industries__type__logo {
  text-align: center;
  width: calc(100% / 5);
  float: left;
  font-size: .7em;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
  height: 160px; }
  @media screen and (max-width: 992px) {
    [name="LBT-industries"] .industries__type__logo {
      width: calc(100% / 4);
      height: 170px; } }
  @media screen and (max-width: 768px) {
    [name="LBT-industries"] .industries__type__logo {
      width: calc(100% / 3);
      height: 140px; } }
  [name="LBT-industries"] .industries__type__logo:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #20bad8;
    margin: 5px;
    border-radius: 5px; }
  [name="LBT-industries"] .industries__type__logo > img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    max-width: 70px;
    margin: 25px auto; }

[name="LBT-products"] .products-tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    [name="LBT-products"] .products-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      flex-direction: row; } }
  [name="LBT-products"] .products-tab li {
    float: left; }
    [name="LBT-products"] .products-tab li .tablinks {
      display: inline-block;
      color: black;
      text-align: center;
      padding: 15px;
      text-decoration: none;
      font-size: 17px;
      border-bottom: 5px solid transparent;
      -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      [name="LBT-products"] .products-tab li .tablinks:hover {
        color: #2ebd59;
        background-color: transparent;
        -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.36s all cubic-bezier(0.66, 0, 0, 1); }
      [name="LBT-products"] .products-tab li .tablinks.active {
        color: #2ebd59;
        border-bottom: 5px solid #2ebd59; }

[name="LBT-products"] .tab-content {
  display: none;
  padding: 6px 12px;
  border-top: none; }
  [name="LBT-products"] .tab-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row; }
    @media screen and (min-width: 768px) {
      [name="LBT-products"] .tab-content__wrapper {
        padding: 25px 10%; } }
    @media screen and (max-width: 768px) {
      [name="LBT-products"] .tab-content__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; } }
  [name="LBT-products"] .tab-content.active {
    display: block; }
  @media screen and (max-width: 768px) {
    [name="LBT-products"] .tab-content__article {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    [name="LBT-products"] .tab-content__image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.3;
      z-index: -1; } }
  [name="LBT-products"] .tab-content__image .image-product {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 10px 18px -13px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 10px 18px -13px rgba(0, 0, 0, 0.8);
    background-position: -790px -20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

[name="LBT-schedule-demo"] {
  padding: 0; }
  [name="LBT-schedule-demo"] .schedule-demo-cf__content.section-background {
    position: relative; }
    @media screen and (min-width: 768px) {
      [name="LBT-schedule-demo"] .schedule-demo-cf__content.section-background {
        max-width: 2550px;
        margin: 0 auto;
        padding: 30px;
        background-repeat: no-repeat;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 2700px;
        background-position: top center; } }
    @media screen and (max-width: 768px) {
      [name="LBT-schedule-demo"] .schedule-demo-cf__content.section-background {
        background-position: 35% 0%; } }
  [name="LBT-schedule-demo"] .schedule-demo-cf__content__figure {
    height: 600px;
    position: relative; }
    [name="LBT-schedule-demo"] .schedule-demo-cf__content__figure .figure-lb {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      opacity: 0;
      position: absolute;
      width: 400px;
      bottom: 0;
      left: 350px; }
      [name="LBT-schedule-demo"] .schedule-demo-cf__content__figure .figure-lb.display {
        opacity: 1 !important;
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
        z-index: 2;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [name="LBT-schedule-demo"] .schedule-demo-cf__content__figure .figure-lb {
          opacity: 1 !important; } }
    [name="LBT-schedule-demo"] .schedule-demo-cf__content__figure .figure-chair {
      -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
      opacity: 1;
      position: absolute;
      width: 320px;
      -webkit-transform: translateX(-10px) rotateY(180deg);
      transform: translateX(-10px) rotateY(180deg);
      left: 0px;
      bottom: 0; }
      [name="LBT-schedule-demo"] .schedule-demo-cf__content__figure .figure-chair.moved {
        -webkit-transform: translateX(10px) rotateY(180deg);
        transform: translateX(10px) rotateY(180deg);
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
  [name="LBT-schedule-demo"] .schedule-demo-cf__content__action {
    background-color: white;
    text-align: center;
    padding: 30px 15px; }
    [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-buttons .btn {
        width: 45%; }
        @media screen and (max-width: 768px) {
          [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-buttons .btn {
            width: 100%; } }
    [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-demo {
      text-align: center; }
    [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-divisor {
      text-transform: uppercase;
      text-align: center;
      border: 0 solid #eeedef;
      border-top-width: 1px;
      height: 0;
      margin: 0 auto 30px auto;
      clear: both;
      display: block;
      position: relative; }
      [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-divisor:after {
        content: " OR ";
        display: block;
        position: absolute;
        left: calc(50% - 50px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        margin: -15px auto;
        /* border-radius: 50px; */
        overflow: hidden;
        /* box-shadow: 0 0 0 1px #eef, 0 0 5px; */
        background-color: white;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center; }
    [name="LBT-schedule-demo"] .schedule-demo-cf__content__action .action-trial {
      text-align: center; }

[name="showcase-header"] {
  padding-bottom: 0; }
  [name="showcase-header"] .showcase-header {
    position: relative; }
    [name="showcase-header"] .showcase-header__image-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      mix-blend-mode: screen;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: cover;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-attachment: fixed;
      background-position: center; }
    [name="showcase-header"] .showcase-header__content {
      position: relative;
      z-index: 1; }
    [name="showcase-header"] .showcase-header__article {
      text-align: center; }
    [name="showcase-header"] .showcase-header__integrations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        [name="showcase-header"] .showcase-header__integrations {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      [name="showcase-header"] .showcase-header__integrations .single-integration {
        background-color: white;
        border-radius: 20px;
        width: 250px;
        min-height: 200px;
        text-align: center;
        padding: 15px 10px;
        -webkit-box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
        border: 2px solid #fff;
        margin: 30px 50px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        [name="showcase-header"] .showcase-header__integrations .single-integration__logo {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          min-height: 80px;
          background-size: contain;
          width: 100%; }
      [name="showcase-header"] .showcase-header__integrations .showcase-plus {
        color: white;
        font-size: 60px;
        font-weight: 900; }
    [name="showcase-header"] .showcase-header__button {
      text-align: center; }

[name="page-header"].page-header {
  position: relative;
  height: 100%; }
  [name="page-header"].page-header:before {
    max-width: 2500px;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute; }
    @media screen and (min-width: 768px) {
      [name="page-header"].page-header:before {
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (min-width: 992px) {
      [name="page-header"].page-header:before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (max-width: 768px) {
      [name="page-header"].page-header:before {
        background-position: 53% 170px;
        background-size: cover;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) {
      [name="page-header"].page-header:before {
        background-size: 120em;
        background-repeat: no-repeat;
        background-position: -60em bottom; } }
  [name="page-header"].page-header .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (min-width: 768px) {
      [name="page-header"].page-header .page-header__content {
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (min-width: 992px) {
      [name="page-header"].page-header .page-header__content {
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    @media screen and (min-width: 768px) {
      [name="page-header"].page-header .page-header__content {
        max-width: 2550px;
        margin: 0 auto;
        padding: 30px; } }
    @media screen and (max-width: 768px) {
      [name="page-header"].page-header .page-header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: 65% 150px;
        background-size: cover;
        background-repeat: no-repeat; } }
  [name="page-header"].page-header .page-header__head {
    height: 100%;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative; }
    @media screen and (min-width: 768px) {
      [name="page-header"].page-header .page-header__head {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      [name="page-header"].page-header .page-header__head {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      [name="page-header"].page-header .page-header__head {
        padding: 50px; } }
    [name="page-header"].page-header .page-header__head__article {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      [name="page-header"].page-header .page-header__head__article__title {
        font-size: 42px; }
      [name="page-header"].page-header .page-header__head__article__subtitle {
        font-size: 22.5px;
        font-family: gentonaextralight, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        line-height: 1.2; }
      [name="page-header"].page-header .page-header__head__article__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  [name="page-header"].page-header .page-header__media {
    position: relative;
    height: 100%; }
    [name="page-header"].page-header .page-header__media__play {
      width: 100%; }
      @media screen and (min-width: 768px) {
        [name="page-header"].page-header .page-header__media__play {
          width: 50%; } }
      [name="page-header"].page-header .page-header__media__play.play-button {
        padding: 200px 0; }

[name="LBT_video-text"] {
  background-color: #fbfbfb;
  margin-top: 0;
  position: relative; }
  [name="LBT_video-text"] .video-text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [name="LBT_video-text"] .video-text__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [name="LBT_video-text"] .video-text__wrapper__left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        [name="LBT_video-text"] .video-text__wrapper__left {
          width: 40%; } }
    [name="LBT_video-text"] .video-text__wrapper__right {
      padding: 20px;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

[name="LBT_logo-stellar"] {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 5em; }
  @media screen and (min-width: 768px) {
    [name="LBT_logo-stellar"] .container {
      padding: 50px 160px;
      z-index: 2; } }
  @media screen and (max-width: 768px) {
    [name="LBT_logo-stellar"] .icon-list {
      display: none; } }
  [name="LBT_logo-stellar"] .icon-list .product {
    position: absolute;
    z-index: 1;
    height: auto; }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="1"] {
      width: 70px;
      top: 50%;
      margin-top: -25px;
      left: 0%; }
      @media screen and (max-width: 768px) {
        [name="LBT_logo-stellar"] .icon-list .product[data-logo="1"] {
          left: 10%; } }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="2"] {
      width: 90px;
      top: 25%;
      left: 10%; }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="3"] {
      width: 50px;
      top: 15%;
      left: 3%; }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="4"] {
      width: 60px;
      top: 75%;
      right: 4%; }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="5"] {
      width: 90px;
      top: 5%;
      right: -35px; }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="6"] {
      width: 100px;
      top: 20%;
      right: 5%; }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="7"] {
      width: 60px;
      top: 10%;
      right: 20%; }
      @media screen and (max-width: 768px) {
        [name="LBT_logo-stellar"] .icon-list .product[data-logo="7"] {
          right: 15%; } }
    [name="LBT_logo-stellar"] .icon-list .product[data-logo="8"] {
      width: 80px;
      top: 70%;
      left: 7%; }

[name="LBT_slider-lateral-section"] {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fcb69f));
  background-image: -webkit-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: -o-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 0; }
  [name="LBT_slider-lateral-section"] .slider-lateral-section__right {
    position: relative;
    padding: 0px 40px;
    -webkit-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.8s all cubic-bezier(0.66, 0, 0, 1);
    width: 100%; }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__right.inview {
      width: 60%;
      float: right;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [name="LBT_slider-lateral-section"] .slider-lateral-section__right.inview {
          width: 100%; } }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__right .right-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__right .btn-border {
      border: transparent;
      color: #333333; }
      [name="LBT_slider-lateral-section"] .slider-lateral-section__right .btn-border:hover {
        border: white;
        -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        background-color: white;
        color: #333333; }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__right .lateral-section-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px 0; }
      [name="LBT_slider-lateral-section"] .slider-lateral-section__right .lateral-section-wrapper .lateral-section-logo {
        width: calc(100% / 3); }
        [name="LBT_slider-lateral-section"] .slider-lateral-section__right .lateral-section-wrapper .lateral-section-logo figure {
          margin: 2px;
          background-color: white;
          border-radius: 5px;
          text-align: center;
          padding: 25px 5px;
          -webkit-box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 30px rgba(50, 50, 93, 0.1), inset 0 0px 5px rgba(0, 0, 0, 0.1);
          border: 2px solid #fff;
          overflow: hidden;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60%; }
  [name="LBT_slider-lateral-section"] .slider-lateral-section__left {
    width: 100%;
    background: #fafafa;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    -o-transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    transition: 0.36s all cubic-bezier(0.66, 0, 0, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__left .left-title {
      font-size: 30px;
      padding: 0 30px;
      line-height: 1.2; }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__left.inview {
      width: 40%;
      -webkit-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.6s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.6s all cubic-bezier(0.66, 0, 0, 1); }
      @media screen and (max-width: 768px) {
        [name="LBT_slider-lateral-section"] .slider-lateral-section__left.inview {
          width: 100%; } }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__left::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 0 50px 40px;
      border-color: transparent transparent transparent #fafafa;
      position: absolute;
      right: -40px;
      top: 50%;
      margin-top: -50px;
      content: ''; }
    @media screen and (min-width: 768px) {
      [name="LBT_slider-lateral-section"] .slider-lateral-section__left .icon-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    [name="LBT_slider-lateral-section"] .slider-lateral-section__left .icon-list img {
      background-color: white;
      border: 1px solid whitesmoke;
      width: 90px;
      border-radius: 10px;
      margin: 5px; }

[name="LBT_how-it-works"] {
  margin: 0px;
  text-align: center;
  overflow: hidden; }
  [name="LBT_how-it-works"] .how-it-works__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      [name="LBT_how-it-works"] .how-it-works__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step {
      padding: 0 30px;
      width: 100%;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step {
          width: calc(100% / 3); } }
      [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step.inview {
        opacity: 1;
        -webkit-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 1.25s all cubic-bezier(0.66, 0, 0, 1);
        transition: 1.25s all cubic-bezier(0.66, 0, 0, 1); }
      [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__title {
        text-transform: uppercase;
        font-weight: bold; }
      [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__text {
        font-weight: 300;
        font-size: 80%;
        padding: 0 15px; }
      [name="LBT_how-it-works"] .how-it-works__wrapper .how-it-works-step__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 250px; }

[name="LBT_sectionUseCaseBoxes"] {
  text-align: center;
  margin: 0;
  position: relative; }
  [name="LBT_sectionUseCaseBoxes"]:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../img/onde.svg") repeat-x bottom center;
    background-size: contain;
    display: block;
    height: 100%;
    z-index: 2; }
  [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap; }
    @media screen and (min-width: 768px) {
      [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper .useCase-box {
      width: 100%;
      opacity: 0;
      padding: 40px 20px 10px 20px;
      position: relative;
      z-index: 10;
      margin: 10px 5px;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      -webkit-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      -o-transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      transition: 0.3s all cubic-bezier(0.66, 0, 0, 1);
      background: #fff; }
      @media screen and (min-width: 768px) {
        [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper .useCase-box {
          width: calc(100% / 4);
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          min-height: 385px; } }
      [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper .useCase-box.inview {
        opacity: 1; }
      @media screen and (min-width: 768px) {
        [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper .useCase-box__text {
          padding: 10px 10px;
          font-size: 18px;
          margin-top: 20px; } }
      [name="LBT_sectionUseCaseBoxes"] .useCase-boxes-wrapper .useCase-box__figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 180px; }

[name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__left {
    width: 100%;
    padding: 20px; }
    [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__left img {
      max-width: 100px;
      margin: 0 200px -20px; }
  [name="LBT_sectionTextVideo"] .sectionTextVideo__wrapper__right {
    width: 100%;
    border-radius: 100%;
    padding: 20px; }

.author-box {
  width: 100%;
  min-height: 130px;
  background-color: #fafafa;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .author-box__container {
    width: 90%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row; }
    .author-box__container__img {
      width: 90px;
      margin-right: 1.5vw; }
      .author-box__container__img img {
        width: 90px;
        border-radius: 90px; }
    .author-box__container__info {
      width: 550px; }
      .author-box__container__info h5 {
        margin-bottom: 2px;
        text-transform: uppercase; }

#iwb-barContainer #iwb-barText h4 {
  font-weight: 100 !important; }

#iwb-barContainer #iwb-barText h2 {
  line-height: 1.4;
  font-family: gentonalight, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

[name="lb-webinar"] .lb-webinar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin: 0;
  padding: 0; }
  [name="lb-webinar"] .lb-webinar__list > li {
    list-style-type: none; }
  [name="lb-webinar"] .lb-webinar__list .webinar-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px 5px; }
    @media screen and (max-width: 768px) {
      [name="lb-webinar"] .lb-webinar__list .webinar-row {
        text-align: center; } }
    [name="lb-webinar"] .lb-webinar__list .webinar-row:not(:last-child) {
      border-bottom: 1px dashed whitesmoke; }
    @media screen and (min-width: 768px) {
      [name="lb-webinar"] .lb-webinar__list .webinar-row:hover .register {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: 0.46s all cubic-bezier(0.66, 0, 0, 1);
        -o-transition: 0.46s all cubic-bezier(0.66, 0, 0, 1);
        transition: 0.46s all cubic-bezier(0.66, 0, 0, 1); } }
    [name="lb-webinar"] .lb-webinar__list .webinar-row:hover .group-date::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      -webkit-animation: pulse 2.5s ease 1;
      animation: pulse 2.5s ease 1;
      -webkit-box-shadow: 0 0 0 0 rgba(22, 129, 150, 0.5);
      box-shadow: 0 0 0 0 rgba(22, 129, 150, 0.5);
      z-index: 1;
      border-radius: 100%; }

@keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(220, 220, 213, 0);
    box-shadow: 0 0 0 30px rgba(220, 220, 213, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 220, 213, 0);
    box-shadow: 0 0 0 0 rgba(220, 220, 213, 0); } }
    @media screen and (max-width: 768px) {
      [name="lb-webinar"] .lb-webinar__list .webinar-row {
        display: block;
        clear: both; } }
    [name="lb-webinar"] .lb-webinar__list .webinar-row.completed:hover .group-date::before {
      content: "";
      -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 222, 0.5);
      box-shadow: 0 0 0 0 rgba(222, 222, 222, 0.5); }
    [name="lb-webinar"] .lb-webinar__list .webinar-row.completed .group-date {
      border: 1px solid #dedede;
      background-color: #F7F7F7;
      background-image: none !important; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row.completed .group-date__done {
        color: dimgrey; }
        [name="lb-webinar"] .lb-webinar__list .webinar-row.completed .group-date__done:before {
          content: "Replay";
          font-size: 70%;
          text-transform: uppercase;
          font-family: gentonalight, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
    [name="lb-webinar"] .lb-webinar__list .webinar-row .group-date {
      text-align: center;
      margin-right: 15px;
      line-height: 1.1;
      padding: 30px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0844), to(#F3595B));
      background-image: -webkit-linear-gradient(bottom, #ff0844 0%, #F3595B 100%);
      background-image: -o-linear-gradient(bottom, #ff0844 0%, #F3595B 100%);
      background-image: linear-gradient(to top, #ff0844 0%, #F3595B 100%);
      border-radius: 100px;
      color: white;
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
      @media screen and (max-width: 768px) {
        [name="lb-webinar"] .lb-webinar__list .webinar-row .group-date {
          text-align: center;
          margin: 0 auto;
          width: 85px;
          height: 85px;
          margin-bottom: 10px; } }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-date__month {
        font-size: 14px;
        text-transform: uppercase;
        font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-date__day {
        font-family: gentonabook, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 25px;
        padding-top: 10px; }
    [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event {
      padding: 0 20px;
      position: relative;
      border-radius: 5px;
      width: 450px; }
      @media screen and (max-width: 768px) {
        [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event {
          text-align: center;
          margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event {
          text-align: center; } }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event__title {
        color: #333333;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        font-weight: bold;
        padding-bottom: 5px;
        font-size: 115%; }
        [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event__title:hover {
          text-decoration: none; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event__hour {
        padding: 5px 0;
        opacity: .6; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event__cat {
        color: #9a8349;
        display: block;
        font-size: 80%; }
        [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event__cat .cat-name {
          opacity: .6; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event__description > p {
        padding-top: 5px;
        font-size: 80%;
        opacity: 0.6;
        margin-bottom: 0; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row .group-event .divisor {
        border-top: 2px solid #1DA7C2;
        width: 100%; }
    [name="lb-webinar"] .lb-webinar__list .webinar-row .register .btn {
      font-size: smaller;
      padding: 10px 15px; }
    [name="lb-webinar"] .lb-webinar__list .webinar-row.small {
      position: relative;
      cursor: pointer; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-date {
        width: 40px;
        height: 90px;
        padding: 25px; }
        [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-date::before {
          content: none; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row.small.completed .group-date::before {
        content: none; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event {
        padding: 0; }
        [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event__cat {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
          [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event__cat .cat-btn {
            width: 30%;
            font-size: smaller;
            text-align: right; }
            [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event__cat .cat-btn a {
              color: #168196 !important;
              border: 1px solid rgba(255, 255, 255, 0);
              padding: 2px 5px;
              border-radius: 100px;
              text-transform: uppercase;
              font-weight: 500;
              text-decoration: none; }
              [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event__cat .cat-btn a:hover {
                background-color: #168196;
                color: white !important; }
          [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event__cat .cat-name {
            text-align: left;
            width: 100%;
            white-space: nowrap; }
        [name="lb-webinar"] .lb-webinar__list .webinar-row.small .group-event__title {
          font-size: smaller; }
      [name="lb-webinar"] .lb-webinar__list .webinar-row.small .register {
        display: none; }
