/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.0
*/

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #00242B;
    
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  html.active {
    overflow: hidden;
  }

  body {
    position: relative;
    overflow-y: hidden;
  }

  a {
    text-decoration: none !important;
  }

  a:hover {
  }

  img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }

  button {
    cursor: pointer;
  }


  h1, h2, h3, h4, h6 {

  }

  h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
  }

  p {
    margin-bottom: 10px;
  }
footer.no-cta {
    padding-top: 60px;
}

  .flexed {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }

  .flexed--center {
    justify-content: center;
  }

  .flexed--between {
      justify-content: space-between;
  }

  .flexed--around {
      justify-content: space-around;
  }

  .flexed--top {
      align-items: flex-start;
  }

  .embed-responsive.embed-responsive-16by9 {
      padding-bottom: 50%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      position: relative;
  }

  .embed-responsive.embed-responsive-16by9 iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
  }

  header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 901;
      transition: all 0.2s linear 0s;
  }

  .video-inner:hover:after {
      opacity: 1;
      visibility: visible;
  }

  .video-inner:after {
      opacity: 0;
      visibility: hidden;
      content: '';
      position: absolute;
      left: -5px;
      top: -5px;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      z-index: 2;
      border-radius: 10px;
      background: rgba(226, 234, 248, 0.55);
      transition: 0.2s;
  }

  .col-image-inner a:after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    opacity: 0;
    visibility: hidden;
    top: -35px;
    bottom: -5px;
    border-radius: 10px;
    background: rgba(226, 234, 248, 0.55);
}

 .col-image-inner a:hover:after {
  opacity: 1;
  visibility: visible;
 }

.col-image-inner a {
    position: relative;
    display: block;

}

