@media screen and (max-width: 960px) {
  html[lang="fr-FR"] .section-header a[href*="#"] {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .first-section-bg {
    padding-top: 70px;
  }
  .section-header {
    -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .section-header .logo.inline-logo .switching-fill {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .section-header .simple-links .link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .sticky-header .section-header {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .ec-home.sticky-header .section-header .simple-links .link {
    color: #30313E;
  }
  .sticky-header .section-header .logo.inline-logo .switching-fill {
    fill: #031b46;
  }
}
h1, h2, h3, h4,
.styled-font {
  font-size: 1em;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.first-section-bg {
  position: relative;
  background-color: #2A389A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/static/home/bg-usp.jpg);
  overflow: hidden;
}
.section-usp {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}
.section-usp .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.32;
  color: #ffffff;
  display: block;
  width: 100%;
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto 40px auto;
}
@media (min-width: 1081px) {

  .native-home .section-usp .title {
    font-size: 47px;
  }
  .native-home.lang-en .section-usp .title {
    font-size: 66px;
  }
}
.section-usp .title strong {
  color: #9D9FE5;
}
.section-usp .subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.45;
  max-width: 850px;
  margin: 0 auto 50px auto;
  font-weight: normal;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.section-usp .signup-btn-ctn {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.section-usp .signup-legend {
  text-align: center;
  color: #ffffff;
  margin: 10px 0;
}
.section-usp .video-btn {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
  color: #ffffff;
}
.section-usp .video-btn polygon {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.section-usp .video-btn:hover {
  background-color: #f7f7f7;
  color: #9D9FE5;
}
.section-usp .video-btn:hover polygon {
  stroke: #9D9FE5;
}
.section-usp .left {
  width: 48%;
  float: left;
}
.section-usp .right {
  float: right;
  width: 46%;
  position: relative;
  margin-right: 2%;
}
.section-usp .right img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.160, 0.380, 0.060, 0.990) 0.5s, opacity 0.5s ease 0.5s;
  opacity: 0;
  animation-name: floating;
  animation-duration: 3s;
  animation-delay: 1.1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  transform: translateY(10%);
}
@media screen and (min-width: 1351px) {
  .section-usp .right img {
    width: 130%;
    margin-left: 0;
    margin-top: -7%;
  }
}
@media screen and (min-width: 901px) and (max-width:1350px) {
  .section-usp .right img {
    width: 110%;
    margin-left: 0;
    margin-top: 0;
  }
}
body.loaded-100 .section-usp .right img {
  transform: translate(0, 0);
  opacity: 1;
}
@keyframes floating {
  from { transform: translate(0,  0); }
  65%  { transform: translate(0, 5px); }
  to   { transform: translate(0, 0); }
}

.section-video .img-ctn {
  text-align: center;
  max-width: 1100px;
}
.demo-video-img {
  border-radius: 15px;
  box-shadow: 0 0 38px 0 rgba(9, 26, 67, 0.1);
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 56.3%;
  position: relative;
}
.demo-video-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-benefits {
  background-color: #f5f7fc;
}
.section-benefits .section-center,
.section-video .section-center {
  text-align: center;
}
.section-benefits .benefits {
  margin: -1%;
  display: flex;
  flex-wrap: wrap;
}
.section-benefits .benefit {
  display: inline-block;
  vertical-align: top;
  margin: 1%;
  width: 23%;
  border: 1px solid #ebeef3;
  background-color: #fff;
  padding: 25px 25px 40px 25px;
  text-align: left;
}
.section-benefits .benefit .img {
  width: 80px;
  height: 80px;
  background-color: #ebf3ff;
  margin-bottom: 25px;
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-benefits .img.assist {
  background-image: url(/images/static/home/benefits/assist.svg);
}
.section-benefits .img.drive {
  background-image: url(/images/static/home/benefits/drive.svg);
}
.section-benefits .img.collect {
  background-image: url(/images/static/home/benefits/collect.svg);
}
.section-benefits .img.engagement {
  background-image: url(/images/static/home/benefits/engagement.svg);
}
.section-benefits .benefit .title {
  color: #1C1C1E;
  font-size: 23px;
  margin-bottom: 25px;
}
.section-benefits .benefit .text {
  color: #8e9eba;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .section-benefits .benefit {
    width: 48%;
  }
}
@media screen and (max-width: 540px) {
  .section-benefits .benefit {
    width: 98%;
  }
}
.section-all-in-one .h-title-ctn {
  max-width: 440px;
}
.section-marketing-strategy .h-title-ctn {
  max-width: 480px;
}
.dual-s .vc-img img {
  max-width: 100%;
}
.section-f-integrations {
  background-color: #f5f7fc;
}
.section-f-integrations .mosaic {
  width: 100%;
  font-size: 10px;
  max-width: 340px;
}
.section-f-integrations .mosaic .col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 2em;
}
.section-f-integrations .mosaic .tile {
  width: 100%;
  padding-bottom: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 109px 0 rgba(9, 26, 67, 0.06);
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-f-integrations .mosaic .tile:not(:last-child) {
  margin-bottom: 4em;
}
.tile.shopify {
  background-image: url(/images/static/home/logos/shopify.png);
}
.tile.klaviyo {
  background-image: url(/images/static/home/logos/klaviyo.png);
}
.tile.g-sheet {
  background-image: url(/images/static/home/logos/g-sheet.png);
}
.tile.omnisend {
  background-image: url(/images/static/home/logos/omnisend.png);
}
.section-start-trial {
  background-color: #2A389A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/static/home/bg-usp.jpg);
  text-align: center;
  color: #ffffff;
}
.section-start-trial .title {
  font-size: 36px;
  margin-bottom: 1em;
}
.section-start-trial .text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  max-width: 640px;
  margin: 0 auto;
}
.section-start-trial .reg-btn {
  margin-top: 30px;
}
/* Dual section */
.dual-s > * {
  position: relative;
}
.dual-s:after {
  content: "";
  display: table;
  clear: both;
}
.dual-s .h-title-ctn {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.dual-s .left {
  float: left;
  width: 48%;
}
.dual-s .right {
  float: right;
  width: 48%;
}
.dual-s .vc-img {
  position: absolute;
  top: 0;
  bottom: 0;
  float: none;
}
.dual-s .vc-img.right {
  right: 0;
}
.dual-s .vc-img.left {
  left: 0;
}
.dual-s .vc-img img,
.dual-s .vc-img .mosaic {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.h-title-ctn {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #1C1C1E;
  margin-bottom: 50px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.h-title-ctn .ht-category {
  color: #2c66f6;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 540px) {
  .h-title-ctn {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .dual-s .h-title-ctn {
    margin-bottom: 30px;
  }
  .section-f-integrations .mosaic {
    font-size: 5px;
  }
}

.h-text,
.h-bullets {
  font-size: 18px;
  line-height: 1.5;
  color: #8e9eba;
}
.h-bullets {
  padding: 0;
  margin: 40px 0 0 0;
}
.h-bullets li {
  display: block;
}
.h-bullets li:not(:last-child) {
  margin-bottom: 10px;
}
.h-bullets .h-bullet {
  margin-top: 2px;
}
.h-bullet {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background-color: #9D9FE5;
  background-size: 66%;
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-image: url(/images/static/home/bullet-check.svg);
}

.section-contact {
  background-color: #F5F5F7;
}
.section-contact .h-title-ctn {
  text-align: center;
}
.section-contact form {
  max-width: 660px;
  margin: 0 auto;
}
.section-contact .label {
  font-size: 18px;
  font-weight: bold;
  color: #1C1C1E;
  margin-bottom: 15px;
}
.section-contact input,
.section-contact textarea {
  font-family: 'Plus Jakarta Sans', sans-serif;
  border-radius: 10px;
  border: 1px solid #eceff1;
  outline: none;
  box-shadow: none;
  background-color: #ffffff;
  font-size: 17px;
  text-align: left;
  color: #1C1C1E;
  padding: 0 25px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100%;
}
.section-contact input:hover,
.section-contact textarea:hover {
  border-color: #c5c5c5;
}
.section-contact input.invalid,
.section-contact textarea.invalid {
  border-color: #ff7f7f;
}
.section-contact input:-webkit-autofill {
  /* Remove the yellow default autocomplete background on Chrome */
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #1C1C1E!important;
}
.section-contact ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #b9bec3;
}
.section-contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #b9bec3;
  opacity:  1;
}
.section-contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #b9bec3;
  opacity:  1;
}
.section-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #b9bec3;
}
.section-contact ::-ms-input-placeholder { /* Microsoft Edge */
  color:    #b9bec3;
}
.section-contact input {
  height: 48px;
}
.section-contact textarea {
  padding: 25px;
  height: 180px;
  resize: none;
  width: 100%;
}
.section-contact .line {
  margin-bottom: 30px;
}
.section-contact .line .reg-input {
  width: 48%;
  float: left;
}
.section-contact .line .reg-input:first-child {
  margin-right: 4%;
}
.section-contact .send-ctn {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.section-contact .outcome-message {
  font-size: 12px;
  color: #28d46e;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.section-contact .error-message {
  color: #ff7f7f;
}
.section-contact .outcome-message.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1180px) {
  .section-usp .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .section-usp {
    padding-top: 70px;
  }
  .section-usp .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 940px) {
  .section-usp .left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .section-usp .subtitle {
    max-width: none;
  }
  .section-usp .right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .section-usp .right img {
    margin: 0 auto;
    max-width: 580px;
  }
}
@media screen and (max-width: 900px) {

  .section-header .simple-links a {
    margin-right: 10px;
  }
  .section-usp {
    padding-top: 50px;
    padding-bottom: 50px;
  }


  .dual-s .right,
  .dual-s .left {
    float: none;
    width: 100%;
  }
  .dual-s > *:first-child {
    margin-bottom: 50px;
  }
  .dual-s .vc-img {
    position: relative;
  }
  .dual-s .vc-img img,
  .dual-s .vc-img .mosaic {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {

  .section-contact .line {
    margin-bottom: 20px;
  }
  .section-contact .line .reg-input {
    width: 100%;
  }
  .section-contact .line .reg-input:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-contact .send-ctn {
    text-align: center;
    margin-top: 20px;
  }
  .section-contact input,
  .section-contact textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .section-usp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-usp .title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .section-usp .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .section-usp .btn-ctn .reg-btn {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .section-usp .btn-ctn .signup-btn-ctn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .section-usp .title {
    font-size: 24px;
  }
  .section-start-trial .title {
    font-size: 28px;
  }
  .h-text,
  .h-bullets,
  .section-start-trial .text {
    font-size: 16px;
  }
  .h-bullet {
    margin-right: 6px;
    height: 22px;
    width: 22px;
  }
  .h-bullets .h-bullet {
    margin-top: 1px;
  }
}

/* Video */
.video-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  white-space: nowrap;
  overflow-y: auto;
  padding: 20px;
}
body.loaded-100 .video-overlay {
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.video-overlay:not(.visible) {
  pointer-events: none;
}
.video-overlay.visible {
  opacity: 1;
  visibility: visible;
}
/* Ghost element to have vertical centering */
.video-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.video-modal-ctn {
  width: 100%;
  max-width: 1000px; /* Fallback */
  max-width: 150vh;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-weight: normal;
  position: relative;
}
.video-modal-ctn .ratio-ctn {
  width: 100%;
  padding-bottom: 56.25%; /* 16/9 ratio */
  position: relative;
}
#vimeo-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-modal-ctn .modal-cross {
  position: absolute;
  right: 0;
  top: -25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.video-modal-ctn .modal-cross svg {
  height: 80%;
  width: 80%;
  margin-top: 10%;
}
.video-modal-ctn .modal-cross:hover {
  opacity: 0.7;
}

/* Native home */
body.native-home .mobile-nav-bar .hamburger span,
body.native-home .mobile-nav-bar .hamburger span::after,
body.native-home .mobile-nav-bar .hamburger span::before {
  background: #686E81;
}
body.native-home .mobile-nav-bar.open .hamburger span {
  background: 0 0;
}
.native-home .first-section-bg {
  background: #f6f6f6;
}
.native-home .section-usp .title {
  color: #1C1C1E;
}
.native-home .section-usp .subtitle {
  color: rgba(142, 158, 186, 0.8);
}
.native-home .section-usp .signup-legend {
  color: rgba(0, 102, 255, 0.8);
}
.native-home .section-header .reg-btn.wire {
  border-color: #1C1C1E;
  color: #1C1C1E;
}
.native-home .section-header .reg-btn.wire:hover {
  background-color: #ededed;
}
.native-home .section-header .logo.inline-logo .switching-fill {
  fill: #031b46;
}
.native-home .section-usp .video-btn {
  color: #1C1C1E;
}
.native-home .section-usp .video-btn:hover {
  background-color: #ededed;
  color: #9D9FE5;
}
.native-home .section-usp .video-btn polygon {
  stroke: #1C1C1E;
}
.native-home .section-usp .video-btn:hover polygon {
  stroke: #9D9FE5;
}
.section-start-trial .checks {
  padding: 0;
  margin: 40px 0 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.section-start-trial .checks li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 10px;
}
.section-start-trial .checks li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 7px;
  height: 16px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 17px;
  margin-top: -5px;
}
.section-services .h-title-ctn {
  text-align: center;
}
.section-services ul {
  padding: 0;
  margin: -2%;
  display: flex;
  flex-wrap: wrap;
}
.section-services li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 2%;
  width: 29.333%;
  text-align: left;
}
.section-services .service .img {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.section-services .service h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #1C1C1E;
  margin-bottom: 20px;
}
.section-services .service .desc {
  line-height: 1.7;
  color: #8e9eba;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .section-services li {
    width: 46%;
    margin-bottom: 20px;
  }
  .section-start-trial .checks li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-services li {
    width: 100%;
  }
}
.native-home .section-video {
  background-color: #f5f7fb;
}
.section-usp video {
  width: 100%;
}
.native-home .section-usp .left {
  position: relative;
}
.section-usp .bg-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/static/home-native/usp-bullets.png);
  position: absolute;
  top: -10%;
  left: -20%;
  width: 130%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 900px) {
  .section-usp .bg-img {
    display: none;
  }
}