.demo-page {
    min-height: calc(100vh - 460px);
}

  header.active {
    background: #00242B !important;
    padding-bottom: 19px;
  }

  .logo {
      max-width: 175px;
      position: relative;
      top: -5px;
  }

  .admin-bar header {
      top: 32px;
  }

  .container {
      max-width: 1000px;
      margin: 0 auto;
  }

  .top-slideshow {
      height: 100vh;
      max-height: 640px;
  }

  .slick-list, .slick-track {
      height: 100%;
  }

  .top-slide-text {
      font-size: 50px;
      line-height: 59px;
      color: #FFFFFF;
      font-weight: 700;
  }

  .top-slide-info {
      position: relative;
  }

  .top-slideshow-item {
   /*background-attachment: fixed !important;*/
  }

  .top-slideshow-item .container {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
  }

  .top-slide-button {
      position: absolute;
      bottom: -54px;
  }

  .top-slide-button a {
      color: #00242B;
      border: 2px solid #fff;
      border-radius: 4px;
      padding: 8px 22px;
      font-weight: 700;
      font-size: 14px;
      transition: all 0.2s linear 0s;
      background: #fff;
  }

  .top-slide-button a:hover {
      background: #ccc;
      color: #00242B;
      border-color: #ccc;
  }

  button.slick-arrow {
      position: absolute;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg) skew(-10deg, -10deg);
      left: 10px;
      text-indent: -9999px;
      border: none;
      outline: none;
      border-top: 3px solid #d8d8d8;
      border-left: 3px solid #d8d8d8;
      width: 26px;
      height: 26px;
      background: none;
      opacity: 0.75;
      /* box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.1); */
      border-radius: 2px;
  }

  button.slick-next.slick-arrow {
      right: 10px;
      left: inherit;
      transform: translateY(-50%) rotate(135deg) skew(-10deg, -10deg);
  }

  ul.slick-dots {
      display: flex !important;
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 100%;
      justify-content: center;
  }

  ul.slick-dots li button {
      opacity: 0.75;
      border: 1px solid rgba(0,0,0,0.5);
      /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); */
      text-indent: -999999px;
      width: 10px;
      height: 10px;
      background: none;
      border-radius: 20px;
  }

  ul.slick-dots li {
      display: block;
      margin: 0 6px;
  }

  ul.slick-dots li.slick-active button {
      background: rgba(0,0,0,0.5);
      border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .submenu-columns {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s linear 0s;
      left: 0;
      top: 0;
  }

  .main-menu-item {
      /* margin-left: 10px; */
      position: relative;
  }

  .main-menu-item > a {
      color: #fff;
      padding: 12px 15px 12px 15px;
      /*      border-radius: 19px 19px 0 0;*/
      transition: all 0.25s linear 0s;
      display: block;
      line-height: 100%;
      position: relative;
      z-index: 20;
      height: 40px;
  }

  .main-menu-item:hover > a {
      color: #4BB5C5;
      background: no-repeat;
  }

/*  .main-menu-item.parent-item:hover > a {
    height: 48px;
  }*/

  .main-menu-item:hover .submenu-columns {
      opacity: 1;
      visibility: visible;
  }

  .submenu-columns {
      background: #fff;
      border-radius: 4px;
      width: 300px;
      padding: 0;
      top: 100%;
      z-index: 3;
      align-items: stretch;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.08);
      left: 15px;
  }

  .submenu-column.col-links {
      width: 150px;
      margin: 0 0px;
      padding: 0;
  }

  .main-menu-item.parent-item:after {
      /* content: ''; */
      position: absolute;
      background: none, none,           -webkit-radial-gradient(104% 0, circle, rgba(204,0,0,0) 14px, #fff 15px), none;
      width: 28px;
      height: 28px;
      display: block;
      background-position: bottom left, bottom right, top right, top left;
      background-size: 50% 50%;
      background-repeat: no-repeat;
      right: -13.9px;
      top: calc(100% - 13.9px);
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s linear 0s;
      z-index: 2;
  }

  .main-menu-item.parent-item:hover:after {
      visibility: visible;
      opacity: 1;
      transition: all 0.25s linear 0s;
  }

  .col-links a {
    font-size: 14px;
    color: #002D38;
    font-weight: 400;
    padding: 13px 20px;
    display: block;
}

.col-links .col-title a {
    font-size: 16px;
    line-height: 19px;  /* identical to box height */
    color: #00242B;
    font-weight: 700;
}

.submenu-column.col-cta {
    max-width: 157px;
    padding: 0 15px;
}

.submenu-column.col-video,
.submenu-column.col-image {
    width: 200px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.submenu-column:not(:first-child) {
    border-left: 1px solid #C3C3C3;
}

.submenu-column.col-links a:hover {
    background: #eee;
}

.main-menu-item.accent {
    background: #FF8319;
    border-radius: 0 0 12px 12px;
    margin-left: 15px;
}

.main-menu-item.accent a {
    color: #fff;
    background: #FF8319;
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: 0.2s;
}

.main-menu-item.accent a:hover {
  background: #D5680A
}

header > .container {
    padding-top: 26px;
    position: relative;
}

.main-menu-item.accent a:before {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    background: #FF8319;
    height: 50px;
    bottom: 100%;
    transition: 0.2s;
}

.main-menu-item.accent a:hover:before {
  background: #D5680A
}

.col-image-inner {
    margin-top: 8px;
}

.submenu-column.col-image .col-title a {
    font-size: 16px;
    font-weight: 700;
    color: #00242B;
}

.cta-inner {
    background: #00252c;
    color: #fff;
    font-weight: 700;
    padding: 13px 14px;
    border-radius: 12px;
    line-height: 19px;
}

.cta-inner .col-title {
    text-transform: uppercase;
    color: #FF8319;
    border-bottom: 1px solid currentColor;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.cta-inner:after {
    position: absolute;
    content: '';
    display: block;
    width: 52px;
    height: 30px;
    transform: rotate(45deg);
    top: -7px;
    right: -19px;
    border-bottom-color: #fff;
    transform-origin: center;
    z-index: 2;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

.cta-inner {
    position: relative;
    margin: 15px 0;
}

.submenu-column.col-cta {
    position: relative;
}

.cta-link {
    position: absolute;
    left: -8px;
    top: -6px;
    width: calc(100% + 16px);
    height: calc(100% + 12px);
    z-index: 3;
}

.cta-link a {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #00242B;
    opacity: 0;
    flex-direction: column;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    transition: all 0.2s linear 0s;
}

.cta-link a:hover {
    border-radius: 10px;
    background: rgba(226, 234, 248, 0.85);
    opacity: 1;
}

.cta-link a:before {
    content: '\f0ed';
    font-family: fontAwesome;
    display: block;
    width: 100%;
    font-size: 42px;
    margin-bottom: 10px;
}

.overlay-video {
    position: fixed;
    width: 100%;
    max-width: 800px;
    left: 50%;
    z-index: 10;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.text-block-right video {
  cursor: pointer;
}

.text-block-right .video-wrap.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: 800px;
    width: 100%;
}

.use-case-top-section-video .video-wrap.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: 800px;
    width: 100%;
}

.video-wrap.active p {
    color: #fff;
    opacity: 1;
}

.text-block-right .video-wrap.active video {
    width: 100%;
}

.video-title {
    padding: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.video-preview a {
    display: block;
    position: relative;
    z-index: 10;
}

.video-preview a:before {
    content: '\f01d';
    font-family: fontAwesome;
    color: #FF8319;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background: rgba(226, 234, 248, 0.25);
    padding: 27px 0;
    border-radius: 10px;
}

.video-preview a img {
    display: block;
    border-radius: 10px;
}

div#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0s;
}

div#overlay.active {
  opacity: 1;
  visibility: visible;
  
}

.overlay-video.active {
    opacity: 1;
    visibility: visible;
  z-index: 9999999;
}

.main-menu-item:not(.parent-item):not(.accent) a {
    border-radius: 12px;
}

.main-menu-item.parent-item > a:after {
  content: '\f107';
  font-family: fontAwesome;
  padding-left: 0px;
  position: relative;
  left: 2px;
  display: inline-block;
  /*transition: 0.3s;*/
}

.main-menu-item.parent-item.menuactive > a:after {
    transform: rotate(180deg);
}

.text-block-left, .text-block-right {
    width: 48%;
}

.text-block-left {
    padding-right: 12px;
}

.text-block-right {
    padding-left: 12px;
    padding-top: 20px;
}

.text-block-left h2 {
    margin-bottom: 33px;
}

.button.button--orange a {
    color: #fff;
    border: 2px solid #FF8319;
    border-radius: 4px;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s linear 0s;
    display: inline-block;
    background: #FF8319;
}

.button.button--orange-alt a {
    color: #FF8319;
    border: 1px solid #FF8319;
    border-radius: 4px;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s linear 0s;
    display: inline-block;
    background: none;
}

.button.button--orange-alt a:hover {
    background: #FF8319;
    color: #fff;
}
.button.button--light a {
  color: #00242B;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px 22px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s linear 0s;
  background: #fff;
}

.button.button--orange.button--black a {
  background: #00242B;
  border: 2px solid #00242B;
  color: #FF630D;
}

.button.button--orange a:hover {
    border-color: #C55400;
    background: #C55400;
    color: #fff;
}

.button.button--light a:hover {
  background: #ccc;
  color: #00242B;
  border-color: #ccc;
}


.button.button--orange.button--black a:hover {
  background: #00505E;
  color: #fff;
  border-color: #00505E;
}

.home-text-block {
    margin-top: 100px;
}

.text-center {
    text-align: center;
}

.solutions {
    margin-top: 100px;
    margin-bottom: 10px;
}

.single-solution {
    width: 328px;
    padding: 22px 25px;
    align-self: stretch;
    border-radius: 30px;
    transition: all 0.3s linear 0s;
    transform: none;
    transform-origin: center;
    margin:  0 0 5px 0;
    text-align: left;
}

.single-solution:hover > a:before {
  border-bottom: none;
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  right: 0;
  bottom: 3px;
  width: 68px;
}

.single-solution a i {
  font-size: 11px;
  position: relative;
  top: -1px;
  left: 4px;
}

.single-solution:hover {
}

.solution-img {
  width: 264px;
  height: 264px;
  border-radius: 30px;
}

.solutions-inner {
    margin-top: 33px;
}

.single-solution h3 {
    margin-bottom: 21px;
}

.solution-img + p {
    margin: 15px 0;
    padding: 10px;
    font-size: 14px;
}

.single-solution > a {
    color: #FF8319;
    font-size: 14px;
    padding: 5px;
    position: relative;
}

.video-inner {
    position: relative;
    margin: 5px 0;
}

.submenu-column.col-image .col-title {
    z-index: 10;
    position: relative;
}

.col-image-inner img {
    position: relative;
    z-index: 10;
}

.main-menu-item.parent-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: calc(100% + 0.0799999px);
    height: calc(100% + 0.0799999px);
    bottom: 0;
    background: #fff;
    border-radius: 19px 19px 0 0;
    transition: all 0.25s linear 0s;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.main-menu-item.parent-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.main-menu-item.parent-item > a {
    background: transparent !important;
}

.main-menu-item.parent-item > a span:after {
    /*content: '';*/
    position: absolute;
    background: none, none, -webkit-radial-gradient(104% 0, circle, rgba(204,0,0,0) 14px, #fff 15px), none;
    width: 28.125px;
    height: 28.41px;
    display: block;
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    right: -14px;
    top: calc(100% - 14px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s linear 0s;
    z-index: 22;
}

.main-menu-item.parent-item:hover > a span:after {
    opacity: 1;
    visibility: visible;
}

.main-menu-item.parent-item .submenu-columns:before {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background: #fff;
    top: 0;
    display: none;
}

/*.main-menu-item.parent-item .submenu-columns:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 18px;
    border-radius: 0 20px 0 0;
    transition: all 0s linear 0s;
    visibility: hidden;
}

.main-menu-item.parent-item:hover .submenu-columns:before {
    transition: all 0s linear 0.25s;
    visibility: visible;
}*/

.home-clients-info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

.home-clients-info p {
    margin: 33px 0;
}

.home-clients-logos {
    flex: 1;
    /* margin-left: 12px; */
}

.home-clients-logo {
    max-width: 255px;
    margin: 13px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    opacity: 0.6;
}

.home-clients-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

.home-clients {
    padding: 70px 0 0px;
}

.home-press {
    padding: 45px 0 66px;
    position: relative;
}

.home-press-logo {
    max-width: 320px;
    filter: grayscale(1);
    transition: all 0.2s linear 0s;
    opacity: 0.6;
    padding: 32px 54px;
}

.home-press-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

.home-features {
    background: #00242B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 60px 0px 65px;
    max-width: 1063px;
}

.home-features {
    color: #fff;
}

.home-features-inner {
    padding: 50px 0;
}

.home-feature-img {
    max-width: 70px;
    margin: 0 auto 25px;
}

.home-feature {
    max-width: 145px;
    font-weight: 700;
    margin: 0 12px;
}

footer {
    padding: 145px 0 0;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(17.6deg, #00242B 0%, #00353F 100%);
}

footer h3 {
    margin-bottom: 13px;
}

.footer-column a {
    color: #fff;
}

.footer-menu-item {
    margin-bottom: 8px;
}

.footer-info-text {
    line-height: 18px;
}

.footer-column:not(.footer-info) {
    width: 115px;
    margin-left: 45px;
    margin-right: 10px;
}

.footer-logo {
    max-width: 110px;
    margin: 110px auto 20px;
}

.footer-message {
    font-size: 12px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #00242B;
    border-radius: 30px;
    margin-right: 8px;
}

.footer-social {
    margin-top: 30px;
}

.home-signup {
    max-width: 315px;
    padding-right: 90px;
    box-sizing: content-box;
    border-right: 1px solid #ddd;
}

.home-prefooter {
    padding: 100px 0;
}

.home-signup > h2 {
    margin-bottom: 25px;
}

.latest-posts {
    max-width: 510px;
    width: 100%;
    padding: 0 12px;
}

.latest-blog-post {
    max-width: 100%;
}

.latest-blog-post {
    transition: all 0.3s linear 0s;
    transform: none;
    transform-origin: center;
    margin: 0 0 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.latest-blog-post:hover {
}

.latest-img {
    height: 130px;
    border-radius: 4px;
    width: 130px;
}

.latest-title {
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
}

.latest-short-text {
    padding: 0 16px 19px;
}

.latest-link {
    padding-bottom: 0;
}

.latest-blog-post:last-child {border: none;}

.latest-link a {
    color: #FF8319;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
}

.latest-link a i {
    font-size: 11px;
    position: relative;
    top: -1px;
    left: 4px;
}

span.hs-form-required {
    display: none;
}

.hbspt-form input:not([type="submit"]) {
    width: 100% !important;
    display: block;
    border-radius: 4px;
    padding: 20px 30px 20px 21px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    font-size: 16px;
    outline: none;
}

.home-signup .hs-form-field {
    width: 100% !important;
}

.hbspt-form p {
    font-size: 12px;
    max-width: 220px;
    margin-left: 15px;
}

.hbspt-form p a {
    color:  #FB7C14;
    text-transform: capitalize;
}

.hbspt-form p u {
    color: #FB7C14;
}

.hs_submit.hs-submit input {
    color: #FF8F1A;
    font-size: 15px;
    padding: 8px 25px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 600;
    transition: 0.2s;
    border: 1px solid #FF8319;
    box-sizing: border-box;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
    -webkit-appearance: button;
}

.hs_submit.hs-submit input:hover {
  background: rgba(255, 131, 25, 0.3);
}

ul.no-list.hs-error-msgs li {
    display: block;
    font-size: 12px;
    color: red;
    margin-top: -5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.hs_error_rollup {
    position: absolute;
    bottom: -30px;
}

.hbspt-form {
    position: relative;
}

.latest-blog-post:hover a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF8319;
    width: 67px;
    bottom: 4px;
    display: none;
}

.latest-link a {
    position: relative;
}

.footer-menu-item a:hover {
    text-decoration: underline !important;
}

.main-menu-item:not(.accent) {
    padding-bottom: 2px;
}


[class^="menu-above-main-menu"] {
    position: absolute;
    right: 158px;
    border-bottom: 1px solid #fff;
    top: 9px;
    padding-bottom: 5px;
}

[class^="menu-above-main-menu"] a {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

ul[id^="menu-above-main-menu"] {
    display: flex;
}

[class^="menu-above-main-menu"] > ul > li:not(:first-child) {
    margin-left: 25px;
}

[class^="menu-above-main-menu"] > ul > li {
    display: block;
    position: relative;
}

[class^="menu-above-main-menu"] > ul > li ul {
    position: absolute;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    top: calc(100% + 5px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s linear 0s;
}

[class^="menu-above-main-menu"] > ul > li ul a {
    font-size: 14px;
    color: #002D38;
    font-weight: 400;
    padding: 13px 29px 13px 20px;
    display: block;
}

[class^="menu-above-main-menu"] > ul > li ul a:hover {
    background: #eee;
}

[class^="menu-above-main-menu"] > ul > li ul > li:first-child a {
    border-radius: 4px 4px 0 0;
}

[class^="menu-above-main-menu"] > ul > li ul > li:last-child a {
    border-radius: 0 0 4px 4px;
}

[class^="menu-above-main-menu"] > ul > li ul li {
    display: block;
}

[class^="menu-above-main-menu"] > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
}

[class^="menu-above-main-menu"] > ul > li:hover > a {
    color: #4BB5C5;
}

[class^="menu-above-main-menu"] > ul > li ul:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
}

.col-links > div > div:first-child a {
    border-radius: 4px 4px 0 0;
}

.col-links > div > div:last-child a {
    border-radius: 0 0 4px 4px;
}

.col-linksicons {
    width: 171px;
    padding: 15px 0;
}

span.col-link-icon {
    width: 20px;
    text-align: center;
}

span.col-link-icon + span {
    flex: 1;
    margin-left: 7px;
    font-size: 14px;
    line-height: 16px;
    color: #002D38;
}

.col-linksicons .col-title a {
    color: #002D38;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.col-linksicons > .col-icons-links-inner > div {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.col-linksicons .col-title {
    margin-bottom: 12px;
    padding-left: 15px;
}

.main-menu-item:not(:first-child) .submenu-columns {
    left: -95px;
}

.text-block-left .button {
    margin-top: 22px;
}

a.grey-left {
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 14px;
    transition: all 0.2s linear 0s;
    color: #FF8319;
    font-size: 14px;
    margin-left: -10px;
}

a.grey-left:hover {
    background: #F5F5F5;
}

.single-solution:hover .grey-left {
    background: #F5F5F5;
}

.single-solution:not(:last-child) {
    border-right: 1px solid #eee;
    border-radius: 0;
}

.home-clients-info h2 {
    max-width: 100%;
}

.home-press .home-clients-info h2 {
  max-width: 100%;
  margin-bottom: 15px;
}

.home-press .home-clients-logos {
    margin-left: 0;
}

.home-press:before {
  content: '';
  width: 45%;
  position: absolute;
  height: 1px;
  background: #ddd;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.home-feature-img img {
    max-height: 64px;
}

.footer-bottom {
    background: #00242B;
    padding: 17px 0;
    margin-top: 45px;
}

.footer-links a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
}

.footer-links a:hover {
  text-decoration: underline !important;
}

.footer-cta-text {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    flex: 1;
    padding-right: 35px;
}

.footer-cta {
    max-width: 1063px;
    background: linear-gradient(9.72deg, #4BB5C5 0%, #04343F 100%);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 56px 0;
    position: relative;
    margin-top: -90px;
    top: 90px;
	margin-left: auto;
    margin-right: auto;
}

.footer-cta > div {
    max-width: 980px;
    margin: 0 auto;
}

.hbspt-form input:not([type="submit"]) + label {
    font-weight: 400;
    color: #ccc;
    transition: all 0.2s linear 0s;
    left: 2px;
}

ul.no-list.hs-error-msgs.inputs-list {
    margin-top: -19px;
    margin-bottom: -5px;
    margin-left: 6px;
}

.hbspt-form input:not([type="submit"]):focus {
    border: 2px solid #00242B;
    margin: -2px 0px 19px;
}

.foxholder-form__label-text--effect-10-is-active {
    background: #fff;
    font-size: 12px;
    line-height: 14px;  /* identical to box height */
    color: #00242B;
    padding: 0 8px;
    margin-left: 14px;
    margin-top: 5px;
}

.latest-post-info {
    flex: 1;
    max-width: 320px;
}

.latest-meta {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
}

.latest-posts-inner {
    margin-top: 25px;
}

.latest-cat ul, .latest-cat ul li {
    display: inline;
}

.latest-cat, .latest-cat a {
    text-transform: uppercase;
    color: #4BB5C5;
    font-size: 12px;
    margin-bottom: 3px;
}

.top-offset {
    margin-top: 134px;
}

body:not(.home) header {
    background: #00242B;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 19px;
}

h1.baseh1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    max-width: 900px;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 14px;
    color: #D8D8D8;
    margin-top: 10px;
}

.breadcrumbs a {
    color: #D8D8D8;
    font-weight: 400;
}

.breadcrumbs a:hover {
    text-decoration: underline !important;
}

span.current-crumb {
    font-weight: 400;
}

.basic-page-contents {
    margin-top: 95px;
    margin-bottom: 100px;
}

.basic-page-contents a {
    color: #FB7C14;
}

.basic-page-contents h2, .basic-page-contents h3, .basic-page-contents p {
    margin-bottom: 20px;
}

.basic-page-contents ul {
    margin-left: 15px;
}

.basic-page-contents table td {
    border-bottom: 1px solid #eee;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-block-right video {
  width: 550px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.3);
  border-radius: 4px;
}

.col-icons-links-inner a:hover {
    background: #eee;
}

.col-icons-links-inner a {
    color: #002D38;
}

.single-solution {
    position: relative;
}

a.abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
}

.hs-input.invalid.error {
    border-color: red !important;
}

.col-icons-links-inner a {
    padding: 10px 15px;
    display: flex;
    width: 100%;
}

body header.withimg {
    background: none;
    box-shadow: none;
}

.page-top-banner {
    height: 605px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-top-banner h1 {
    font-size: 50px;
    line-height: 59px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.page-top-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    content: '';
}

.timeline-wrap {
    margin-top: 75px;
}

.timeline {
    margin-top: 57px;
}

.timeline-img {
    max-width: 110px;
    align-self: flex-end;
    padding-bottom: 35px;
    margin-right: 65px;
}

.timeline-top {
    position: relative;
}

.timeline-top:after {content: '';position: absolute;background: linear-gradient(0.12deg, #04343F 0%, #4BB5C5 100%);border-radius: 6px;height: 2px;width: 100%;bottom: 0;}

.top-timeline-item {
    padding-bottom: 55px;
        align-self: stretch;
}

.timeline-item {
    width: 195px;
    padding-left: 10px;
    padding-right: 100px;
    box-sizing: content-box;
    border-left: 1px solid #00242B;
    position: relative;
}

.timeline-item:last-child {
    padding-right: 0;
}

.timeline-item:after {content: '';width: 8px;height: 8px;background: #00242B;border-radius: 10px;position: absolute;top: -5px;left: -4.5px;}

.timeline-item.top-timeline-item:after {
    bottom: -3px;
    top: inherit;
    z-index: 2;
}

.timeline-item-date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.timeline-item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 7px 0;
}

.timeline-item-text {
    font-size: 14px;
    line-height: 16px;
}

.timeline-bottom > div {padding-top: 30px;}

.team-item {
    width: 146px;
    margin-right: 24px;
    margin-bottom: 24px;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
}

.team-item:nth-child(7n) {
    margin-right: 0;
}

.team-info {
    border-radius: 4px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.team-name {
    font-weight: 800;
    margin-bottom: 5px;
}

.team-info-inner {
    position: relative;
    padding: 0 10px;
}

.team-info:before {
    background: linear-gradient(45deg, #00242B 0%, #00353F 100%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.64;
    border-radius: 4px;
}

.team-social a {
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
}

.team-social {
    margin-top: 10px;
}

.team-item:hover .team-info {
    opacity: 1;
    visibility: visible;
}

.team > h2 {
    margin: 100px 0 37px;
}

.work-with-us {
    max-width: 1064px;
    margin: 100px auto 105px;
    padding: 70px 0 68px;
    height: 460px;
    border-radius: 4px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

.work-with-us-text p {
    font-weight: 700;
    padding-bottom: 10px;
}

.work-with-us:before {content: '';background: linear-gradient(23.43deg, #FF8319 0%, #FF4300 100%);mix-blend-mode: normal;opacity: 0.74;border-radius: 4px;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.work-with-us-title {
    position: relative;
    z-index: 2;
}

.work-with-us-text {
    position: relative;
    z-index: 2;
}

.partners .partner {
    max-width: 320px;
    padding: 20px 0;
    margin: 0 30px;
}

.partner-img img {
    height: 133px;
    width: auto;
    margin: 0 auto 30px;
}

.reason {
    width: 240px;
}

.reason h2 {
    padding: 46px 0 5px;
}

.reason-title {
    font-weight: 700;
    text-transform: uppercase;
}

.reasons-slideshow {
    max-width: 1064px;
    margin: 72px auto;
}

.reason-slideshow-img {
    flex: 1;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.reasons-slideshow-slide > div {
    height: 462px;
}

.reason-slideshow-info {
    flex: 1;
}

.reason-slide-text {
    max-width: 400px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.reason-slideshow-info > div {
    padding-left: 58px;
}

.reasons-slideshow-slide {
    background: rgba(242, 242, 242, 0.74);
    border-radius: 4px;
}

.reason-slide-role {
    font-style: italic;
}

.reasons-slideshow ul.slick-dots {justify-content: flex-start;left: calc(50% + 58px);}

.reasons-slideshow ul.slick-dots li button {
    border: 2px solid #CCCCCC;
    opacity: 1;
    box-shadow: none;
    background: transparent;
    outline: none;
}

.reasons-slideshow ul.slick-dots li.slick-active button {
    background: #ccc;
}

.career-resons {
    margin-top: 75px;
}

.find-job-frame {
    margin-bottom: 110px;
}

.press-item {
    max-width: 305px;
    padding-left: 42px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.press-items:after {content: '';width: 305px;}

.in-news h2 {
    padding: 75px 0 65px;
}

.press-info {
    font-size: 14px;
    line-height: 16px;
    color: #CCCCCC;
    padding-top: 5px;
    margin-bottom: -10px;
}

.press-title {
    font-weight: 700;
}

.press-item:before {
    position: absolute;
    content: '\f02e';
    font-family: fontAwesome;
    left: 10px;
    top: 7px;
    font-size: 20px;
}

.press-matarial h2 {
    margin: 55px 0 32px;
}

.press-materials a {
    color: #00242B;
    max-width: 128px;
    width: 100%;
    margin: 0 20px;
    padding: 5px;
}

.press-materials a i {
    font-size: 50px;
    display: block;
}

span.mater-info {
    font-size: 14px;
    line-height: 16px;
    color: #CCCCCC;
    display: block;
}

span.mater-title {
    font-weight: 700;
    display: block;
    margin: 5px 0 7px;
}

.bolerplate {
    max-width: 660px;
    margin: 77px auto 70px;
}

.contact-img {
    max-width: 146px;
    margin: 28px auto 15px;
    box-shadow: none;
    border-radius: 4px;
}

.contact-person {
    margin-bottom: 95px;
}

.contact-name {
    text-transform: uppercase;
    font-weight: 700;
}

.contact-email a {
    color: #00242B;
    text-transform: uppercase;
}

.support-links h2 {
    margin: 55px 0 40px;
}

.support-img {
    max-width: 255px;
    margin: 0 auto;
}

.support-link {
    max-width: 345px;
    margin: 0 60px;
}

.support-title a {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color:  #00242B;
}

.support-img img {
    height: 160px;
    width: auto;
    margin: 0 auto;
}

.support-title {
    margin-bottom: 20px;
}

.support-links {
    margin-bottom: 130px;
}

.contact-form form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 100px);
  grid-gap: 0 10px;
  margin-bottom: 70px;
}

.contact-form form fieldset:nth-child(2) {
    grid-column: 1;
    }

.contact-form form fieldset:nth-child(2) > div {
    width: 100% !important;
}

.contact-form form fieldset:nth-child(3) {
    grid-column: 1;
}

.contact-form form fieldset:nth-child(4) {
    grid-column: 1;
}

.contact-form form fieldset:nth-child(5) {
    grid-column: 1;
}

.contact-form form fieldset:nth-child(6) {
    grid-column: 1;
    margin-top: -2px;
}

.contact-form form fieldset:nth-child(6) div {
    /* height: 180px; */
}

.contact-form form fieldset:nth-child(6) div textarea {
    height: 161px;
    width: 100% !important;
    border-radius: 4px;
    padding: 20px 30px 20px 21px;
    resize: none;
    border: 1px solid #eee;
}

.contact-form form fieldset:nth-child(4) > div > div {
  height: 82px;
}

.contact-form form fieldset:nth-child(4) select {
    width: 100% !important;
    border-radius: 4px;
    padding: 20px 30px 18px 0px;
    font-size: 16px;
    height: 60px;
    text-indent: 20px;
}

.contact-form form input[type="submit"] {
  background: #FF8319;
  color: #fff;
  margin-top: -5px;
}

.contact-form form input[type="submit"]:hover {
    border-color: #C55400;
    background: #C55400;
    color: #fff;
}

.contact-form.contact-form-contact form fieldset:nth-child(5) {}

.contact-form.contact-form-contact form fieldset:nth-child(5) div {
    height: 180px;
}

.contact-form.contact-form-contact form fieldset:nth-child(5) div textarea {
    height: 160px;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
    padding: 20px 30px 20px 21px;
    font-size: 16px;
    font-family: Roboto;
}

.contact-form-contact .hbspt-form p {
    max-width: 100%;
    margin: 5px 0;
}

.hbspt-form input[type="checkbox"] {
    width: auto !important;
    margin-top: 3px;
    padding: 0;
}

.top-slideshow-item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.top-slideshow-item[data-img="1"]:after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-slideshow-item[data-img="1"] video + div {
    position: relative;
    z-index: 2;
}

.home-message-link a {
    color: #00242B;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s linear 0s;
    background: #fff;
}

.home-message-block {
    background: #5EC6D3;
    color: #fff;
    padding: 25px 0;
    font-weight: 700;
    font-size: 20px;
}

.home-message-link a:hover {
    background: #ccc;
    color: #00242B;
    border-color: #ccc;
}

.use-cases > .section .single-use-case-text {
    opacity: 0;
}

.use-cases > .section.visible .single-use-case-text {
    opacity: 1;
}

.use-cases > .section.visible ~ .section .single-use-case-text {
    opacity: 0;
}

.contact-form ul.inputs-list li {
    display: block;
}

.contact-form-contact form fieldset:nth-child(7) ul li {
    font-size: 14px;
}

.contact-form form fieldset:nth-child(7) {
    grid-column: 1;
    max-width: 100%;
    margin: 15px 0px;
}

.contact-form form fieldset:nth-child(7) > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10, 21px);
}

.contact-form form fieldset:nth-child(7) > div > div:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
}

.contact-form form fieldset:nth-child(7) > div > div:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
}

.contact-form form fieldset:nth-child(7) > div > div:nth-child(3) {
    grid-row: 1 / span 4;
}

.contact-form form fieldset:nth-child(7) > div > div:nth-child(4) {
    grid-row: 5 / span 4;
    grid-column: 2;
}

.contact-form form fieldset:nth-child(7) + div {
    grid-column: 2;
    margin-top: -30px;
}

.contact-form.contact-form-contact {
    margin-bottom: 115px;
}

.team-img img {
    border-radius: 4px;
}

.press-materials a:hover {
    background: #F6F6F6;
}

.contact-img img {
    border-radius: 4px;
}

.contact-form form fieldset:nth-child(7) ~ .hs_submit.hs-submit {
    grid-column: 1;
}

.single-blog-post {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.2s linear 0s;
    border-radius: 4px;
    max-width: 301px;
    width: 100%;
    margin-bottom: 40px;
}

.single-post-wrap {
    position: relative;
}

.single-post-inner > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999999px;
}

.single-post-inner img {
    width: auto;
}

.single-blog-post.border {
    border: 4px solid #FF8F1A;
}

.single-blog-post.background {
    background: #00242B;
    color: #fff;
}

.single-post-inner {
    padding: 24px 24px 19px;
}

.single-post-tag {
    color: #4BB5C5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}

.single-post-title, .single-post-preview-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #00242B;
}

.single-blog-post.background .single-post-title {
    color: #FF8F1A;
}

.single-post-preview-text {
    margin-top: 10px;
}

.latest-meta + .single-post-preview-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
    color: #00242B;
}

.single-blog-post.background .latest-meta + .single-post-preview-text {
    color: #fff;
}

.resources-search-filter {
    margin: 44px 0 62px;
}

.search-icon {
    font-size: 24px;
    cursor: pointer;
}

.categories-filter .single-filter {
    text-transform: uppercase;
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0 16px;
    width: 128px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

.single-filter.active {
    color: #FF8319;
    border-color: #FF8319;
    border-bottom: 2px solid currentColor;
}

.search-bar {
    margin-right: 83px;
}

.search-form {
    position: absolute;
    top: -3px;
    left: 30px;
    width: calc(1000px - 30px);
}

.search-bar {
    position: relative;
}

input.quicksearch {
    padding: 8px 10px;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #00242B;
}

input.quicksearch::-webkit-input-placeholder { color: #ccc; }
input.quicksearch:-ms-input-placeholder { color: #ccc; }
input.quicksearch::-ms-input-placeholder { color: #ccc; }
input.quicksearch::placeholder { color: #ccc; } 

.single-post .basic-page-contents .alignright {
    float: right;
    margin: 0px 0 20px 40px;
}

.single-post .basic-page-contents .wp-caption-text {
    font-size: 14px;
    line-height: 16px;
    color: #CCCCCC;
    margin-top: 10px;
}


.single-post .basic-page-contents .aligncenter {
    margin: 20px auto;
    text-align: center;
}

.single-post .basic-page-contents .alignleft {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.single-blogpost-img {
    max-width: 833px;
    margin: -65px auto 30px;
}

.single-blogpost-wrap {
    max-width: 872px;
    margin: 0 auto;
    line-height: 24px;
}

.single-blogpost-wrap h2 {
    margin-left: -55px;
    margin-top: 35px;
    clear: both;
}

.blogpost-quote {
    float: left;
    margin-left: -55px;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 470px;
    margin-right: 40px;
}

.blogpost-quote .quote-text {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 17px;
    position: relative;
    z-index: 4;
}

.blogpost-quote .quote-name {
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.blogpost-quote .quote-role {
    font-size: 12px;
    text-transform: uppercase;
}

.blogpost-quote {
    position: relative;
}

.blogpost-quote:before {
  content: '"';
  font-weight: bold;
  font-size: 250px;
  line-height: 293px;
  text-align: right;
  color: #F2F2F2;
  position: absolute;
  right: 0;
  top: -45px;
}

.blogpost-quote.blogpost-quote-short {
    max-width: 196px;
}

.blogpost-cta {
    max-width: 167px;
    color: #fff;
    float: left;
    margin-right: 42px;
    margin-left: -30px;
    margin-top: 15px;
    position: relative;
}

.blogpost-cta-inner {
    background: #00252c;
    padding: 20px;
    border-radius: 10px;
}

.blogpost-cta-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px;
}

.blogpost-cta-link a {
    border: 1px solid currentColor;
    padding: 9px 21px;
    transition: background 0.2s linear 0s;
    display: inline-block;
    border-radius: 4px;
}

.blogpost-cta-link a:hover {
    color: #fff;
    background: #FB7C14;
}

.blogpost-cta-title {
    text-transform: uppercase;
    color: #FF8319;
    border-bottom: 1px solid currentColor;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.blogpost-cta-text {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 30px;
}

.blogpost-cta:after {
    position: absolute;
    content: '';
    display: block;
    width: 52px;
    height: 30px;
    transform: rotate(45deg);
    top: -7px;
    right: -19px;
    border-bottom-color: #fff;
    transform-origin: center;
    z-index: 2;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

.basic-page-contents {
    position: relative;
}

.share-sidebar {
    position: absolute;
    top: 0;
    left: 100%;
    width: 95px;
    text-align: center;
}

.share-sidebar.sticky {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    left: calc(50vw + 500px);
}

.share-label {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #CCCCCC;
}

.share-option a {
    border: 1px solid #FF8319;
    color: #FF8319;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: 0.3s;
}

.share-option {
    margin-top: 6px;
    margin-bottom: 7px;
}

.share-label.open-comments {
    margin: 24px 0 7px;
}

.share-option a:hover {
    background: #FF8319;
    color: #fff;
}

.open-comments-icon {
    width: 26px;
    height: 26px;
    display: flex;
    margin: 0 auto;
    transition: 0.2s;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FF8319;
    cursor: pointer;
    border-radius: 20px;
}

p.comment-notes {
    display: none;
}

p.comment-form-url {
    display: none;
}

p#lstc-comment-subscription {
    display: none;
}

p.comment-form-cookies-consent {
    display: none;
}

form#commentform {
    display: grid;
    grid-template-columns: 130px 190px;
    grid-gap: 10px 15px;
}

p.comment-form-comment {
    grid-row: 2;
    grid-column: 1 / span 2;
}

form#commentform p > label {
    display: none;
}

.comments-form {
    max-width: 410px;
    padding: 0 40px;
    background: #FFFFFF;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5);
}

p.comment-form-email {
    margin: 0;
}

p.comment-form-author {
    margin: 0;
}

form#commentform input, form#commentform textarea {
    /* max-width: 100%; */
    width: 100%;
    resize: none;
    font-size: 16px;
    padding: 19px 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-height: 109px;
    box-sizing: border-box;
}

h3#reply-title {
    display: none;
}

p.form-submit {
    grid-column: 2;
    text-align: right;
    grid-row: 3;
}

form#commentform p.form-submit input {
    color: #fff;
    border: 2px solid #FF8319;
    border-radius: 4px;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s linear 0s;
    display: inline-block;
    background: #FF8319;
    width: auto;
    height: 36px;
    cursor: pointer;
    -webkit-appearance: button;
}

p.logged-in-as {
    grid-column: 1 / span 2;
}

.comments-form-heading {
    position: relative;
    text-align: center;
    padding: 8px 1px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
}

.comments-form-heading .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    cursor: pointer;
}

.admin-bar .comments-form {
    top: 127px;
}

.comments-form {
    position: fixed;
    top: 95px;
    right: -500px;
    height: 100%;
    transition: 0.3s;
    z-index: 20
}

.comments-form.active {
    right: 0;
}

.single-comment-letter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #D8D8D8;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-right: 7px;
}

.single-comment-main {
    flex: 1;
}

.single-comment-author {
    font-weight: 700;
    line-height: 24px;
}

.single-comment-date {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #D8D8D8;
}

.single-comment-text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 17px;
}

.single-comment {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 19px;
}

.single-comment:last-child {
    border-bottom: none;
}

form#commentform p {
    margin: 0;
}

.comments-list {
    height: calc(100vh - 445px);
    overflow: auto;
    margin-bottom: 30px;
    position: relative;
    padding-right: 10px;
    margin-right: -10px;
}

.not-home-signup .signup-text {
    flex: 1;
    margin-right: 43px;
    margin-top: -80px;
}

.not-home-signup .signup-form {
    flex: 2;
}

.not-home-signup .signup-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.not-home-signup .signup-form form fieldset.form-columns-2 {
    flex: 2;
    flex-basis: 66%;
}

.not-home-signup .signup-form form fieldset.form-columns-2 + fieldset {
    flex: 1;
    flex-basis: 33%;
}

.not-home-signup .signup-form form fieldset:nth-child(4) {
    width: 100%;
    flex: none;
}

.not-home-signup .hbspt-form p {
    max-width: 100%;
    margin: 0;
}

.not-home-signup .hs_submit.hs-submit input {
    margin-top: 0;
    background: #fff;
}

.not-home-signup .hs_submit.hs-submit input:hover {
    color: #fff;
    background: #FF8F1A;
}

.not-home-signup .signup-text h2 {
    margin-bottom: 25px;
}

.home-clients.not-home-clients {
    background: #F2F2F2;
    margin-bottom: 50px;
}

.use-ind-top {
    margin: 75px auto 95px;
    max-width: 600px;
}

.single-card {
    max-width: 390px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 4px;
}

.card-title h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.card-info {
    padding: 24px 24px 12px;
}

.card-title {
    min-height: 48px;
    margin-bottom: 24px;
}

.card-text {
    min-height: 78px;
}

.card-img img {
    display: block;
    border-radius: 4px 4px 0 0;
}

.single-card:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.single-card:hover a.grey-left {
  background: #F5F5F5;
}

.use-ind-cards {
    margin-bottom: 108px;
        margin-top: 40px;
}

.single-use-case-text h2 {
    max-width: 430px;
}

.single-use-case-text p {
    max-width: 415px;
    padding-left: 40px;
    box-sizing: content-box;
    margin: 24px 0;
}

.single-use-case-text-block.type-right {
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1000px;
    align-items: stretch;
}

.single-use-case-text-block.type-left {
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: row-reverse;
}

.single-use-case-text-block.type-right .single-use-case-text {
    margin-right: -56px;
}

.single-use-case-image {
    flex: 1;
}

.single-use-case-image-inner {
    position: absolute;
    right: calc(100% + 33px);
    width: calc(100vw / 2);
    height: 100%;
    top: 0;
    min-width: 820px;
}

.single-use-case-text {
    position: relative;
    height: 200px;
}

.single-use-case-text-block-wrap:nth-child(1) .single-use-case-text {
    padding-top: 115px;
    margin-top: 62px;
    padding-bottom: 80px;
    margin-bottom: 54px;
}

.single-use-case-text-block-wrap:not(:first-child) {
    margin-bottom: 187px;
}

.use-ind-page-contents {
    margin: 100px 0 24px;
    max-width: 637px;
}

.type-left .single-use-case-image-inner {
    left: calc(100% + 33px);
}

.ind-text-blocks .single-use-case-text-block-wrap .single-use-case-text {
    padding: 0;
    margin: 0;
}

.ind-text-blocks .single-use-case-text-block {
    align-items: center;
}

.use-case-text-blocks.ind-text-blocks .single-use-case-image {
    flex: 1;
}

.ind-text-blocks .type-right .single-use-case-text {
    margin-left: 25px;
}

.ind-text-blocks .type-left .single-use-case-text {
    margin-right: 42px;
}

.ind-text-blocks .single-use-case-text-block-wrap {
    margin-bottom: 100px;
}

.use-case-text-blocks.ind-text-blocks {
    margin-top: 100px;
}

.single-blog-post:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.single-post-img img {
    border-radius: 4px 4px 0 0;
}

body.single-post .basic-page-contents img {
    border-radius: 4px;
}

.open-comments-icon:hover {
    color: #FF8319;
    background: #fff;
    border: 1px solid currentColor;
}

form#commentform p.form-submit input:hover {
    border-color: #C55400;
    background: #C55400;
    color: #fff;
}

.related-posts-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 40px;
}

.related-post {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    border-radius: 4px;
    position: relative;
}

.related-post:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

body.single-post .basic-page-contents .related-post img {
    border-radius: 4px 4px 0 0;
}

.related-posts {
    padding-top: 100px;
    margin-top: 100px;
    position: relative;
}

.related-posts:before {content: '';width: 640px;border-top: 1px solid #DDD;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}

.search-form:after {
    width: 1000px;
    height: 1px;
    background: #ddd;
    content: '';
    left: -30px;
    bottom: -7px;
    position: absolute;
}

.page-template-product-template .product-template-linsk {
    display: inline;
}

body:not(.page-template-product-template)  .product-template-linsk {
  display: none;
}

.page-template-product-template header.active2 .product-template-linsk {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s;
    height: auto;
    /*    flex: 1;
    justify-content: flex-end;*/
    justify-content: flex-end;
    width: 70%;
}

.page-template-product-template header.active2 [class^="menu-above-main-menu"] {
    opacity: 0;
    visibility: hidden;
}

.page-template-product-template header.active2 .two-top-menus {
  width: 0;
  display: none;
}

.page-template-product-template header.active2 [class^="menu-above-main-menu"] + nav {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    transition: 0.0001s;
}

.product-template-linsk > div {
    margin-left: 20px;
}

.single-product-card {
    position: relative;
    min-width: 234px;
}

.product-page-wrap {
    background: #00242B;
    padding-top: 0;
    color: #fff;
    position: relative;
    top: 92px;
    padding-bottom: 179px;
}

.product-header-top {
    background: url('img/product.jpg') 50% 0 no-repeat;
    background-size: cover;
    position: relative;
}

.product-header-top:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 92.46%);}

.product-header-top > div {
    position: relative;
    z-index: 9;
}

.product-header-top h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    padding: 50px 0 64px;
}

.product-top-subtitle {
  padding-top: 63px;
  max-width: 600px;
  margin: 0 auto;
}

.product-top-links > div {
    margin: 0 10px;
}

.product-header-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 25, 30, 0.89) 0%, #00242B 92.46%);
    z-index: 5;
}

.product-main-info {
    max-width: 441px;
    /* padding: 137px 0; */
    margin-right: 70px;
}

.product-main-info p {
    padding-left: 60px;
    margin: 24px 0;
}

.product-main-info-link {
    margin-left: 62px;
}

.product-main-info-link a {
    color: #FF8F1A;
}

.product-main {
    margin: 0;
}

.product-main-img {
    position: relative;
    flex: 1;
    align-self: stretch;
    transform: translateX(50%);
    margin-left: -50%;
}

.product-main-img-abs {
    /* position: absolute; */
    /* left: 0; */
    /* width: calc((100vw / 2) + 80px); */
    /* height: 485px; */
    /* top: 0; */
}

.product-main-img-abs img {
    width: auto;
    margin-left: auto;
    border-radius: 4px;
}

.product-main.product-main-right {
    flex-direction: row-reverse;
}

.product-main.product-main-right .product-main-img-abs {
    /* left: inherit; */
    /* right: 0; */
}

.product-main.product-main-right .product-main-info {
    margin-right: 0;
    margin-left: 70px;
}

.product-main:last-child {
    margin-bottom: 100px;
}

.bottom-features {
    margin-top: 150px;
    margin-bottom: 150px;
}

.bottom-features-inner > div {
    max-width: 300px;
}

.bottom-features-inner {
    margin-top: 43px;
}

.single-bottom-feat p {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-top: 39px;
}

.product-page-clients {
    background: #093C47;
    padding: 60px 0;
}

.product-template-bottom {
    margin-top: 100px;
}

.single-product-feat {
    max-width: 330px;
}

.product-feats-inner {
    margin-top: 50px;
}

.single-product-feat p {
    margin-top: 19px;
    font-weight: 700;
}

.product-cards {
    margin-top: 160px;
}

.product-cards > h2 {
    max-width: 510px;
    margin: 0 auto 45px;
    font-size: 20px;
    line-height: 23px;
    min-height: 48px;
}

.single-product-card:not(:last-child) {
    margin-right: 17px;
}

.product-cards-inner {
    flex-wrap: nowrap;
    align-items: stretch;
}

.single-product-card {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background: #074451;
    overflow: hidden;
    max-width: 300px;
    width: auto;
    flex: 1;
}

.single-product-card:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.single-product-card h2 {

  font-size: 20px;
  line-height: 23px;
  min-height: 48px;
  margin-bottom: 24px;

}

.single-product-card img {
    border-radius: 4px 4px 0 0;
    margin-left: -2px;
    max-width: calc(100% + 4px);
    width: calc(100% + 4px);
    margin-top: -1px;
}

.prod-card-info {
    padding: 24px 24px 12px;
}

.prod-card-info p {
    min-height: 78px;
}

.prod-card-img {
    max-height: 221px;
    overflow: hidden;
}

.single-product-card a {
    color: #FF8F1A;
}

.product-feats.product-feats--top {
    /*margin-bottom: -100px;*/
}

.prod-testim-text {
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.product-testimonial {
  max-width: 766px;
    margin: 0 auto;
    padding: 0px 0px;
}

.product-testim {
    padding: 0 120px;
}

.page-id-504 .product-main-text-info {
    margin: 0 0 -100px;
}

i.blog-external svg {
    fill: #aaa;
    width: 20px;
    margin-bottom: -5px;
}
.single-blog-post.background .single-post-preview-text {
    color: #FF8F1A;
}

.prod-testim-caption {
    text-align: center;
    color: #55BDCC;
    margin-top: 16px;
}

.product-testimonial ul.slick-dots {
    bottom: -35px;
}

.no-results {
    margin-bottom: 50px;
    margin-top: -20px;
    display: none;
}

.resources-list[style="position: relative; height: 0px;"] + .no-results {
    display: block;
}

.prod-card-link a {
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 14px;
    transition: all 0.2s linear 0s;
    color: #FF8319;
    font-size: 14px;
    margin-left: -10px;
}

.single-product-card:hover .prod-card-link a {
    background: #00242B;
}

.product-main-info-link a {
    display: flex;
    align-items: center;
    background: url('img/arrow.svg') 0 50% no-repeat;
    padding: 0 0 0 20px;
}

.product-main-info-link a span {
    padding-left: 10px;
}

.product-main-info-link a:hover span {
    text-decoration: underline;
}

.page-template-product-template .product-template-linsk {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 0;
    display: inherit;
    width: 100%;
}

.product-main.product-main-right .product-main-img-abs img {
    margin: inherit;
}

[style='height: 0px; position: relative;'] + .no-results{
  display: block;
}

.pricing-client {
    width: 250px;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.6;
}

.pricing-client img {
    width: auto;
    margin: 0 auto;
}

.pricing-clients {
    margin-bottom: 70px;
    margin-top: 100px;
}

.faqs {
    margin-top: 39px;
}

.faq-question {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 9px;
}

.single-faq {
    max-width: 470px;
    margin-bottom: 40px;
}

.faq-answer {
    line-height: 24px;
}

.pricing-page + .footer-cta {
    display: none;
}

.pricing-page {
    padding-bottom: 50px;
} 

.pricing-page h1 {
    font-weight: bold;
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 60px;
}

.before-pricing-text {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 60px;
}

.before-pricing-text a, .after-pricing-text a {
    color: #FF8319;
}

.before-pricing-text a:hover, 
.after-pricing-text a:hover {
    text-decoration: underline !important;
}

.single-pricing-block {
    max-width: 240px;
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 40px 25px 24px 40px;
}

.pricing-top-info h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 19px;
}

.pricing-price {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 17px;
}

.pricing-top-info {
    padding-bottom: 65px;
}

div#pricing {
    margin-bottom: 24px;
}

.single-pricing-feat {
    margin-bottom: 9px;
    position: relative;
}

.feature-title {
    display: flex;
    align-items: center;
}

.feature-title u {
  cursor: pointer;
}

.feature-title i {color: #29B54B;padding-right: 10px;font-size: 15px;}

.feature-popup {
    background: #00242B;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 8px 13px;
    position: absolute;
    left: -15px;
    max-width: 245px;
    font-size: 14px;
    margin-top: 14px;
    top: 100%;
    z-index: 4;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.feature-popup:before {content: '';width: 0;height: 0;border: 10px solid transparent;position: absolute;top: -20px;right: 50%;transform: translateX(50%);border-bottom-color: #00242B;}

.feature-title span u:hover ~ div, .feature-title span div:hover {
    opacity: 1;
    visibility: visible;
}

.landing-icon {
    width: 100px;
    display: flex;
    align-items: center;
    height: 91px;
    justify-content: center;
    margin: 0 auto 32px;
}

.landing-page {
    margin-top: -39px;
}

.landing-section {
    position: relative;
    padding: 92px 0 100px;
    background: #F2F2F2;
    flex: 1;
}

.landing-section h2 {
    margin-bottom: 24px;
}

.landing-text {
    max-width: 295px;
    margin: 0 auto 80px;
}

.landing-sections {
    margin-bottom: 24px;
}

.landing-section.landing-section-2 {
    background: #00242B;
    color: #fff;
}

.landing-section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10000px;
    background: #F2F2F2;
    right: 100%;
    top: 0;
}

.landing-section.landing-section-2:before {
    background: #00242B;
    right: inherit;
    left: 100%;
}

.thank-top-title h2 {
    max-width: 420px;
    margin-bottom: 16px;
}

.thank-top-title {
    margin-bottom: 40px;
}

.thank-card {
    background: #00242B;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: relative;
    text-align: center;
    color: #fff;
    transition: 0.2s;
    max-width: 300px;
    width: 100%;
    padding: 24px;
}

.thank-card-icon {
    height: 53px;
    display: flex;
    margin-bottom: 18px;
}

.thank-cards {
    margin-bottom: 100px;
}

.thank-card:hover {box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);}

.single-pricing-block:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.single-pricing-block {
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ccc;
}

[class^="menu-above-main-menu"] {
    transition: 0.2s;
}

.page-template-product-template [class^="menu-above-main-menu"] + nav {
    transition: 0.1s;
}

.use-case-images-slideshow {max-width: 470px;}

.use-case-nav-slideshow {
    width: 50px;
    left: 80px;
    margin-left: -70px;
    top: 80px;
}

.use-case-text-slideshow {
    max-width: 470px;
}

.use-case-nav-slideshow .slick-track {
    transform: none !important;
}

.use-case-nav-slide {
    width: 30px !important;
    height: 30px !important;
    background: #00242B;
    margin-bottom: 20px;
    text-indent: -99999px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 10px;
    outline: none;
    position: relative;
    transition: 0.3s;
}

.use-case-nav-slide.slick-slide.slick-current.slick-active {
    width: 50px !important;
    height: 50px !important;
    margin-left: 0px;
}

.use-case-nav-slide:not(:last-child):after {
    width: 3px;
    height: 30px;
    content: '';
    background: #00242B;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.use-case-slideshows {
    margin: 140px 0 170px;
    padding: 60px 0 30px;
}

.use-case-images-slideshow-wrap img {
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.use-case-images-slideshow-wrap {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
        width: 470px;
}

.noscroll {
  overflow: hidden;
}

.use-case-images-slide {
    max-width: 520px;
    position: static;
    width: 100%;
    bottom: 0;
    height: calc(100vh - 95px);
    display: flex;
    align-items: center;
}

.use-case-text-slide {
    margin-left: 20px;
}

.use-case-single-wrap.section {
    height: calc(100vh - 95px);
    display: flex;
    align-items: center;
}

.admin-bar .use-case-single-wrap.section {
   height: calc(100vh - 127px);
}

.use-case-single-wrap .use-case-images-slide video,
.use-case-single-wrap .use-case-images-slide img {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.use-case-single-wrap.visible .use-case-images-slide video,
.use-case-single-wrap.visible .use-case-images-slide img {
    opacity: 1;
    visibility: visible;
}

.page-id-5614 .hbspt-form input[type="checkbox"],
.page-id-232 .hbspt-form input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 10px !important;
}

.section-vis1 {
    background: #f7c8a0;
}

.use-cases {
    transition: 0.4s;
}

.section-vis0 {
    background: #eee;
}

.section-vis2 {
    background: #c0c0ff;
}

.section-vis3 {
    background: #afffaf;
}

.use-case-wrap {
    margin-top: 30px;
}

.page-id-5614 ul.inputs-list label,
.page-id-232 ul.inputs-list label {
    display: flex;
    align-items: center;
}
.page-id-5614 ul.inputs-list li,
.page-id-232 ul.inputs-list li {
    margin-bottom: 5px;
    margin-top: 7px;
}

fieldset.form-columns-1 select {
    width: 100% !important;
    display: block;
    border-radius: 4px;
    padding: 20px 30px 20px 21px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    font-size: 16px;
    outline: none;
}

.single-post .basic-page-contents .wp-caption {
    max-width: 100%;
}

.use-case-images-slide img {
    border-radius: 5px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.single-customer {
    max-width: 215px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.customers-top-text {
    margin-top: 50px;
}

.customers-list {
    margin-bottom: 50px;
}

.comments-form-heading h2 {
    margin-bottom: 0;
}

.use-case-single {
    justify-content: flex-end;
}

.use-case-single-wrap-inner {
    width: 100%;
}

.admin-bar .use-case-images-slide {
    height: calc(100vh - 127px);
    position: absolute;
    transform: translate(0, 60px);
}

.use-case-images-slide {
    position: absolute;
    transform: translate(0, 60px);
}

.use-case-images-slide.active {
    position: fixed;
    transform: none;
}

header:not(.active) + div + div .use-case-single-wrap .use-case-images-slide video,
header:not(.active) + div + div .use-case-single-wrap .use-case-images-slide img {
    opacity: 1;
    visibility: visible;
}

header:not(.active) + div + div .use-case-images-slide {
    /*align-items: flex-start;*/
}

header:not(.active) + div + div .use-case-single {
   /* align-items: flex-start;*/
}

header:not(.active) + div + div .use-case-single-wrap.section {
  transition: 0.5s;
  height: 450px;
}

.use-case-single-wrap.section {
  transition: 0.5s;
}

input#firstname-424514a7-f542-4e2c-8c9f-5c3bf4fe371e,
input#firstname-15a6df40-0242-477e-8129-702744963cd3,
input#country_code-424514a7-f542-4e2c-8c9f-5c3bf4fe371e {
    width: calc(100% - 10px) !important;
}

.product-template-bottom .product-cards > h2 {
  font-size: 30px;
  line-height: 35px;
}

.home-testimonials {
        margin-bottom: 130px;
}

.home-testimonial-text {
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.home-testimonial-text:before {
  content: '"';
  font-weight: bold;
  font-size: 250px;
  line-height: 293px;
  text-align: right;
  color: #F2F2F2;
  position: absolute;
  right: 0;
  top: -45px;
  z-index: -1;
}

.reasons-slideshow .slick-dots {
    bottom: 15px;
}


.home-testimonial-caption {
    color: #4BB5C5;
    margin-top: 25px;
}

twitter-widget {
    float: left;
    padding-right: 40px;
    padding-bottom: 30px;
    margin-left: -50px;
    max-width: 470px !important;
}

.basic-page-contents h3 {
    clear: both;
}

.process-top-text {
    max-width: 540px;
    margin: 0 auto 90px;
}

.process-top-text p {
    margin-top: 30px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.single-use-case-text-block-wrap h2 b {
/*     text-shadow: -1px 0px 1px #000; */
}

.location-blocks .single-use-case-image {
    position: relative;
}

.location-blocks .single-use-case-text-block-wrap:not(:last-child) .single-use-case-image:after {
      content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    background: url(/wp-content/uploads/2019/11/arrow.png) 50% 50% no-repeat;
    width: 90px;
    height: 30px;
}

.main-menu-item:nth-child(3) .submenu-columns {
    left: 15px;
}

.main-menu-item:nth-child(3) .submenu-columns > div {
    width: 100%;
}

.demo-content > div {
    flex: 1;
}

.demo-content {
    align-items: flex-start;
}

.demo-page {
    padding-top: 50px;
    background: #00242B;
    color: #fff;
}

.demo-page label.hs-form-booleancheckbox-display {
    display: flex;
    margin-bottom: 20px;
}

.demo-page label.hs-form-booleancheckbox-display input {
    margin-right: 10px !important;
    margin-bottom: 0px;
}

.demo-page + .footer-cta {
    display: none;
}

.single-line-client img {
  filter: grayscale(1);
	max-height: 65px;
	width: auto;
  max-width: 200px;
}

.page-id-909 header {
    box-shadow: none !important;
    position: static;
}

.demo-page h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.demo-page p {
    margin-bottom: 30px;
    max-width: 330px;
}

.demo-page li.hs-form-booleancheckbox {
    display: block;
}

.demo-page .legal-consent-container .field.hs-form-field {
    margin-bottom: 20px;
}

.demo-page .hs-richtext {
    margin-bottom: 20px;
}

.demo-page form p {
    max-width: 100%;
}

.demo-page form {
    padding-bottom: 150px;
}

.demo-page form input[type="text"], .demo-page form input[type="tel"], .demo-page form input[type="email"], .demo-page form select {
    background: #00242B;
    color: #ddd;
}

.demo-page .hs_submit.hs-submit input {
       background: #FF8319;
    color: #fff;
    font-weight: 500;
    font-family: Roboto;
}

.demo-page .hs_submit.hs-submit input:hover {
    background: #C55400;
    border-color: #C55400;
}

.hs-richtext + div .hs-error-msgs {
    margin-top: 10px !important;
}

.demo-page  .hbspt-form input[type="checkbox"] {
  margin-top: 3px !important;
  margin-bottom: 0px !important;
}

.demo-page  .hbspt-form input:not([type="submit"]):focus {
    border-color: #eee;
}

.demo-page fieldset.form-columns-2 > div:nth-child(1) {
    width: 45% !important;
    margin-right: 5%;
}

.page-id-909 header > div > div > div:not(:first-child) {
    display: none;
}

.video-wrap p {
    opacity: 0.3;
    font-size: 14px;
    margin-top: 10px;
}

.product-main-img-abs video {
    max-width: 100%;
    border-radius: 4px;
}

.product-main-wrap {
    padding: 100px 0;
}

.product-main-text-info {
    margin: 0 0 100px 0;
}

.after-product-info {
    padding-top: 150px;
}

.pea_cook_wrapper.pea_cook_bottomright {
    background: linear-gradient(9.72deg, #4BB5C5 0%, #04343F 100%) !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    right: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.pea_cook_wrapper p {
    max-width: 1000px !important;
    margin: 0 auto !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Roboto !important;
    line-height: 27px !important;
    padding: 15px 0 !important;
}

.pea_cook_wrapper p a {border: none !important;font-weight: 700;}

button#pea_cook_btn {
  background: none;
  border: 2px solid #FF8319;
  box-shadow: none;
  text-shadow: none;
  color: #FF8319;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
  font-family: Roboto;
  border-radius: 4px;
  position: relative;
  left: 200px;

}

button#pea_cook_btn:hover {
    color: #fff;
    background: #FF8319;
}

iframe#personio-iframe {
    width: 99%;
    min-height: 888px;
}

.page-id-5601 .single-use-case-text,
.page-id-888 .single-use-case-text {
    height: auto;
}

.product-main-img-abs video, .product-main-img-abs img {
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.demo-page .hbspt-form input[type="checkbox"] + span {
    font-size: 12px;
}

.home-text-block .text-block-right {
    padding-top: 0;
}

.page-id-5583 label.hs-form-booleancheckbox-display,
.free-trial-top-section label.hs-form-booleancheckbox-display,
.page-id-234 label.hs-form-booleancheckbox-display {
    display: flex;
}

.free-trial-top-section label.hs-form-booleancheckbox-display input,
.page-id-5583 label.hs-form-booleancheckbox-display input,
.page-id-234 label.hs-form-booleancheckbox-display input {
    margin: 3px 5px 0 0 !important;
}

.free-trial-top-section .contact-form form fieldset:nth-child(7),
.page-id-5583 .contact-form form fieldset:nth-child(7),
.page-id-234 .contact-form form fieldset:nth-child(7) {
    grid-column: 1;
    margin-bottom: 10px;
  margin-top: 0;
}

.free-trial-top-section .contact-form form fieldset:nth-child(7) > div,
.page-id-5583 .contact-form form fieldset:nth-child(7) > div,
.page-id-234 .contact-form form fieldset:nth-child(7) > div {
    display: block;
}

.free-trial-top-section .contact-form form fieldset:nth-child(6) div,
.page-id-5583 .contact-form form fieldset:nth-child(6) div,
.page-id-234 .contact-form form fieldset:nth-child(6) div {
    height: auto;
    font-size: 14px;
    margin: 20px 0px 5px;
}

.free-trial-top-section  .contact-form form fieldset:nth-child(6) div ul.no-list.hs-error-msgs.inputs-list,
.page-id-5583 .contact-form form fieldset:nth-child(6) div ul.no-list.hs-error-msgs.inputs-list,
.page-id-234 .contact-form form fieldset:nth-child(6) div ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 20px;
    width: 100%;
}

.single-post h1.baseh1 {
    font-size: 60px;
    line-height: 85px;
}
.thanks-page {
    min-height: calc(100vh - 670px);
}
.product-template-bottom ul.slick-dots li button {
    border: 1px solid #d8d8d8;
}

.product-template-bottom ul.slick-dots li.slick-active button {
    background: #d8d8d8;
}

.home-testimonials-inner:before {
    position: absolute;
    content: '';
    left: 0;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.2) 100%);
    z-index: 1;
    top: 0;
}

.home-testimonials-inner:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0, #fff 100%);
    z-index: 1;
}

.single-use-case-text .product-main-info-link {
    margin-left: 40px;
}

.single-use-case-text .product-main-info-link a {
    color: #00242B;
}
i.blog-external {
    float: right;
    margin-right: -17px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #aaa;
}

.after-product-info .button {
    margin-top: 20px;
}

header:not(.active) + div + div .use-cases > .section .single-use-case-text {
    opacity: 1;
}

header:not(.active) + div + div .use-cases > .section.visible ~ .section .single-use-case-text {
    opacity: 1;
}

.product-main-right .product-main-img {
    transform: translateX(-50%);
    margin-right: -50%;
    margin-left: 0;
}

.related-post.type-external {
    padding: 0;
    align-self: flex-end;
}

.related-post.type-external img {
    width: auto;
}

.related-post.type-external .single-post-inner {
    padding: 20px 20px 0;
}

.card-social-image {
    padding: 20px 20px 0;
}

.related-post.type-external i.blog-external {
    margin-bottom: 5px;
    margin-right: 5px;
}

.use-case-text-blocks.ind-text-blocks .single-use-case-image video {
    max-width: 100%;
}
.use-case-images-slide video {
    max-width: 100%;
}

.product-page-clients.butnotdark {
    background: #eee;

}

.contact-cont {
    margin-top: 95px;
}

.contact-cont > div {
    flex: 1;
    margin-top: 0;
}

.contact-cont > div.basic-page-contents {
    margin-right: 50px;
}
.contact-form form fieldset:nth-child(7) > div {
    display: block;
}

.contact-form form fieldset:nth-child(7) textarea {
    height: 160px;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100% !important;
    padding: 20px 30px 20px 21px;
    font-size: 16px;
    margin-bottom: 10px;
  font-family: Roboto;
}

.contact-form form fieldset:nth-child(6) > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-form form fieldset:nth-child(6) > div > div {
    /* flex: 1; */
    column-count: 2;
}

.contact-form form fieldset:nth-child(6) > div > div li {
    margin-top: 0;
}

.support-links > div {
    display: block;
}

.support-link {
    display: flex;
    max-width: 100%;
    margin: 0 0 25px;
    align-items: center;
}

.support-text {
    display: none;
}

.support-img {
    max-width: 100%;
    margin: 0;
}

.support-title a {
    font-size: 20px;
    line-height: 26px;
}

.support-title {
    text-align: left;
}

.support-links {
    margin-top: 50px;
    margin-bottom: 0;
}

.support-img img {
    width: 170px;
    height: auto;
}
.support-link {
    position: relative;
    border-radius: 4px;
    transition: 0.3s;
    padding: 10px;
}

.support-link:hover {
    background: #F5F5F5;
}

.support-title {
    margin-left: 10px;
      margin-bottom: 10px;
}

.product-testimonial:before {
    position: absolute;
    content: '';
    left: 0;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(to right, #00242B 0, rgba(0, 36, 43, 0.2) 100%);
    z-index: 1;
    top: 0;
}

.product-testimonial:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 36, 43, 0.2) 0, rgba(0, 36, 43, 1) 100%);
    z-index: 1;
}

.single-use-case-image video {
    border-radius: 5px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.use-case-images-slide video {
    border-radius: 5px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.product-page-wrap.footer-type-n-0 {
    top: 0;
    padding-top: 92px;
}

.free-trial-top-section  .contact-form form fieldset:nth-child(6) > div > div,
.page-id-5583 .contact-form form fieldset:nth-child(6) > div > div,
.page-id-234 .contact-form form fieldset:nth-child(6) > div > div {
    column-count: initial;
    margin-bottom: -10px;
    margin-top: 10px;
}

.hs-richtext span {
    font-family: Roboto !important;
    font-size: 13px !important;
}

.single-use-case-text .product-main-info-link a {
    background: url(/wp-content/uploads/2019/11/arrow-blue.png) 0 50% no-repeat;
    background-size: 20px;
}

body .pea_cook_control {
    background: none !important;
    text-align: left;
    color: #000 !important;
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
}

body .eu_control_btn {
    padding: 0;
    color: #FB7C14 !important;
    margin: 10px 0;
}

.product-page-clients .flexed {
    flex-wrap: nowrap;
    position: relative;
  overflow-x: auto;
}

.product-page-clients .flexed > div.product-client {
    min-width: 180px;
        margin: 0 10px 20px;
}

button#eu_revoke_cookies span:hover {
    text-decoration: underline;
}

button#eu_revoke_cookies {
    font-size: 16px;
}

button#eu_revoke_cookies:before {content: 'If you want to change your cookie preferences click ';color: #000 !important;}

.page .basic-page {
    min-height: calc(80vh - 290px);
}

.product-client {
    margin: 0 15px;
}
.product-page-clients-inner > button {
    left: -10px;
}

.product-page-clients-inner > button:last-child {
    right: -10px;
}

tgm-gravitational-stat img,
tgm-gravitational-simple img { 
  width: auto; 
}

.home-prefooter .hbspt-form input:not([type="submit"]):valid + label,
.home-signup .hbspt-form input:not([type="submit"]):valid + label {
    top: -32px;
    font-size: 12px;
    line-height: 14px;
    color: #00242B;
}

.home-prefooter .hbspt-form input:not([type="submit"]):valid + label span,
.home-signup .hbspt-form input:not([type="submit"]):valid + label span {
    margin-left: 14px;
}

.hs_product {
    position: relative;
}

.hbspt-form span > a {
    color: #FB7C14;
}

.product-feats.product-feats--bottom {
    margin-top: 170px;
}

.hs_product:after { content:'\25BC';position: absolute;top: 40px;right: 20px;}

.hs_product select {
    -webkit-appearance: none;
}

.share-sidebar:not(.sticky) {
    left: calc(100% + 8px) !important;
}

.card-option-image img {
    height: 100px;
    max-width: 80px;
}

.card-image img {
    min-width: 20px;
}

.demo-page .hbspt-form input[type="checkbox"] + span {
  flex: 1;
}

.related-post-img {
    max-height: 210px;
    overflow: hidden;
}

p#griwpc-container-id {
    grid-column: 1;
    grid-row: 3;
    transform: scale(0.7) translate(-70px, -33px);
}

.g-recaptcha-bubble-arrow + div {
    bottom: 50px;
}

.feature-title {
    align-items: flex-start;
}

.feature-title i {
    padding-top: 2px;
}

.single-pricing-block {
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    align-self: stretch;
    max-width: 250px;
}

.pricing-price {
    text-align: center;
}

div#pricing {
    max-width: 800px;
    margin: 0 auto 25px;
}

.single-pricing-feat span b {
    position: relative;
    left: -23px;
    background: #fff;
    padding: 20px 0 10px 0;
    display: block;
}

/*.single-pricing-feat span b:before {content: '';width: 20px;height: 100%;background: #fff; position: absolute; left: -25px;}*/

.single-pricing-block > br {
    display: none;
}

div#compareplans-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

div#compareplans-content h2 {
    margin: 40px 0 50px;
}

div#compareplans-content td {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #eee;
}

div#compareplans-content td.category {
    border-bottom: 1px solid #bbb;
    padding: 40px 0 10px;
    font-weight: 600;
    color: #000;
}

div#compareplans-content th div + div {
    color: #aaa;
    font-weight: 500;
}

div#compareplans-content th div:first-child {
    font-size: 20px;
    margin-bottom: 5px;
}

div#compareplans-content td {
      font-size: 14px;
      width: 20%;
}

div#compareplans-content td i {
    color: #dcdcdc;
}

div#compareplans-content td i.fa.fa-check-circle {
    color: #29b54b;
}

.single-faq {
    width: 100%;
}

.main-menu-item.accent {
    max-width: 135px;
    text-align: center;
    /* position: absolute; */
}

.main-menu-item.accent a {
    height: auto;
    font-weight: 400;
}

.main-menu-item.accent.accent-grad {
    max-width: 90px;
    background: none;
}

header > .container {
      max-width: 1310px;
   
}

.container {
  max-width: 1310px;
  padding: 0px 15px;
}

[class^="menu-above-main-menu"] {
    right: 270px;
}

.main-menu-item:not(.parent-item) + .main-menu-item .submenu-columns {
    left: 0;
}

.main-menu-item:not(.parent-item) + .main-menu-item .submenu-columns .submenu-column.col-links {
    width: 100%;
}

.main-menu-item.accent.accent-grad {
    position: relative;
}

.main-menu-item.accent.accent-grad > a, .main-menu-item.accent.accent-grad > a:before {
    background: none;
    border-radius: 0 0 5px 5px;
}

.main-menu-item.accent.accent-grad > a {
    padding-top: 12px;
    background: none !important;
}

.main-menu-item.accent.accent-grad a:before {
    height: 200px;
    opacity: 0;
}

.main-menu-item.accent.accent-grad:before {
    content: '';
    background: linear-gradient(125deg, rgb(6 57 68) 0%, rgb(72 195 216) 100%);
    border-radius: 0;
    height: 104px;
    position: absolute;
    width: 100%;
    top: -50px;
    transition: 0.2s;
    left: 0;
    border-radius: 0 0 5px 5px;
}

.main-menu-item.accent.accent-grad:hover:before {content: '';background: linear-gradient(45deg, rgb(6 57 68) 0%, rgb(72 195 216) 100%);}


body.short-contrainer .container {
  /*max-width: 982px;*/
}

body.short-contrainer .main-menu-item > a {
  padding-left: 10px;
  padding-right: 10px;
}

.top-slide-text-text {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    max-width: 470px;
    margin: 20px 0 50px;
}

.top-part-use-case .top-slide-info {
    top: 60px;
}

.top-slideshow.top-part-use-case {
    max-height: 560px;
}

.clients-line {
    background: #F2F4F4;
    padding: 19px 0;
}

.use-case-top-section-img {
    max-width: 229px;
    margin-left: 50px;
}

.use-case-top-section-text {
    flex: 1;
    max-width: 845px;
}

.clients-line-inner {
    flex-wrap: nowrap;
}

.clients-line-inner > div {
    margin: 0 10px;
}

.use-case-top-section {
    padding: 80px 0;
}

.use-case-top-section p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}

.use-case-feat-img img {
    width: auto;
}

.use-case-feat {
    max-width: 305px;
}

.use-case-feat-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 16px 0;
}

.use-case-feat-text {
    font-size: 18px;
    line-height: 26px;
}

.use-case-feats {
    background: #F2F4F4;
    padding: 80px 0;
}

.single-use-detail-img {
    max-width: 520px;
    margin-bottom: 15px;
    /*box-shadow: 0 0 15px rgb(0 0 0 / 30%);*/
    border-radius: 30px;
}

.single-use-detail-text {
    flex: 1;
    margin-right: 55px;
    margin-top: 30px;
}

.use-case-details {
    padding: 80px 0;
}

.single-use-detail {
    margin: 60px 0 100px;
}

.single-use-detail-text h3 {}

.single-use-detail-text h3 {
    margin-bottom: 18px;
}

.single-use-detail-text-text {
    font-size: 18px;
    line-height: 26px;
}

.single-use-detail-link a {
    color: #FF8F1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 32px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    max-width: 290px;
}

.single-use-detail-link a:hover {
  text-decoration: underline !important;
}

.single-use-detail-text-text ul {
    margin-left: 15px;
}

.single-use-detail-text-text ul li {
    padding-left: 10px;
}

/*Change here*/
.page-id-3671 .use-case-feat:nth-child(2),
.page-id-5594 .use-case-feat:nth-child(2) {
    max-width: 275px;
}
.page-id-5599 .top-slideshow-item,
.page-id-3677 .top-slideshow-item,
.page-id-3741 .top-slideshow-item,
.page-id-3671 .top-slideshow-item,
.page-id-5594 .top-slideshow-item,
.page-id-5603 .top-slideshow-item,
.page-id-3673 .top-slideshow-item,
.page-id-5596 .top-slideshow-item,
.page-id-3675 .top-slideshow-item {
  background-position: 0 50% !important;
}

.single-use-detail-link a:before {
  content: '\f178';
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  color: #FF8F1A;
}

.single-use-detail-img {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    top: 0;
}

.single-use-detail-img.active {
    opacity: 1;
    visibility: visible;
    position: static;
}

.use-detail-groups {
    margin: 5px 20px;
}

.single-use-detail-images {
    position: relative;
}

.group-item {
    margin: 0 8px;
    background: #F2F4F4;
    border-radius: 12px;
    padding: 4px 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s;
}

.group-item:hover {
    background: #DADADA;
}

.group-item.active {
    background: #00242B;
    color: #fff;
}

.single-use-detail:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.single-use-detail:nth-child(2n+2) .single-use-detail-text {
    margin-right: 0;
    margin-left: 55px;
}

.related-content-cards .single-card {
    background: #F2F4F4;
}

.related-content-cards .card-title {
    min-height: auto;
    margin-bottom: 20px;
}

.testimonial-slide {
    position: relative;
    padding: 32px 0;
}

.testimonial-img {
    position: absolute;
    bottom: -7px;
    right: -7px;
    max-width: 212px;
}

.testimonial-logo img {
    width: auto;
    margin: 0 auto;
	max-width: 270px;
}

.testimonial-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 24px 0;
    position: relative;
    z-index: 2;
}

.testimonial-text {
    max-width: 530px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 2;
}

.testimonial-client {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
  margin-top: 20px;
    margin-bottom: 24px;
}

.testimonial-link a {
    color: #FF8F1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 32px;
    display: inline-block;
    position: relative;
}

.testimonial-link a:hover {
  text-decoration: underline !important;
}

.testimonial-link a:before {
    content: '\f178';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #FF8F1A;
}

.testimonials-full {
    position: relative;
    margin-bottom: 110px;
}

.testimonials-full ul.slick-dots li.slick-active button {
    background: #00242B;
    border: none;
}

.testimonials-full ul.slick-dots li button {
    background: #d8d8d8;
    opacity: 1;
    border: none;
    width: 8px;
    height: 8px;
}

.testimonials-full-slider {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px #B2BDBF;
    border-radius: 16px;
    position: static;
}

.testimonial-slide {
    height: 100%;
    display: inline-block;
    border-radius: 16px;
}

.testimonials-full-slider .slick-track {
  display: flex;
}
.testimonials-full-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  flex-direction: column;
}

.testimonials-full button.slick-prev.slick-arrow {
    background: #F2F4F4;
    box-shadow: 0px 8px 20px #B2BDBF;
    border-radius: 0px 16px 16px 0px;
    top: 30px;
    bottom: 30px;
    height: auto;
    transform: none;
    left: 0;
    opacity: 1;
    width: calc(50% - 625px);
    border: none;
    display: flex;
    align-items: center;
    font-size: 0;
    justify-content: flex-end;
}

.testimonials-full button.slick-prev.slick-arrow:before {content: '\f104';font-family: 'FontAwesome';text-indent: 0;color: #B2BDBF;font-size: 90px;line-height: 60px;padding-right: 32px;}

.testimonials-full button.slick-next.slick-arrow {
    background: #F2F4F4;
    box-shadow: 0px 8px 20px #b2bdbf;
    border-radius: 16px 0 0 16px;
    top: 30px;
    bottom: 30px;
    height: auto;
    transform: none;
    right: 0;
    opacity: 1;
    width: calc(50% - 625px);
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
}

.testimonial-img img {
    border-radius: 16px;
}

.testimonials-full button.slick-next.slick-arrow:before {
    content: '\f105';
    font-family: 'FontAwesome';
    text-indent: 0;
    color: #B2BDBF;
    font-size: 90px;
    line-height: 60px;
    padding-left: 32px;
}

.top-part-api .top-slide-text {max-width: 880px;}

.top-slideshow.top-part-use-case.top-part-api {
    max-height: 670px;
}

.top-slide-info .button.button--light a {
    display: inline-block;
}

.top-slide-info .button + .button {
    margin-left: 24px;
}

.api-feats .use-case-feat {
    max-width: 200px;
}

.api-feats .use-case-feat-text {
    font-size: 16px;
    line-height: 24px;
}

.use-case-feats.api-feats {
    background: #fff;
}

.api-use-case-list {
    background: #F2F4F4;
    padding: 80px 0;
}

.suptitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #56C5D0;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.api-use-case-item {
    max-width: 250px;
    padding: 0px 41px;
    box-sizing: content-box;
}

.api-use-case-item:not(:last-child) {
    border-right: 1px solid #B2BDBF;
}

.flexed--full {
    align-items: stretch;
}

.api-use-case-list-inner {
    padding-top: 40px;
    width: calc(100% + 40px);
}

.api-use-case-title {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 20px;
    font-weight: 500;
}

.api-use-case-lin {
    margin-top: 24px;
    position: absolute;
    bottom: 0;
}

.arrow-link a {
    color: #FF8F1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 32px;
    display: inline-block;
    position: relative;
}

.arrow-link a:hover {
  text-decoration: underline !important;
}


.arrow-link a:before {
    content: '\f178';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #FF8F1A;
}

.testimonials-full:not(.no-padding) {
    margin-top: 80px;
}

.api-feats-title {
    margin: 0 auto 60px;
    max-width: 600px;
}

.api-feats-title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}

.api-portfolio h3 {
    max-width: 440px;
    margin: 2px auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.api-portfolio-item > div {
    flex: 1;
}

.api-portfolio-item-info {margin-right: 40px;}

.api-portfolio-item {
    padding: 40px 0 60px;
}

.api-portfolio-info-icon {
    margin-right: 10px;
}

.api-portfolio-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}

.api-portfolio-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.api-portfolio-info-head {
    flex: 1;
}

.api-portfolio-info-text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}

.cta-block-inner {
    background: linear-gradient(
9.72deg
, #4BB5C5 0%, #04343F 100%);
    box-shadow: 0px 8px 20px rgb(0 0 0 / 50%);
    border-radius: 4px;
    padding: 43px 36px;
    color: #fff;
    align-items: stretch;
}

.cta-block-title {
    flex: 1;
    padding: 0 45px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.cta-block-links > .button {
    padding: 0 22px;
}

.cta-block-links > .button + .button {
    padding-left: 0;
}

.cta-block {
    padding: 60px 0 80px;
}

.cta-block-img {
    width: 230px;
    position: relative;
    height: 100%;
}

.cta-block-img img {
    position: absolute;
    top: -30px;
  height: 210px;
}

.api-developers {
    display: inline-block;
    width: 100%;
    margin: 40px 0 80px;
    padding: 80px 0;
    background: linear-gradient(45deg, #00242B 0%, #00353F 100%);
}

.api-developers h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.api-devs-list {
    padding: 40px 0;
}

.api-devs-title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.api-devs-img {
    margin-bottom: 8px;
}

.api-devs-img img {
    border-radius: 8px;
}

.flexed--end {
    justify-content: flex-end;
}

.cta-block.m-botom {
    margin-bottom: 60px;
}

.loop-feats .use-case-feats-inner .use-case-feat {
    max-width: 285px;
}

.use-case-feats.loop-feats h2 {
    margin-bottom: 20px;
}

.loop-feats-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
}

body.short-contrainer .container.container--large {
    max-width: 1160px;
}

.loop-slideshow-inner {
    background: linear-gradient(45deg, #04343F 0%, #4BB5C5 100%);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    color: #fff;
    padding: 60px 88px;
    margin: 85px 0 50px;
}

.loop-slideshow-inner h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.loop-slideshow-inner-img {
    max-width: 470px;
    flex: 1;
}

.loop-slideshow-inner-text {max-width: 440px;font-size: 18px;line-height: 26px;margin-right: 70px;}

.loop-slide-nav {
    margin: 0 24px;
    cursor: pointer;
}

.loop-slide-nav-index {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    margin-right: 8px;
}

.loop-slide-nav.active .loop-slide-nav-index {
    background: #fff;
    color: #00242B;
}

.loop-slideshow-main {
    margin-top: 65px;
}

.loop-slideshow-nav {padding-top: 30px;}

.loop-slideshow-links > div {
    margin: 0 10px;
}

.loop-slideshow-main button.slick-next.slick-arrow {
    right: -35px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    transform: translateY(-50%) rotate(135deg) skew(0deg, 0deg);
    opacity: 1;
    border-radius: 3px 2px 0px 2px;
}

.loop-slideshow-main button.slick-prev.slick-arrow {
    left: -45px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    transform: translateY(-50%) rotate(-45deg) skew(0deg, 0deg);
    opacity: 1;
    border-radius: 3px 2px 0px 2px;
}

.loop-reasons {
    padding: 70px 0 60px;
}

.loop-reasons h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.loop-reasons p {
    font-size: 18px;
    line-height: 26px;
}

.loop-reason {
    margin-top: 60px;
}

.loop-reason-img {
    width: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 31px;
}

.loop-reason-img img {
    width: auto;
}

.loop-reason-text {
    flex: 1;
    font-size: 18px;
    line-height: 26px;
}

.loop-reason-text-info {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.loop-faq {
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
}

.loop-faq-q {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
}

.loop-faq-a {
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
    display: none;
}

.loop-faq-q:before {content: '\f105';font-family: 'FontAwesome';position: absolute;left: 0;color: #FF8319;top: 0;font-size: 42px;line-height: 26px;transition: 0.3s;}

.loop-faq-q.active:before {
    transform: rotate(90deg);
}

.use-case-top-section-video {
    max-width: 470px;
    flex: 1;
    margin-left: 40px;
}

.use-case-top-section-video video {
    max-width: 100%;
    margin-bottom: 15px;
    filter: drop-shadow(0px 0px 12px #B2BDBF);
    cursor: pointer;
}

.expansion-wrap {
    background: #F2F4F4;
    padding: 60px 0;
}

.expansion-inner h2 {
    max-width: 660px;
    margin: 0 auto 70px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

h3.mobile-head {
  display: none;
}

.expansion-tab {
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
    flex: 1;
    padding-bottom: 16px;
    padding-right: 2px;
}

.expansion-tab + .expansion-tab {
    margin-left: 40px;
}

.expansion-tab.active {
    font-weight: 500;
    border-bottom: 3px solid currentColor;
    margin-bottom: -1px;
}

.expansion-tabs {
    border-bottom: 1px solid #00242B;
}

.exapansion-infos {
    padding-top: 32px;
}

.expansion-col {
    flex: 1;
    font-size: 18px;
    line-height: 26px;
}

.expansion-col + .expansion-col {
    margin-left: 40px;
}

.expansion-col + .expansion-col .expansion-img {
    text-align: right;
    
}

.expansion-img {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4C656A;
}

.expansion-img-large {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 1343;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    cursor: pointer;
}

.expansion-img-large img {
    object-fit: contain;
    height: 100%;
}

.expansion-img-large:before {content: '\f00d';position: absolute;top: -25px;right: 0;color: #fff;font-family: 'FontAwesome';}

div#overlay {
    z-index: 1300;
}

.expansion-img-large.active {
    visibility: visible;
    opacity: 1;
}

.expansion-info {
    display: none;
}

.expansion-info.active {
    display: flex;
}

.expansion-img {margin-bottom: 15px;}

.pricing-block {
    max-width: 370px;
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-block-main {
    position: relative;
    padding: 24px 28px 70px 24px;
    background: #fff;
    flex: 1;
    border-radius: 0 0 16px 16px;
}

.pricing-block-img {
    position: absolute;
    bottom: 21px;
    right: 7px;
}

.pricing-block-text {
    font-size: 16px;
    line-height: 24px;
}

.pricing-block-text p {
    margin-bottom: 16px;
}

.pricing-block-text ul {
    margin-top: -16px;
}

.pricing-block-top {
    background: #00242B;
    color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 16px 0;
}

.pricing-block-top .pricing-price {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.pricing-type {
    font-size: 24px;
    line-height: 32px;
}

.pricing-blocks {
    padding: 40px 0 20px;
}

.section-pricing {
    background: #F2F4F4;
    padding: 80px 0;
}

.pricing-block-text ul li {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin: 4px 0;
    width: 100%;
}

.pricing-block-text ul li:before {content: '\f00c';font-family: 'FontAwesome';position: absolute;left: 0;top: 0;}

.pricing-block-text ul li:not(:first-child) {
}

.bottom-pricing-link {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.bottom-pricing-link + div > div {
    margin: 0 10px;
}

.pricing-block:first-child .pricing-block-top {
    background: #F2F4F4;
    color: initial;
}

.pricing-block {
    box-shadow: 0px 8px 16px #B2BDBF;
}

.pricing-block:last-child .pricing-block-top {
    background: linear-gradient(225deg, #60C5D2 0%, #04343F 100%);
}

.benefits-secion {
    padding-top: 80px;
}

.benefits-table {
    margin-top: 20px;
    background: #F2F4F4;
    border-radius: 16px;
    padding: 20px;
}

.benefits-table-tabs {
    max-width: 210px;
    width: 100%;
}

.benefit-tab {
    padding: 9px 11px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.benefit-tab.active {
    background: #56C5D0;
    color: #fff;
}

.benefits-table-info {
    flex: 1;
    margin-left: 45px;
}

.benefits-table-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.benefits-table-info-cell-info > div {flex: 1;}

.benefits-table-info-image {
    max-width: 425px;
    width: 100%;
    flex: 1;
    margin-left: 55px;
}

.benefits-table-info-text {
    max-width: 470px;
    font-size: 16px;
    line-height: 24px;
}

.benefits-table-info-image {
    text-align: right;
}

.benefits-table-info-cell {
    display: none;
}

.benefits-table-info-cell.active {
    display: block;
}

.cta-block-links:not(.flexed) > div {
    padding: 0;
}

.cta-block-links:not(.flexed) > div + div {
    margin-top: 24px;
}

.case-study-top {
    position: relative;
    margin-top: 99px;
}

.case-study-heading-info {
    max-width: 50%;
    padding: 60px 50px 40px 0;
}

.case-sudy-logo img {
    width: auto;
  min-width: 220px;
}

.case-study-title {
    margin-top: 45px;
}

.case-study-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 68px;
}

.case-study-img {
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.case-study-main img {
    width: auto;
}

.case-study-form {
    max-width: 300px;
    margin-left: 40px;
}

.case-study-main-part-text {
    flex: 1;
}

.case-study-main-part-text .wp-caption {
    max-width: 100%;
    width: auto !important;
}

.case-study-facts {
    background: #f2f2f4;
    padding: 30px 0;
}

.case-study-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.case-study-main-part-text .wp-caption img {
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
}

.case-study-fact-title {
    color: #ff8319;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.case-study-fact {
    max-width: 235px;
}

.case-study-main {
    padding: 60px 0;
}

.case-study-main p {
    margin-bottom: 20px;
}

.case-study-main h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.case-study-main p + h2 {
    padding-top: 10px;
}

.blogpost-quote2 {
    padding: 40px 0  60px;
}

.blogpost-quote2 .quote-text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
}

.blogpost-quote2 .quote-name {
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

.case-study-main p.wp-caption-text {
    font-size: 12px;
    line-height: 20px;
    color: #B2BDBF;
}

.case-study-page li.hs-form-booleancheckbox > label {
    display: flex;
}

.case-study-page li.hs-form-booleancheckbox {
    display: block;
}

.case-study-page li.hs-form-booleancheckbox > label > span {
    font-size: 12px;
    line-height: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.hs_submit.hs-submit input {
    background: #FF8F1A;
    color: #fff;
}

.case-study-form {
    position: sticky;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px #B2BDBF;
    border-radius: 16px;
    top: 140px;
    padding: 30px;
}

.case-study-facts-inner {
    padding: 0 30px;
}

html.no-over, html.no-over body {
    overflow-y: visible;
    overflow-x: visible;
}

.case-study-form-inner div > label {
    font-size: 12px;
    position: relative;
    top: 13px;
    left: 15px;
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 0px;
}

.case-study-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -10px;
    background: #fff;
    padding: 0 5px;
    left: 19px;
}

.case-study-form .hs-form-field {
    position: relative;
    margin-top: 0px;
}

.hbspt-form input:not([type="submit"]), .hbspt-form input:not([type="checkbox"]) {
    margin-bottom: 0;
}

.hs_newsletter_checkbox.hs-newsletter_checkbox {
    margin-top: 20px;
}

.case-study-form h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.case-study-page + .cta-block {
    padding: 0;
    position: relative;
    top: 70px;
    margin-top: -70px;
}

.case-study-page ~ footer {
    padding-top: 185px;
}

.use-case-top-section-text h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.testimonials-full-slider .slick-track .slick-slide {
    overflow: hidden;
}

.api-use-case-item {
    max-width: 340px;
    padding: 0 49px;
    position: relative;
}

.api-use-case-text {
    padding-right: 10px;
    padding-bottom: 40px;
}

.api-portfolio-info-text ul {
    margin-left: 15px;
}

.api-portfolio-info-text ul li {
    padding-left: 10px;
}

.api-use-case-list h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.ind-retail-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
}

.benefits-table-info-cell {
    padding-top: 55px;
}
.single-use-detail-img img {
    display: block;
    border-radius: 15px;
}
.related-content-cards .single-card .card-img {
    height: 160px;
    overflow: hidden;
}

.related-content-cards .single-card .card-img img {
    object-fit: contain;
}

.related-content-cards .single-card {
    align-self: stretch;
}
.top-slide-text-text ul {
    margin-left: 20px;
}

.case-study-img {
    box-shadow: inset 9px 5px 10px rgba(0,0,0,0.3);
}
.loop-slide-nav-text {
    width: calc(100% - 44px);
}

.related-content-cards .card-info {
    position: relative;
    height: calc(100% - 160px);
    padding-bottom: 50px;
}

.related-content-cards .card-link {
    position: absolute;
    bottom: 12px;
    left: 24px;
}

.loop-slide-nav {
    flex: 1;
}
.loop-slideshow-inner-text ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.case-study-main-part-text ul {
    margin-left: 20px;
}
.blogpost-quote2 .quote-image {
    max-width: 120px;
}
.case-study-main-part-text p, .case-study-main-part-text li {line-height: 24px;}
.case-study-main .submitted-message p {
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
.case-study-main .submitted-message p a {
    text-transform: none;
}
.use-case-top-section-text ul {
    margin-left: 20px;
}

.use-case-top-section-text ul li {
    font-size: 18px;
    line-height: 26px;
}
.expansion-text ul {
    margin-left: 20px;
}
.case-study-main-part-text a {
    color: #FF8319;
}
.api-use-case-img {
    height: 175px;
}

.api-use-case-img img {
    height: 100%;
    object-fit: cover;
}
.testimonials-full-slider li.slick-active:first-child:last-child {
    display: none;
}
.api-portfolio-info-img img {
/*     box-shadow: -1px 5px 10px rgba(0,0,0,0.3);
    border-radius: 10px; */
}

.page-template-ra-tpl .use-case-feats.use-case-feats2 .use-case-feat {
    margin-bottom: 60px;
}

.page-template-ra-tpl .use-case-feats2 .use-case-feats-inner {
    max-width: 1100px;
    margin: 60px auto 0;
}

.page-template-ra-tpl .use-case-feats2.use-case-feats .button {
    margin: 0 10px;
}

.page-template-ra-tpl .use-case-feats2.use-case-feats {
    margin-bottom: 60px;
}

.benefits-mobile-label {

text-transform: uppercase;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    display: none;
}

.video-wrap.active .clicktolarge {
    display: none;
}

.clicktolarge {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4C656A;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px;
}

.benefits-mobile-label:after {content: '\f107';font-family: 'FontAwesome';position: absolute;right: 0;font-size: 27px;line-height: 20px;}
.use-case-feats.loop-feats .slick-prev {
    display: none !important;
}

.loop-slideshow-inner-img {
    position: relative;
    left: -2px;
}

.page-template-homepage-tpl .partners .partner,
.home .partners .partner {
      width: 100%;
    max-width: 260px;
}
.main-menu-item:not(:first-child) .column-count-1 + .submenu-columns {
    left: 0;
}
.main-menu-item:nth-child(3) .column-count-2 + .submenu-columns > div {
    width: 150px;
}

.main-menu-item:nth-child(3) .column-count-2 + .submenu-columns > div + div {
    width: 200px;
    padding: 15px 20px;
}

.page-template-homepage-tpl .hbspt-form input:not([type="submit"]),
.home .hbspt-form input:not([type="submit"]) {
    margin-bottom: 20px;
}
.hbspt-form textarea {width: 100% !important;display: block;border-radius: 4px;padding: 20px 30px 20px 21px;margin-bottom: 20px;border: 1px solid #eee;font-size: 16px;outline: none;}

.page-template-homepage-tpl ul.inputs-list li,
.home ul.inputs-list li {
display: block;
}

.page-template-homepage-tpl ul.inputs-list li label,
.home ul.inputs-list li label {
    /* display: flex; */
}

.page-template-homepage-tpl ul.inputs-list li label input,
.home ul.inputs-list li label input {
    margin-right: 10px;
}
.footer-lang-switch {
    width: 100%;
    text-align: right;
    padding-right: 40px;
}

.lang-switch a {
    color: #fff;
  opacity: 0.6;
}

.wpml-ls-current-language a {
    font-weight: 700;
  opacity: 1;
}

.lang-switch li + li {
    border-left: 1px solid #fff;
}

.lang-switch a {
    padding: 1px 10px;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin-right: 10px;
}

.page-template-homepage-tpl .hbspt-form,
.home .hbspt-form {
    margin-top: 30px;
}
.two-top-menus .lang-switch li:first-child a {
    padding-left: 0;
}

.page-template-use-cases-tpl .top-slide-text-text {
    max-width: 515px;
}

.use-case-media-img {
    max-width: 450px;
}

.use-case-text-info {
    flex: 1;
    margin-left: 50px;
}

.use-cases-btn {
    margin-top: 20px;
}

.use-cases-btn div + div {margin-left: 20px;}

.page-template-use-cases-tpl .single-use-detail-img {
    box-shadow: none;
    border-radius: 0;
}

.page-template-use-cases-tpl .single-use-detail-img img {
    border-radius: 0;
}

.use-case-feats.loop-feats.text-center .use-case-feat-img img {
    margin: 0 auto;
}

.page-template-use-cases-tpl .use-case-feats-inner {
    margin: 60px 0 0;
}

.page-template-use-cases-tpl .use-case-feats-inner + .flexed > div {
    margin: 0 10px;
}

.page-template-use-cases-tpl .use-case-feats-inner .use-case-feat {
    margin-bottom: 60px;
}

.page-template-use-cases-tpl .use-case-feats + .loop-faq {
    padding: 80px 0;
}

.page-template-use-cases-tpl .use-case-top-section-video {
    margin-left: 0;
}
.lang-de .main-menu-item.accent {
    max-width: 145px;
}

.lang-de .main-menu-item.accent.accent-grad {
    max-width: 90px;
}

.submenu-columns {
    z-index: 21;
}

.page-template-homepage-tpl .single-solution .grey-left,
.home .single-solution .grey-left {
    position: absolute;
    bottom: -5px;
}

.page-template-homepage-tpl .single-solution,
.home .single-solution {
    padding-bottom: 75px;
}
.team-block {
    justify-content: center;
}
.contact-form form fieldset:nth-child(6) > div > div li {
    max-width: 160px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 10px;
}
.page-id-5614 ul.inputs-list label, .page-id-232 ul.inputs-list label input {flex: 1;}
.contact-form form fieldset:nth-child(6) > div > div li span {
    width: calc(100% - 25px);
}
.page-id-5614 ul.inputs-list label, .page-id-232 ul.inputs-list label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-template-use-case-template .not-home-signup .hs_submit.hs-submit input,
.page-template-industries-template .not-home-signup .hs_submit.hs-submit input {
    background: #FF8F1A;
    margin-top: 10px;
}

.not-home-signup .signup-form form fieldset:nth-child(4) {
    margin-top: 10px;
}

.use-case-single-wrap.section {
    position: relative;
}
.submenu-column a[href="#"] {
    cursor: text;
}

.free-trial-top-section .contact-form form fieldset:nth-child(6) > div > div li,
.page-id-234 .contact-form form fieldset:nth-child(6) > div > div li,
.page-id-5583 .contact-form form fieldset:nth-child(6) > div > div li {
    max-width: 100%;
}
.page-template-industries-template .top-offset.basic-page {
    min-height: 100%;
}

.resources-list {
    margin-bottom: 200px;
}

.benefits-section-inner h2,
.section-pricing-inner h2,
.loop-faq h2,
.loop-slideshow-inner h2,
.loop-feats-title h2,
.use-case-details h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.border .single-post-img img {
    border-radius: 0;
}
.book-demo-wrap {
    background: linear-gradient(135deg, #053540, #49B0C0);
    position: relative;
    margin-top: 99px;
    padding: 60px 0;
    color: #fff;
}

.book-demo-text {
    flex: 1;
    margin-right: 40px;
      
}

.book-demo-text ul {
    margin-left: 50px;
}

.book-demo-text ul li {
    margin-bottom: 12px;
  
}

.book-demo-text h1 {
    margin-bottom: 30px;
font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    max-width: 900px;}

.book-demo-text p {
    margin-bottom: 40px;
  font-size: 24px;
    line-height: 36px;
}

.book-demo-text img {
  max-width: 700px;
    width: auto;
    margin-top: 50px;
}
.clients-line h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.clients-line-lg {
  padding: 40px 0;
}

.submenu-column.col-image {
    padding-top: 15px;
    padding-bottom: 10px;
}

.page-template-homepage-tpl .top-slide-info,
.home .top-slide-info {
    width: 100%;
    top: 25px;
    left: 55px;
}

.page-template-homepage-tpl .top-slide-info .top-slide-text span,
.home .top-slide-info .top-slide-text span {
color: #FF8319;}

.page-template-homepage-tpl .top-slide-text,
.home .top-slide-text {
    margin-bottom: 45px;
}

header {
    background: rgb(0 36 43 / 70%);
    padding-bottom: 20px;
}

.page-template-homepage-tpl .partners .partner img,
.home .partners .partner img {
    margin: 0 auto;
    width: auto;
    padding: 0 50px;
    max-height: 120px;
    object-fit: contain;
}

.page-template-homepage-tpl .partners h2, 
.home .partners h2 {
    margin-bottom: 15px;
}

.home-press:before {
    display: none;
}

.page-template-homepage-tpl .single-blog-post,
.home .single-blog-post {
    max-width: 350px;
    align-self: stretch;
}

.page-template-homepage-tpl .single-post-img img,
.home .single-post-img img {
    height: 200px;
    object-fit: cover;
}

.latest-posts-wrap {
    padding: 63px 0 83px;
    background: #f7f7f7;
}

.latest-posts-wrap h2 {
    margin-bottom: 45px;
}

.home-contact-text {
    max-width: 575px;
    padding: 0 70px 0 55px;
}

.page-template-homepage-tpl .contact-form.contact-form-contact,
.home .contact-form.contact-form-contact {
    flex: 1;
    margin-bottom: 50px;
    padding-right: 55px;
}

.page-template-homepage-tpl .contact-form.contact-form-contact fieldset,
.home .contact-form.contact-form-contact fieldset {
    max-width: 100%;
}

.home-contact {
    padding-top: 100px;
}

.home-contact-text h3 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 28px;
    color: #00242B;
}

.home-contact-text p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
}

.home-contact-text p a {
    color: #000;
    text-decoration: underline !important;
}

.page-template-homepage-tpl .hbspt-form,
.home .hbspt-form {
    margin-top: 0;
}

.page-template-homepage-tpl .hs-consent_to_process_checkbox,
.home .hs-consent_to_process_checkbox {
    display: block !important;
    margin-bottom: 0px !important;
}

.page-template-homepage-tpl .hs_consent_to_process_checkbox ul.inputs-list li label,
.home .hs_consent_to_process_checkbox ul.inputs-list li label {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
}

.contact-form form .hs_consent_to_process_checkbox li span {/* display: block; */max-width: 100%;}

.contact-form form .hs_consent_to_process_checkbox li {
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-homepage-tpl .hbspt-form input[type="checkbox"],
.home .hbspt-form input[type="checkbox"] {
    display: inline;
    margin: 0;
    position: relative;
    top: 2px;
}

.page-template-homepage-tpl .hbspt-form input[type="checkbox"] + span,
.home .hbspt-form input[type="checkbox"] + span {
    padding-left: 10px;
}

.page-template-homepage-tpl .hs_newsletter_checkbox.hs-newsletter_checkbox,
.home .hs_newsletter_checkbox.hs-newsletter_checkbox {
    margin-top: 0;
}

.page-template-homepage-tpl .contact-form form fieldset:nth-child(6) > div > div,
.home .contact-form form fieldset:nth-child(6) > div > div {
    column-count: 1;
}

.partners-wrap {
    background: #f7f7f7;
    padding: 50px 0;
}

.testimonials-full-slider {
    max-width: 1100px;
    margin: 0 auto;
}

.page-template-homepage-tpl .api-use-case-list .container > .flexed:not(:last-child),
.home .api-use-case-list .container > .flexed:not(:last-child) {
    flex-direction: row-reverse;
    margin-bottom: 100px;
}

.page-template-homepage-tpl .api-use-case-list .container > .flexed > div,
.home .api-use-case-list .container > .flexed > div {
    max-width: 516px;
    padding: 0px 55px;
    box-sizing: content-box;
    margin: 0;
}

.page-template-homepage-tpl .api-use-case-list ul,
.home .api-use-case-list ul {
    column-count: 2;
    margin-left: 15px;
    padding-top: 30px;
}

.page-template-homepage-tpl .api-use-case-list,
.home .api-use-case-list {
    background: #fff;
    padding-top: 30px;
}

.page-template-homepage-tpl .api-use-case-list h2,
.home .api-use-case-list h2 {
    padding-bottom: 45px;
}

.page-template-homepage-tpl .use-cases-btn,
.home .use-cases-btn {
    margin-top: 50px;
}

.page-template-homepage-tpl .use-case-media-img,
.home .use-case-media-img {
    max-width: 515px;
}

.page-template-homepage-tpl .use-case-top-section-video,
.home .use-case-top-section-video {
    max-width: 100%;
    margin: 0;
}

.page-template-homepage-tpl .use-cases-btn div + div a,
.home .use-cases-btn div + div a {
    border: 1px solid #033B48;
    padding: 9px 23px;
}

.home-section-slide {
    height: 290px;
}

.home-section-slide-inner {
  padding: 25px;
  height: 100%;
  background: transparent linear-gradient(161deg, #033B48 0%, #033B48EF 17%, #00838FDD 43%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.home-section-slideshow {
    padding: 80px 50px 30px;
}

.home-section-slide-subtitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #ff8319;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.home-section-slide-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    padding: 5px 0;
    /* position: relative; */
    color: #fff;
}

.home-section-slide-link a {
    color: #fff;
}

.home-section-slide-link {
    margin-top: 5px;
}

.home-section-slideshow button.slick-arrow {
    border-color: #ff8319;
    transform: translateY(-50%) rotate(-45deg);
    border-width: 2px;
    left: 5px;
}

.home-section-slide.slick-slide.slick-current + .home-section-slide.slick-slide.slick-active {
    transform: scale(1.55, 1.35);
    opacity: 1;
    z-index: 3;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 60%);
    margin: 20px 5px;
    height: 250px;
}

.home-section-slideshow .slick-list {
    padding: 55px 2px;
}

.home-section-slide-inner {

  border-radius: 10px;
}

.home-section-slide {
    border-radius: 10px;
    max-width: 400px;
    display: none;
    transition: 0.3s;
    opacity: 0.8;
    z-index: 2;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    position: relative;
    margin: 0 5px;
}

.home-section-slide.slick-slide.slick-current + .home-section-slide.slick-slide.slick-active .home-section-slide-inner > div {
    transform: scale(0.65, 0.75);
    transform-origin: left top;
}

.home-section-slide.slick-slide.slick-current + .home-section-slide.slick-slide.slick-active .home-section-slide-inner > div.home-section-slide-link {
    margin-top: -5px;
}

.home-section-slideshow-wrap {
    background: rgb(178 178 177 / 10%);
    padding-bottom: 50px;
}

.home-section-slideshow button.slick-next.slick-arrow {transform: translateY(-50%) rotate(135deg);right: 5px;left: inherit;}

.home-section-slideshow-wrap ul.slick-dots {
    bottom: 0;
}

.home-section-slideshow-wrap ul.slick-dots button {
    background: #C6C6C6;
    border: none;
    width: 8px;
    height: 8px;
}

.home-section-slideshow-wrap ul.slick-dots li.slick-active button {background: #04333F;}

.page-template-homepage-tpl .hbspt-form input:not([type="submit"]),
.home .hbspt-form input:not([type="submit"]),
.page-template-homepage-tpl .hbspt-form textarea,
.home .hbspt-form textarea {
    background: #F0F0EF;
}

.page-template-homepage-tpl ul.inputs-list li label,
.home ul.inputs-list li label {
    position: relative;
    align-items: flex-start;
}

.page-template-homepage-tpl ul.inputs-list li label input[type="checkbox"],
.home ul.inputs-list li label input[type="checkbox"] {
    display: none;
}

.page-template-homepage-tpl ul.inputs-list li label input[type="checkbox"] + span:before,
.home ul.inputs-list li label input[type="checkbox"] + span:before {
	content: '';width: 24px;height: 24px;display: block;background: #09132115;border-radius: 4px;margin-left: -10px;top: 2px;position: absolute;left: 8px;}

.page-template-homepage-tpl ul.inputs-list li label input[type="checkbox"] + span,
.home ul.inputs-list li label input[type="checkbox"] + span {padding-left: 40px;display: block;padding-top: 6px;}

.page-template-homepage-tpl .contact-form form fieldset:nth-child(6),
.home .contact-form form fieldset:nth-child(6) {margin-top: 7px;}

.page-template-homepage-tpl ul.inputs-list li label input[type="checkbox"]:checked + span:after,
.home ul.inputs-list li label input[type="checkbox"]:checked + span:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    top: 7px;
}

.page-template-homepage-tpl .hs_consent_to_process_checkbox ul.inputs-list[role="alert"] li label,
.home .hs_consent_to_process_checkbox ul.inputs-list[role="alert"] li label {position: relative;top: 12px;left: 24px;}

.page-template-homepage-tpl .contact-form form input[type="submit"],
.home .contact-form form input[type="submit"] {
    display: block;
    width: calc(100% - 5px);
    padding: 13px 0;
}

.contact-form form fieldset:nth-child(7) ~ .hs_submit.hs-submit {
    grid-row: 6;
    margin-top: 20px;
    position: relative;
    left: 4px;
}

.contact-cont .contact-form form fieldset:nth-child(7) ~ .hs_submit.hs-submit {
	grid-row: auto;
}

.page-template-homepage-tpl h2,
.home h2 {
    color: #00242B;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.single-post-wrap {
    height: 100%;
    padding-bottom: 45px;
}

.home-post-link {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 14px;
    color: #033B48;
    line-height: 18px;
    z-index: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.single-post-inner > a {
    z-index: 3;
}

.home-post-link i {
    border: 1.2px solid #033B48;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    padding-left: 1px;
    line-height: 18px;
}

.page-template-ra-tpl .use-case-feat-img {
    height: 70px;
    display: flex;
    align-items: center;
}

.home-section-slide-link a:hover span {
    text-decoration: underline;
}

.home-section-slide-link a i {
    border: 1.2px solid #fff;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    padding-left: 2px;
    align-items: center;
    line-height: 24px;
    margin-left: 5px;
    /* padding-bottom: 1px; */
}

.page-template-homepage-tpl .clicktolarge,
.home .clicktolarge {
    color: #B2B2B1;
}

.page-template-homepage-tpl .use-case-media-img .clicktolarge,
.home .use-case-media-img .clicktolarge {
    margin: 2px 3px 0 10px;
}

.video-wrap img {
  cursor: pointer;
}

.home-section-slide-inner-info {
    position: relative;
}

.home-section-slide-link {
    position: absolute;
    top: 100%;
}

.testimonials-full-slider .slick-track, .testimonials-full-slider .slick-list {
    height: auto;
}

.home-clients-logos.home-clients-logos-legacy .home-clients-logo {
    max-width: 230px;
}
.home-clients-logo img {
    max-width: 170px;
    margin: 0 auto;
    filter: grayscale(1);
}
.page-template-homepage-tpl .testimonial-logo img {
    max-width: 190px;
}
.home-section-slide.slick-slide.slick-current + .home-section-slide.slick-slide.slick-active {
    background-size: 100% 112% !important;
}
.main-menu-item:nth-child(2) .submenu-columns {
    left: 15px;
    width: 348px !important;
    align-items: fl;
}

.main-menu-item:nth-child(2) .submenu-columns .submenu-column.col-linksicons {
    width: 190px;
}
.discover-tpl .top-slide-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    max-width: 570px;
    margin-bottom: 35px;
}

.discover-tpl .top-slide-text h1 {
    font-size: 48px;
    line-height: 68px;
    margin-bottom: 10px;
    font-weight: 500;
}

.top-count-info-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.top-count-info {
    background: #F7F7F7;
    padding: 20px 0;
    color: #BEBEBE;
    font-size: 30px;
}

.top-count-info .count {
    color: #B2B2B1;
    font-weight: 700;
    font-size: 48px;
    margin-right: 15px;
}

.basic-text {
    padding: 90px 0 70px;
}

.basic-text h2 {
    margin-bottom: 20px;
    font-weight: 500;
}

.basic-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.basic-text a {
    color: #FB7C14;
}
.data-list-single {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #A8E1E8;
    font-size: 18px;
    line-height: 28px;
    align-items: flex-start;
}

.data-list-single:last-child {
    border-bottom: 1px solid #A8E1E8;
}

.data-list-single .data-list-title {
    width: 185px;
    font-weight: 600;
}

.data-list-single .data-list-text {
    flex: 1;
}

.page-template-datadiscover  > .loop-faq {
    margin: 100px 0;
}

.not-home-contact {
    background: linear-gradient(45deg, #01AEBD, #033D4A);
    color: #fff;
}

.not-home-contact h3, .not-home-contact .home-contact-text a {
    color: #fff;
}

.not-home-contact .hs-richtext span {
    background: transparent !important;
    color: #fff !important;
}
.not-home-contact.page-template-homepage-tpl ul.inputs-list li label input[type="checkbox"] + span:before {background: #f0f0ef;}

.not-home-contact.page-template-homepage-tpl ul.inputs-list li label input[type="checkbox"] + span:after {
    color: #026b78;
}
.padding-right {
    padding-left: 55px;
}
.book-demo-video-inner h2 {
    margin-bottom: 40px;
}
.book-demo-video {
    padding: 20px 0 50px;
}

.book-demo-video h2 {
    margin-bottom: 60px;
}

.book-demo-video iframe {
    max-width: 100%;
}
.wp-video {
    margin: 0 auto;
}
video.videogif {
    max-width: 640px;
}
.use-case-top-section.free-trial-top-section .use-case-top-section-img {
    max-width: 500px;
    flex: 1;
    margin: 0;
}

.use-case-top-section.free-trial-top-section .use-case-top-section-text {
    max-width: 670px;
}

.use-case-top-section.free-trial-top-section {
    padding-top: 170px;
}

.use-case-feats.trial-feats .use-case-feat {
    margin: 50px 0 10px;
    padding: 0 15px;
}

.use-case-feats.trial-feats .use-case-feat img {
    max-width: 100px;
    margin: 0 auto;
}

li.hs-form-booleancheckbox {
    display: block;
}
.free-trial-slideshow {
    padding: 0 0 80px 0;
}

.free-trial-slideshow-inner {
    padding-top: 50px;
}

.free-trial-slide-img {
    padding: 0 50px;
    position: relative;
}

.free-trial-slide-img img {
    border-radius: 15px;
}

.free-trial-slide-text {
    left: 50px;
    right: 50px;
    bottom: 50px;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
}

.free-trial-slide {
    position: relative;
}
.free-trial-slide-pr .free-trial-slide-img {padding: 20px 10px;}
.use-case-feats.trial-feats {background: #fff;}
.container-reverse .use-case-top-section-video {margin-left: 0;margin-right: 40px;}

.container-reverse .use-case-top-section-video img {margin-bottom: 15px;}

.container.container-reverse {margin-top: 60px;}

.page-id-6304 .hbspt-form,
.page-id-6317 .hbspt-form,
.page-template-free-trial-tpl .use-case-top-section.free-trial-top-section .hbspt-form {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    color: #333;
}

.book-demo-form {
    max-width: 500px;
    width: 100%;
}
.hbspt-form input:not([type="submit"]) {}

.page-id-6317 .hbspt-form input:not([type="submit"]), 
.page-id-6317 .hbspt-form select, 
.page-id-6304 .hbspt-form input:not([type="submit"]), 
.page-id-6304 .hbspt-form select,
.page-template-free-trial-tpl .hbspt-form input:not([type="submit"]), 
.page-template-free-trial-tpl .hbspt-form select {
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2 !important;
	padding: 10px;
	margin-bottom: 20px !important;
	margin-top: 2px;
	border-radius: 10px;
	margin-left: 0;
	margin-right: 8px;
	width: 100%;
	}

.page-id-6317  .hbspt-form label,
.page-id-6304  .hbspt-form label,
.page-template-free-trial-tpl .hbspt-form label {
    font-size: 14px;
    align-items: flex-start;
    display: flex;
}
.page-id-6317 .page-template-free-trial-tpl .hbspt-form ul.no-list.hs-error-msgs.inputs-list,
.page-id-6304 .page-template-free-trial-tpl .hbspt-form ul.no-list.hs-error-msgs.inputs-list,
.page-template-free-trial-tpl .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
    margin-left: 0;
}

.page-id-6317  .hbspt-form ul.no-list.hs-error-msgs.inputs-list li,
.page-id-6304  .hbspt-form ul.no-list.hs-error-msgs.inputs-list li,
.page-template-free-trial-tpl .hbspt-form ul.no-list.hs-error-msgs.inputs-list li {
    margin-left: 0;
}

.page-id-6317 .hbspt-form ul.no-list.hs-error-msgs.inputs-list li label
.page-id-6304 .hbspt-form ul.no-list.hs-error-msgs.inputs-list li label,
.page-template-free-trial-tpl .hbspt-form ul.no-list.hs-error-msgs.inputs-list li label {
    font-size: 12px;
}

.page-id-6317 .hbspt-form .hs_newsletter_checkbox.hs-newsletter_checkbox,
.page-id-6304  .hbspt-form .hs_newsletter_checkbox.hs-newsletter_checkbox,
.page-template-free-trial-tpl .hbspt-form .hs_newsletter_checkbox.hs-newsletter_checkbox {
    margin-top: 0;
    margin-bottom: 20px;
}
.page-id-6317 .hbspt-form input.hs-button.primary.large,
.page-id-6304  .hbspt-form input.hs-button.primary.large,
.page-template-free-trial-tpl .hbspt-form input.hs-button.primary.large {
    float: none;
    width: 100%;
    padding: 15px;
}
.ai-feats .use-case-feats-inner {
    gap: 60px 30px;
    padding-top: 30px;
	align-items: flex-end;
}

.use-case-feats.ai-feats {
    background: #fff;
}

.ai-pros-cons {
    padding: 80px 0 65px;
}

.pros-cons-inner > div {
    flex: 1;
}

.pros-cons-inner h2 {
    font-weight: 500;
    padding-bottom: 25px;
}

.pros-cons-inner h2 b {color: #FF8319;font-weight: 500;}

.pros-cons-list {
    text-align: left;
}

.pros-cons-item {
    background: #EDEDED;
    padding: 10px 100px 10px 50px;
    border-radius: 20px 0 0 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-left: 30px;
    position: relative;
}

.pros-cons-item.pros-cons-pros-item {
    padding: 10px 50px 10px 100px;
    border-radius: 0 20px 20px 0;
    margin-left: 0;
    margin-right: 30px;
}

.pros-cons-item p {
    margin: 0;
}

.pros-cons-item:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
     background: url('img/cons.svg') 50% 50% no-repeat;
}

.pros-cons-item.pros-cons-pros-item:before {
    left: inherit;
    right: 0;
    transform: translate(50%, -50%);
     background: url('img/pros.svg') 50% 50% no-repeat;
}

.pros-cons-item.pros-cons-pros-item:after {
    content: '';
    width: 95px;
    height: 57px;
    background: url('img/prosc.svg') 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ai-video {
    background: #F2F4F4;
    padding: 75px 0 90px;
}

.ai-video h2 {
    margin: 5px 0 22px;
}

.ai-video .button {
    padding-top: 40px;
}

.ai-steps {
    padding: 75px 0;
    background: #F2F4F4;
	margin-bottom: 90px;
}

.ai-steps-text h2 {
    margin-bottom: 20px;
}

.ai-steps-text p {
    font-size: 18px;
    line-height: 26px;
}

.ai-steps .ai-steps {
    padding: 65px 0 90px;
    background: none;
    gap: 50px;
	margin: 0;
}

.ai-step {
    flex: 1;
}

.ai-step-index {
    background: #6BCCD8;
    color: #fff;
    padding: 10px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    border-radius: 30px;
    font-weight: 700;
    margin-left: -26px;
}

.ai-step-text {
    padding: 0 4px 20px 30px;
    border-left: 3px solid #5BBEC1;
    border-bottom: 3px solid #5BBEC1;
    min-height: 155px;
    position: relative;
}

.ai-step-text:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    border-left-color: #5BBEC1;
    border-left-width: 12px;
    right: 0;
    bottom: 0;
    transform: translate(100%, calc(50% + 1px));
}

.ai-step-title-text {
    flex: 1;
    padding-left: 7px;
}

.ai-step-title-text h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.ai-step-text {
    margin-top: 15px;
}

.ai-video-inner {
    font-size: 18px;
    line-height: 26px;
}
.page-template-homepage-tpl .api-use-case-list .container > .flexed.not-even {
    flex-direction: row-reverse;
}

.page-template-homepage-tpl .api-use-case-list .container > .flexed.even {
    flex-direction: row;
}

.page-template-homepage-tpl .api-use-case-list .container > .flexed.even .clicktolarge {
    text-align: left;
}
.benefits-table-info-text ul,
.data-list-text ul {
    margin-left: 30px;
}

.benefits-table-info-text a {
    color: currentColor;
    text-decoration: underline !important;
}

.customer-stories-content-inner > div {
    flex: 1;
}

.customer-stories-content-inner > div > .solution-img {
    height: 180px;
}