/* fonts */
.acumin {
  font-family: acumin-pro, sans-serif;
}
.amplitude {
  font-family: Amplitude, sans-serif;
}
/* body */
html,
body {
  margin: 0;
  background: #fff;
  font-size: 62.5% !important;
  color: #0A0A0A;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: acumin-pro, sans-serif;
}
#page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body p {
  color: #0A0A0A;
}
table,
tr,
td {
  font-size: 20px;
}
a {
  outline: none;
  text-decoration: none;
}
.row {
  max-width: 120rem;
  height: inherit;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 5;
}
* {
  box-sizing: border-box;
}
/* header */
#announcementBar {
  padding: 1rem 0;
  background: #000;
  position: relative;
  z-index: 2;
  transition: all .3s;
}
#announcementBar p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
}
#announcementBar p a {
  display: inline-block;
  padding: .2rem 1rem;
  background: #fff;
  color: #0a0a0a;
  border: 1px solid #fff;
  transition: all .3s;
  margin-left: 1rem;
}
#announcementBar p a:hover {
  background: #000;
  color: #fff;
}
header#head {
  width: 100%;
  height: 8.5rem;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: all .3s;
}
header#head .row {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#head .row #logo {
  width: 14rem;
  height: 5rem;
}
header#head .row #logo a {
  display: block;
  width: inherit;
  height: inherit;
  text-indent: -999rem;
  background-image: url('../img/bn-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header#head .row #mainMenu .menu-main-menu-container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li {
  margin: 0 0 0 3.5rem;
  position: relative;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li > a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #fff;
  padding: 0.6rem 0;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li > a:hover:before {
  left: 0;
  right: 50%;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li > a:hover:after {
  right: 0;
  left: 50%;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li > a:before,
header#head .row #mainMenu .menu-main-menu-container > ul > li > a:after {
  content: '';
  display: block;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 2.5rem;
  transition: all .3s;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li > a:before {
  left: -50%;
  right: 150%;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li > a:after {
  right: -50%;
  left: 150%;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li .sub-menu {
  display: none;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > a {
  background-image: url('../img/triangle.png');
  background-size: 0.5rem 0.4rem;
  background-position: right 1.7rem;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > a:after,
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > a:before {
  display: none;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: -1.5rem;
  top: 2.4rem;
  padding: 0.5rem 1.5rem;
  background: #ffffff;
  display: none;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.14);
  list-style: none;
  margin: 0;
  border-radius: .5rem;
  flex-direction: column;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu li {
  padding: 0;
  margin: 1rem 0;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu li a {
  color: #595959;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  white-space: nowrap;
  transition: all .3s;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu li a:hover {
  text-decoration: underline;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li#menu-item-77 .sub-menu {
  min-width: 19rem;
  max-width: 19rem;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li#menu-item-77 .sub-menu a {
  white-space: normal;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li:last-of-type a {
  font-weight: 700;
  padding: 1rem 2.5rem;
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  transition: all .3s;
  border: 1px solid #fff;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li:last-of-type a:after,
header#head .row #mainMenu .menu-main-menu-container > ul > li:last-of-type a:before {
  display: none;
}
header#head .row #mainMenu .menu-main-menu-container > ul > li:last-of-type a:hover {
  background: transparent;
  color: #fff;
}
#mobileTrigger {
  display: none;
  height: 3.7rem;
  width: 4.5rem;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 2.4rem;
  z-index: 110;
  transition: all .3s;
}
#mobileTrigger div {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  margin: .8rem 1rem;
  transition: all .3s;
}
#mobileTrigger.opened {
  position: fixed;
  top: 1.2rem;
}
#mobileTrigger.opened div {
  position: absolute;
  top: 2.1rem;
  left: 0;
  background: #fff;
  border: none;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobileTrigger.opened div + div {
  display: none;
}
#mobileTrigger.opened div + div + div {
  display: block;
  position: absolute;
  top: 2.1rem;
  left: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.scrolled #announcementBar {
  opacity: 0;
}
#page.scrolled header#head {
  background: linear-gradient(41deg, #0179ef 0%, #101e72 100%);
  height: 7.5rem;
  top: 0;
}
#demoForm h3,
#contactForm h3,
#datasheetForm h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: center;
  margin: 0;
}
#demoForm p,
#contactForm p,
#datasheetForm p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #0a0a0a;
  text-align: center;
  margin: 0 auto 3rem auto;
}
#demoForm .nf-form-cont,
#contactForm .nf-form-cont,
#datasheetForm .nf-form-cont {
  padding: 4rem 4.5rem;
  margin: 0 auto;
}
#demoForm .nf-form-cont .nf-response-msg,
#contactForm .nf-form-cont .nf-response-msg,
#datasheetForm .nf-form-cont .nf-response-msg {
  margin: 7rem 0;
}
#demoForm .nf-form-cont .nf-response-msg h3,
#contactForm .nf-form-cont .nf-response-msg h3,
#datasheetForm .nf-form-cont .nf-response-msg h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: center;
  margin: 1.5rem 0;
}
#demoForm .nf-form-cont .nf-response-msg p,
#contactForm .nf-form-cont .nf-response-msg p,
#datasheetForm .nf-form-cont .nf-response-msg p {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #0a0a0a;
  margin: 1.5rem 0;
}
#demoForm .nf-form-cont .nf-response-msg p a,
#contactForm .nf-form-cont .nf-response-msg p a,
#datasheetForm .nf-form-cont .nf-response-msg p a {
  color: inherit;
  text-decoration: underline;
}
#demoForm .nf-form-cont .nf-response-msg p a:hover,
#contactForm .nf-form-cont .nf-response-msg p a:hover,
#datasheetForm .nf-form-cont .nf-response-msg p a:hover {
  text-decoration: none;
}
#demoForm .nf-form-cont .nf-form-fields-required,
#contactForm .nf-form-cont .nf-form-fields-required,
#datasheetForm .nf-form-cont .nf-form-fields-required {
  display: none;
}
#demoForm .nf-form-cont .nf-form-content,
#contactForm .nf-form-cont .nf-form-content,
#datasheetForm .nf-form-cont .nf-form-content {
  padding: 0;
}
#demoForm .nf-form-cont .nf-form-content .nf-field-container,
#contactForm .nf-form-cont .nf-form-content .nf-field-container,
#datasheetForm .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
#demoForm .nf-form-cont .nf-form-content nf-fields-wrap,
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap,
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
#demoForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
#demoForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(7),
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(7),
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(7),
#demoForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(8),
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(8),
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(8) {
  flex: 1 0 100%;
  max-width: 100%;
}
#demoForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field,
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field,
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
  flex: 1 0 50%;
  max-width: 50%;
  padding: .8rem;
}
#demoForm .nf-form-cont .nf-form-content .nf-field-label,
#contactForm .nf-form-cont .nf-form-content .nf-field-label,
#datasheetForm .nf-form-cont .nf-form-content .nf-field-label {
  margin: 0;
}
#demoForm .nf-form-cont .nf-form-content .nf-input-limit,
#contactForm .nf-form-cont .nf-form-content .nf-input-limit,
#datasheetForm .nf-form-cont .nf-form-content .nf-input-limit {
  margin: 0;
}
#demoForm .nf-form-cont .nf-form-content label,
#contactForm .nf-form-cont .nf-form-content label,
#datasheetForm .nf-form-cont .nf-form-content label {
  display: none;
}
#demoForm .nf-form-cont .nf-form-content input[type="text"],
#contactForm .nf-form-cont .nf-form-content input[type="text"],
#datasheetForm .nf-form-cont .nf-form-content input[type="text"],
#demoForm .nf-form-cont .nf-form-content input[type="tel"],
#contactForm .nf-form-cont .nf-form-content input[type="tel"],
#datasheetForm .nf-form-cont .nf-form-content input[type="tel"],
#demoForm .nf-form-cont .nf-form-content input[type="number"],
#contactForm .nf-form-cont .nf-form-content input[type="number"],
#datasheetForm .nf-form-cont .nf-form-content input[type="number"],
#demoForm .nf-form-cont .nf-form-content input[type="email"],
#contactForm .nf-form-cont .nf-form-content input[type="email"],
#datasheetForm .nf-form-cont .nf-form-content input[type="email"] {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1.5rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
#demoForm .nf-form-cont .nf-form-content select,
#contactForm .nf-form-cont .nf-form-content select,
#datasheetForm .nf-form-cont .nf-form-content select {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
#demoForm .nf-form-cont .nf-form-content textarea,
#contactForm .nf-form-cont .nf-form-content textarea,
#datasheetForm .nf-form-cont .nf-form-content textarea {
  background: #fff;
  border: 1px solid #969ca8;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 14rem;
  border-radius: .5rem;
}
#demoForm .nf-form-cont .nf-form-content input[type="button"],
#contactForm .nf-form-cont .nf-form-content input[type="button"],
#datasheetForm .nf-form-cont .nf-form-content input[type="button"] {
  font-size: 2.2rem;
  height: 5.5rem;
  line-height: 2.5rem;
  text-align: center;
  width: 100%;
  max-width: 21rem;
  border: 1px solid #1a2ee2;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 1.5rem 3.5rem;
  background-color: #1a2ee2;
  border-radius: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
#demoForm .nf-form-cont .nf-form-content input[type="button"]:hover,
#contactForm .nf-form-cont .nf-form-content input[type="button"]:hover,
#datasheetForm .nf-form-cont .nf-form-content input[type="button"]:hover {
  background: #fff;
  color: #1a2ee2;
}
#demoForm .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field,
#contactForm .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field,
#datasheetForm .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field {
  border-color: #969ca8 !important;
}
#demoForm .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after,
#contactForm .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after,
#datasheetForm .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
#demoForm .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after,
#contactForm .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after,
#datasheetForm .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
#demoForm .nf-form-cont .nf-form-content .nf-error .nf-error-msg,
#contactForm .nf-form-cont .nf-form-content .nf-error .nf-error-msg,
#datasheetForm .nf-form-cont .nf-form-content .nf-error .nf-error-msg {
  font-size: 1.4rem;
  color: #f00;
  margin-top: 0.5rem;
  text-align: left;
}
#demoForm .nf-after-form-content .nf-error-msg,
#contactForm .nf-after-form-content .nf-error-msg,
#datasheetForm .nf-after-form-content .nf-error-msg {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#contactForm h3 {
  margin: 0 0 2rem 0;
}
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1 0 50%;
  max-width: 50%;
}
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(5),
#contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(6) {
  flex: 1 0 100%;
  max-width: 100%;
}
#datasheetForm h3 {
  margin: 0 0 2rem 0;
}
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1 0 50%;
  max-width: 50%;
}
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(5),
#datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(6) {
  flex: 1 0 100%;
  max-width: 100%;
}
/* home */
.page-template-page-home #hero {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-template-page-home #hero .content {
  background-color: #1a2ee2;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 79rem;
  position: relative;
  background-position: right center;
}
.page-template-page-home #hero .content .row {
  display: flex;
  justify-content: space-between;
}
.page-template-page-home #hero .content .row .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 45.4rem;
  flex: 1 0 45.4rem;
}
.page-template-page-home #hero .content .row .txt h1 {
  font-family: Amplitude, sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 5.8rem;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 37rem;
}
.page-template-page-home #hero .content .row .txt strong {
  color: #00ffcf;
  font-weight: 400;
  letter-spacing: -1px;
}
.page-template-page-home #hero .content .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  margin: 2rem auto 3rem auto;
}
.page-template-page-home #hero .content .row .txt p:last-of-type {
  margin: 0 auto;
}
.page-template-page-home #hero .content .row .txt a {
  font-family: acumin-pro, sans-serif;
  display: inline-block;
  height: 4.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 2.5rem ;
  border: 1px solid #fff;
  transition: all .3s;
}
.page-template-page-home #hero .content .row .txt a:hover {
  color: #35aeff;
  background-color: #fff;
}
.page-template-page-home #hero .content .row .img {
  position: absolute;
  width: 60rem;
  height: 65rem;
  z-index: 3;
  bottom: -13rem;
  right: 0rem;
}
.page-template-page-home #hero .content .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(3rem 4rem 5rem rgba(0, 0, 0, 0.3));
}
.page-template-page-home #hero .content.tablet {
  display: none;
}
.page-template-page-home #hero .content.mobile {
  display: none;
}
.page-template-page-home #field {
  padding: 14rem 0 0 0;
  position: relative;
  height: 300vh;
}
.page-template-page-home #field .fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
}
.page-template-page-home #field .fixed .flex {
  display: flex;
  justify-content: stretch;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.page-template-page-home #field .fixed .flex header {
  margin-top: 15rem;
}
.page-template-page-home #field .fixed .flex header h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0.76px;
  color: #8d8d8d;
  text-align: center;
  margin: 0 auto 0 auto;
  text-transform: uppercase;
}
.page-template-page-home #field .fixed .flex header .para {
  font-family: Amplitude, sans-serif;
  font-size: 3.4rem;
  line-height: 4.1rem;
  font-weight: 700;
  color: #1f1f28;
  margin: 2rem auto 0 auto;
  text-align: center;
  max-width: 60rem;
}
.page-template-page-home #field .fixed .flex .cont {
  flex: 1;
  width: 100%;
  position: relative;
}
.page-template-page-home #field .fixed .flex .cont ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-home #field .fixed .flex .cont ul.nav li {
  width: 4rem;
  height: .3rem;
  background: #2baaff;
  opacity: .3;
  margin: 0 0.5rem;
  transition: all .3s;
}
.page-template-page-home #field .fixed .flex .cont .slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-home #field .fixed .flex .cont .slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .3s;
}
.page-template-page-home #field .fixed .flex .cont .slides .container {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.68);
  max-width: 61rem;
  margin: 0 auto 0 auto;
}
.page-template-page-home #field .fixed .flex .cont .slides .container .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 3.5rem 3.5rem;
  border: 1px solid rgba(56, 91, 243, 0.28);
}
.page-template-page-home #field .fixed .flex .cont .slides .container .box h3 {
  font-family: Amplitude, sans-serif;
  font-size: 2.3rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
.page-template-page-home #field .fixed .flex .cont .slides .container .box h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: #5a5a5a;
  text-align: center;
  margin: 0 auto 0.3rem auto;
}
.page-template-page-home #field .fixed .flex .cont .slides .container .box strong {
  color: #35aeff;
}
.page-template-page-home #field .fixed .flex .cont .slides .container .box p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.3rem;
  color: #5a5a5a;
  text-align: center;
  margin: 0 auto;
  max-width: 47rem;
}
.page-template-page-home #field .fixed .flex .cont .slides .container .box hr {
  width: 2.8rem;
  border-top: none;
  border: 2px solid #ff853a;
  display: block;
  margin: 2rem auto 2rem auto;
}
.page-template-page-home #field .fixed .bgs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-home #field .fixed .bgs .bg {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
}
.page-template-page-home #field.s1 .fixed .flex .cont ul li:nth-of-type(1) {
  opacity: 1;
}
.page-template-page-home #field.s1 .fixed .flex .cont .slides .slide:nth-of-type(1) {
  opacity: 1;
}
.page-template-page-home #field.s1 .fixed .bgs .bg:nth-of-type(1) {
  opacity: 1;
}
.page-template-page-home #field.s2 .fixed .flex .cont ul li:nth-of-type(2) {
  opacity: 1;
}
.page-template-page-home #field.s2 .fixed .flex .cont .slides .slide:nth-of-type(2) {
  opacity: 1;
}
.page-template-page-home #field.s2 .fixed .bgs .bg:nth-of-type(2) {
  opacity: 1;
}
.page-template-page-home #field.s3 .fixed .flex .cont ul li:nth-of-type(3) {
  opacity: 1;
}
.page-template-page-home #field.s3 .fixed .flex .cont .slides .slide:nth-of-type(3) {
  opacity: 1;
}
.page-template-page-home #field.s3 .fixed .bgs .bg:nth-of-type(3) {
  opacity: 1;
}
.page-template-page-home #field.s4 .fixed .flex .cont ul li:nth-of-type(4) {
  opacity: 1;
}
.page-template-page-home #field.s4 .fixed .flex .cont .slides .slide:nth-of-type(4) {
  opacity: 1;
}
.page-template-page-home #field.s4 .fixed .bgs .bg:nth-of-type(4) {
  opacity: 1;
}
.page-template-page-home #analytics {
  position: relative;
  z-index: 2;
}
.page-template-page-home #analytics video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-home #analytics .bg {
  background-color: rgba(43, 170, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 10rem 0;
  position: relative;
}
.page-template-page-home #analytics .bg .row {
  max-width: 72rem;
}
.page-template-page-home #analytics .bg .row h2 {
  max-width: 60rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.7rem;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-home #analytics .bg .row .container {
  display: flex;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 -1rem;
}
.page-template-page-home #analytics .bg .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-home #analytics .bg .row .container .box .ico {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-home #analytics .bg .row .container .box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #analytics .bg .row .container .box .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-home #analytics .bg .row .container .box .text h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #00ffcf;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-template-page-home #analytics .bg .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 23rem;
  text-transform: uppercase;
}
.page-template-page-home #insight {
  position: relative;
  z-index: 2;
}
.page-template-page-home #insight .bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.page-template-page-home #insight .bg #intro .row h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-align: center;
  color: #8d8d8d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto 2.5rem auto;
  max-width: 50rem;
  padding-top: 11rem;
}
.page-template-page-home #insight .bg #intro .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  color: #1f1f28;
  margin: 0 auto 5rem auto;
  max-width: 70rem;
}
.page-template-page-home #insight .bg #squares {
  padding-bottom: 14rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -8rem;
}
.page-template-page-home #insight .bg #squares .bg {
  height: auto;
}
.page-template-page-home #insight .bg #squares .bg .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 113rem;
  padding: 0;
}
.page-template-page-home #insight .bg #squares .bg .row .container {
  padding: 0 1.2rem;
  flex: 1 0 25%;
  max-width: 25%;
}
.page-template-page-home #insight .bg #squares .bg .row .container .box {
  padding: 0.7rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.68);
  position: relative;
}
.page-template-page-home #insight .bg #squares .bg .row .container .box .content {
  height: 100%;
  background: #fff;
  border: 1px solid #84CDFF;
  padding: 3.5rem 1.5rem 4.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4rem 4rem -1.1rem rgba(0, 0, 0, 0.1);
}
.page-template-page-home #insight .bg #squares .bg .row .container .box .content h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: -1.1px;
  margin: 0 auto;
  color: #25c4b7;
  text-align: center;
}
.page-template-page-home #insight .bg #squares .bg .row .container .box .content h4 small {
  font-size: 50%;
}
.page-template-page-home #insight .bg #squares .bg .row .container .box .content p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
  margin: 1rem auto 0 auto;
  color: #303030;
  text-align: center;
}
.page-template-page-home #insight .bg #squares .bg .row .container:nth-of-type(even) .box {
  top: 4.5rem;
}
.page-template-page-home #insight .bg #squares .bg .row .container:nth-of-type(2) .box .content h4 {
  color: #35aeff;
}
.page-template-page-home #insight .bg #squares .bg .row .container:nth-of-type(3) .box .content h4 {
  color: #1a2ee2;
}
.page-template-page-home #insight .bg #squares .bg .row .container:nth-of-type(4) .box .content h4 {
  color: #f71890;
}
.page-template-page-home #insight .bg #sheet {
  padding: 0 0 8rem 0;
}
.page-template-page-home #insight .bg #sheet .row {
  max-width: 76rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4rem 4rem -1.1rem rgba(0, 0, 0, 0.1);
}
.page-template-page-home #insight .bg #sheet .row .text {
  padding: 3rem 4.5rem 6rem 4.5rem;
}
.page-template-page-home #insight .bg #sheet .row .text h3 {
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
  color: #1f1f28;
  margin: 0 auto 1.5rem auto;
  background-image: url("../img/bn.png");
  background-repeat: no-repeat;
  background-size: 5.2rem 8rem;
  background-position: center top;
  padding-top: 10rem;
}
.page-template-page-home #insight .bg #sheet .row .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto 3.5rem auto;
  color: #383838;
  text-align: center;
}
.page-template-page-home #insight .bg #sheet .row .text a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 0 auto ;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1.4rem 1.5rem;
  background: #ff853a;
  border-radius: 3px;
  border: 1px solid #ff853a;
  transition: all .3s;
}
.page-template-page-home #insight .bg #sheet .row .text a:hover {
  color: #ff853a;
  background: #fff;
}
/* platform */
.page-template-page-platform #ai .content {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 53.6rem;
  position: relative;
}
.page-template-page-platform #ai .content .row {
  display: flex;
  justify-content: space-between;
}
.page-template-page-platform #ai .content .row .txt {
  margin: 10rem auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-platform #ai .content .row .txt h1 {
  font-family: Amplitude, sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 5.8rem;
  letter-spacing: -1px;
  color: #00ffcf;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.page-template-page-platform #ai .content .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  max-width: 49rem;
}
.page-template-page-platform #shopper {
  padding: 10.5rem 0 4rem 0;
  background: #FBFBFE;
}
.page-template-page-platform #shopper .row {
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
}
.page-template-page-platform #shopper .row .txt {
  flex: 1 0 50%;
  max-width: 50%;
  padding-right: 4rem;
}
.page-template-page-platform #shopper .row .txt h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #0a0a0a;
  margin: 0 0 4.5rem 0;
  text-align: left;
  max-width: 46.5rem;
}
.page-template-page-platform #shopper .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0 0 2.5rem 0;
  color: #0a0a0a;
  text-align: left;
  max-width: 46.5rem;
}
.page-template-page-platform #shopper .row .txt ul {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
.page-template-page-platform #shopper .row .txt ul li {
  padding: 0 1rem 1.2rem 1rem;
  font-family: acumin-pro, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #5a5a5a;
  padding-left: 2rem ;
  background-image: url("../img/mark.png");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: top left;
}
.page-template-page-platform #shopper .row .scheme {
  flex: 1 0 50%;
  max-width: 50%;
  height: auto;
  padding-left: 4rem;
}
.page-template-page-platform #shopper .row .scheme img {
  width: 100%;
  height: auto;
}
.page-template-page-platform #onboarding {
  padding: 10rem 0 4rem 0;
  background: #FBFBFE;
}
.page-template-page-platform #onboarding .row {
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
}
.page-template-page-platform #onboarding .row .txt {
  flex: 1 0 40%;
  max-width: 40%;
  padding-left: 4rem;
  order: 2;
}
.page-template-page-platform #onboarding .row .txt h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #0a0a0a;
  margin: 0 0 4.5rem 0;
  text-align: left;
  max-width: 46.5rem;
}
.page-template-page-platform #onboarding .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0 0 2.5rem 0;
  color: #0a0a0a;
  text-align: left;
  max-width: 46.5rem;
}
.page-template-page-platform #onboarding .row .txt ul {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
.page-template-page-platform #onboarding .row .txt ul li {
  padding: 0 1rem 1.2rem 1rem;
  font-family: acumin-pro, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #5a5a5a;
  padding-left: 2rem ;
  background-image: url("../img/mark.png");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: top left;
}
.page-template-page-platform #onboarding .row .scheme {
  flex: 1 0 60%;
  max-width: 60%;
  height: auto;
  padding-right: 4rem;
  order: 1;
}
.page-template-page-platform #onboarding .row .scheme img {
  width: 100%;
  height: auto;
  margin-left: -2rem;
}
.page-template-page-platform #why {
  padding: 4rem 0 8rem 0;
  background: #FBFBFE;
}
.page-template-page-platform #why .row {
  max-width: 110rem;
}
.page-template-page-platform #why .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #0a0a0a;
  margin: 0 0 4.5rem 0;
  text-align: left;
  max-width: 62rem;
}
.page-template-page-platform #why .row .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -4.5rem;
}
.page-template-page-platform #why .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.5rem;
}
.page-template-page-platform #why .row .flex .box .content {
  display: block;
  height: 100%;
  transition: all .3s;
  padding: 4rem 3rem;
  border-radius: .8rem;
  background: #FBFBFE;
}
.page-template-page-platform #why .row .flex .box .content .ico {
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 0 2.5rem 0;
}
.page-template-page-platform #why .row .flex .box .content .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-platform #why .row .flex .box .content h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  color: #FF084B;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.page-template-page-platform #why .row .flex .box .content p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #0A0A0A;
  font-weight: 400;
  margin: 0;
}
.page-template-page-platform #why .row .flex .box .content:hover {
  box-shadow: 0 4rem 4rem -1.1rem rgba(0, 0, 0, 0.1);
}
.page-template-page-platform #capture {
  padding: 14rem 0 12rem 0;
}
.page-template-page-platform #capture .row {
  max-width: 118rem;
}
.page-template-page-platform #capture h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.8rem;
  line-height: 5.8rem;
  letter-spacing: -1px;
  text-align: center;
  color: #1A2EE2;
  max-width: 70rem;
  margin: 0 auto 3rem auto;
  font-weight: 500;
}
.page-template-page-platform #capture p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #0A0A0A;
  font-weight: 300;
  margin: 0 auto;
  max-width: 62rem;
  text-align: center;
}
.page-template-page-platform #capture .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 9rem -3rem 0 -3rem;
}
.page-template-page-platform #capture .flex .box {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 3rem;
  text-align: center;
}
.page-template-page-platform #capture .flex .box:nth-of-type(even) {
  margin-top: 4rem;
}
.page-template-page-platform #capture .flex .ico {
  margin: 0 0 2rem 0;
}
.page-template-page-platform #capture .flex p {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -0.5px;
  color: #D4D4EE;
  font-weight: 700;
}
.page-template-page-platform #capture .flex p span {
  color: #0a0a0a;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.page-template-page-platform #how {
  padding: 12rem 0 0 0;
  background: #FBFBFE;
}
.page-template-page-platform #how .row {
  max-width: 103rem;
}
.page-template-page-platform #how .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 5.8rem;
  color: #1a2ee2;
  letter-spacing: -1px;
  margin: 0 auto 4rem auto;
  text-align: center;
}
.page-template-page-platform #how .row .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 ;
  position: relative;
}
.page-template-page-platform #how .row .container .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: rgba(80, 77, 208, 0.2);
  margin-top: 4rem;
}
.page-template-page-platform #how .row .container .single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4rem auto 6rem auto;
}
.page-template-page-platform #how .row .container .single .pic {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 7rem 0 0;
  height: auto;
  position: relative;
}
.page-template-page-platform #how .row .container .single .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1rem;
}
.page-template-page-platform #how .row .container .single .pic:after {
  content: '';
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #1A2EE2;
  position: absolute;
  top: 0;
  right: -0.6rem;
}
.page-template-page-platform #how .row .container .single .text {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 0 0 7rem;
}
.page-template-page-platform #how .row .container .single .text p {
  max-width: 51.5rem;
  font-family: acumin-pro, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 0 0 1rem 0;
  color: #0a0a0a;
  text-align: left;
}
.page-template-page-platform #how .row .container .single .text ul {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0 0;
}
.page-template-page-platform #how .row .container .single .text ul li {
  padding-left: 2.5rem;
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 0 0 1rem 0;
  color: #0a0a0a;
  text-align: left;
  background-image: url("../img/mark-turq.png");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: left center;
}
.page-template-page-platform #analytics {
  position: relative;
  z-index: 2;
}
.page-template-page-platform #analytics video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-platform #analytics .bg {
  background-color: rgba(43, 170, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 10rem 0;
  position: relative;
}
.page-template-page-platform #analytics .bg .row {
  max-width: 72rem;
}
.page-template-page-platform #analytics .bg .row h2 {
  max-width: 60rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.7rem;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-platform #analytics .bg .row .container {
  display: flex;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 -1rem;
}
.page-template-page-platform #analytics .bg .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-platform #analytics .bg .row .container .box .ico {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-platform #analytics .bg .row .container .box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-platform #analytics .bg .row .container .box .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-platform #analytics .bg .row .container .box .text h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #00ffcf;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-template-page-platform #analytics .bg .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 23rem;
  text-transform: uppercase;
}
.page-template-page-platform #insight .bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.page-template-page-platform #insight .bg #intro .row h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-align: center;
  color: #8d8d8d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto 2.5rem auto;
  max-width: 50rem;
  padding-top: 11rem;
}
.page-template-page-platform #insight .bg #intro .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  color: #1f1f28;
  margin: 0 auto 5rem auto;
  max-width: 70rem;
}
.page-template-page-platform #insight .bg #squares {
  padding-bottom: 14rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -8rem;
}
.page-template-page-platform #insight .bg #squares .bg {
  height: auto;
}
.page-template-page-platform #insight .bg #squares .bg .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 113rem;
  padding: 0;
}
.page-template-page-platform #insight .bg #squares .bg .row .container {
  padding: 0 1.2rem;
  flex: 1 0 25%;
  max-width: 25%;
}
.page-template-page-platform #insight .bg #squares .bg .row .container .box {
  padding: 0.7rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.68);
  position: relative;
}
.page-template-page-platform #insight .bg #squares .bg .row .container .box .content {
  height: 100%;
  background: #fff;
  border: 1px solid #84CDFF;
  padding: 3.5rem 1.5rem 4.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4rem 4rem -1.1rem rgba(0, 0, 0, 0.1);
}
.page-template-page-platform #insight .bg #squares .bg .row .container .box .content h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: -1.1px;
  margin: 0 auto;
  color: #25c4b7;
  text-align: center;
}
.page-template-page-platform #insight .bg #squares .bg .row .container .box .content h4 small {
  font-size: 50%;
}
.page-template-page-platform #insight .bg #squares .bg .row .container .box .content p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
  margin: 1rem auto 0 auto;
  color: #303030;
  text-align: center;
}
.page-template-page-platform #insight .bg #squares .bg .row .container:nth-of-type(even) .box {
  top: 4.5rem;
}
.page-template-page-platform #insight .bg #squares .bg .row .container:nth-of-type(2) .box .content h4 {
  color: #35aeff;
}
.page-template-page-platform #insight .bg #squares .bg .row .container:nth-of-type(3) .box .content h4 {
  color: #1a2ee2;
}
.page-template-page-platform #insight .bg #squares .bg .row .container:nth-of-type(4) .box .content h4 {
  color: #f71890;
}
.page-template-page-platform #insight .bg #sheet {
  padding: 0 0 8rem 0;
}
.page-template-page-platform #insight .bg #sheet .row {
  max-width: 76rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4rem 4rem -1.1rem rgba(0, 0, 0, 0.1);
}
.page-template-page-platform #insight .bg #sheet .row .text {
  padding: 3rem 4.5rem 6rem 4.5rem;
}
.page-template-page-platform #insight .bg #sheet .row .text h3 {
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
  color: #1f1f28;
  margin: 0 auto 1.5rem auto;
  background-image: url("../img/bn.png");
  background-repeat: no-repeat;
  background-size: 5.2rem 8rem;
  background-position: center top;
  padding-top: 10rem;
}
.page-template-page-platform #insight .bg #sheet .row .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto 3.5rem auto;
  color: #383838;
  text-align: center;
}
.page-template-page-platform #insight .bg #sheet .row .text a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 0 auto ;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1.4rem 1.5rem;
  background: #ff853a;
  border-radius: 3px;
  border: 1px solid #ff853a;
  transition: all .3s;
}
.page-template-page-platform #insight .bg #sheet .row .text a:hover {
  color: #ff853a;
  background: #fff;
}
/* careers */
.page-template-page-careers #hero {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 17rem 0 10rem 0;
}
.page-template-page-careers #hero .row .text h1 {
  font-family: Amplitude, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 5.1rem;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.page-template-page-careers #openings {
  padding: 10rem 0;
}
.page-template-page-careers #openings h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  color: #1a2ee2;
  margin: 0 0 4rem 0;
}
.page-template-page-careers #openings .careers {
  display: flex;
  margin: 0 -3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-template-page-careers #openings .careers .positions {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 3rem;
  margin: 0 0 5rem 0;
}
.page-template-page-careers #openings .careers .positions h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #1a2ee2;
  text-align: left;
  margin: 0 0 2rem 0;
}
.page-template-page-careers #openings .careers .positions p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #0a0a0a;
  text-align: left;
  margin: 0 0 2rem 0;
}
.page-template-page-careers #openings .careers .positions p a {
  color: inherit;
  text-decoration: underline;
}
.page-template-page-careers #openings .careers .positions p a:hover {
  text-decoration: none;
}
.single-careers #hero {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 17rem 0 10rem 0;
}
.single-careers #hero .row h1 {
  font-family: Amplitude, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 5.1rem;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.single-careers #careerBody {
  padding: 10rem 0;
}
.single-careers #careerBody .row {
  display: flex;
  justify-content: space-between;
}
.single-careers #careerBody .row section {
  flex: 1 0 75%;
  max-width: 75%;
  padding-right: 4rem;
}
.single-careers #careerBody .row section h2:first-child,
.single-careers #careerBody .row section h3:first-child,
.single-careers #careerBody .row section p:first-child,
.single-careers #careerBody .row section ul:first-child,
.single-careers #careerBody .row section ol:first-child {
  margin-top: 0;
}
.single-careers #careerBody .row section h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #0A0A0A;
  font-weight: 700;
  margin: 5rem 0 3rem 0;
}
.single-careers #careerBody .row section h3 {
  font-family: Amplitude, sans-serif;
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #0A0A0A;
  margin: 5rem 0 2rem 0;
  font-weight: 700;
}
.single-careers #careerBody .row section p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #0a0a0a;
  text-align: left;
  margin: 2rem 0;
}
.single-careers #careerBody .row section ul {
  margin: 2rem 0;
}
.single-careers #careerBody .row section ul li {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #0A0A0A;
}
.single-careers #careerBody .row section a {
  color: inherit;
  text-decoration: underline;
}
.single-careers #careerBody .row section a:hover {
  text-decoration: none;
}
.single-careers #careerBody .row section .text {
  margin: 0 0 10rem 0;
}
.single-careers #careerBody .row section .application .nf-form-cont {
  padding: 0;
  margin: 0 0;
  max-width: 60rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-response-msg {
  margin: 7rem 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-response-msg h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: center;
  margin: 1.5rem 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-response-msg p {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #0a0a0a;
  margin: 1.5rem 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-response-msg p a {
  color: inherit;
  text-decoration: underline;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-response-msg p a:hover {
  text-decoration: none;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-fields-required {
  display: none;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content {
  padding: 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .file_upload-container label {
  display: block;
  margin: 0 0 1rem 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
  flex: 1 0 50%;
  max-width: 50%;
  padding: .8rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(11) {
  flex: 1 0 100%;
  max-width: 100%;
  padding: .8rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-field-label {
  margin: 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-input-limit {
  margin: 0;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content label {
  display: none;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="text"],
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="tel"],
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="number"],
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="email"] {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1.5rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content select {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content textarea {
  background: #fff;
  border: 1px solid #969ca8;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 14rem;
  border-radius: .5rem;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="button"] {
  font-size: 2.2rem;
  height: 5.5rem;
  line-height: 2.5rem;
  text-align: center;
  width: 100%;
  border: 1px solid #1a2ee2;
  color: #fff;
  margin: 5rem auto 0 auto;
  display: inline-block;
  padding: 1.5rem 2.5rem;
  background-color: #1a2ee2;
  border-radius: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="button"]:hover {
  background: #fff;
  color: #1a2ee2;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .file_upload-container button.btn {
  padding: 0.5rem 1rem;
  background: #000;
  margin: 0 0 1rem 0;
  font-size: 15px;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .file_upload-container button.btn:hover {
  background: #333;
  color: #fff;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .file_upload-container button.btn[type="reset"] {
  background: transparent;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  color: #333;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field {
  border-color: #969ca8 !important;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
.single-careers #careerBody .row section .application .nf-form-cont .nf-form-content .nf-error .nf-error-msg {
  font-size: 1.4rem;
  color: #f00;
  margin-top: 0.5rem;
  text-align: left;
}
.single-careers #careerBody .row section .application .nf-after-form-content .nf-error-msg {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.single-careers #careerBody .row aside {
  flex: 1 0 25%;
  max-width: 25%;
  padding-left: 4rem;
}
.single-careers #careerBody .row aside .positions {
  margin: 0 0 4rem 0;
}
.single-careers #careerBody .row aside h3 {
  font-family: Amplitude, sans-serif;
  font-size: 2.2rem;
  line-height: 3.0rem;
  color: #0A0A0A;
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.single-careers #careerBody .row aside p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0rem;
  color: #0a0a0a;
  text-align: left;
  margin: 1rem 0;
}
.single-careers #careerBody .row aside p a {
  text-decoration: none;
  color: inherit;
}
.single-careers #careerBody .row aside p a:hover {
  text-decoration: underline;
}
/* solutions */
.page-template-page-solutions #hero {
  overflow: hidden;
}
.page-template-page-solutions #hero .content {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 53.6rem;
  position: relative;
}
.page-template-page-solutions #hero .content .row {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.page-template-page-solutions #hero .content .row .txt {
  max-width: 60rem;
  flex: 1 0 60rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.page-template-page-solutions #hero .content .row .txt h1 {
  font-family: Amplitude, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 5.1rem;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 7rem;
}
.page-template-page-solutions #hero .content .row .img {
  max-width: 68.4rem;
  flex: 1 0 68.4rem;
}
.page-template-page-solutions #hero .content .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: -26rem;
  bottom: -4rem;
}
.page-template-page-solutions #business {
  padding: 0 0 8rem 0;
}
.page-template-page-solutions #business .row {
  max-width: 139rem;
  display: flex;
  justify-content: space-between;
}
.page-template-page-solutions #business .row aside {
  flex: 1 0 37rem;
  max-width: 37rem;
  padding: 0 6rem 0 0;
  margin-top: 5rem;
}
.page-template-page-solutions #business .row aside .container {
  padding: 1.2rem;
  background: #f6f6f6;
  box-shadow: 0 2rem 3rem 1.1rem rgba(0, 0, 0, 0.1);
  max-width: 31rem;
}
.page-template-page-solutions #business .row aside .container.fixed {
  position: fixed;
  top: 12rem;
}
.page-template-page-solutions #business .row aside .container.bottom {
  position: absolute;
  bottom: 0;
}
.page-template-page-solutions #business .row aside .content {
  padding: 2.5rem 3.5rem;
  background: #fff;
  border: 1px solid rgba(56, 91, 243, 0.28);
}
.page-template-page-solutions #business .row aside .content h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #1a2ee2;
  text-align: left;
  margin: 0;
}
.page-template-page-solutions #business .row aside .content ul {
  list-style: none;
  padding: 0;
  margin: 4rem 0 0 0;
}
.page-template-page-solutions #business .row aside .content ul li {
  padding: 1rem 0 1rem 0;
  max-width: 19rem;
}
.page-template-page-solutions #business .row aside .content ul li a {
  font-family: Amplitude, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  color: #000;
  text-align: left;
  margin: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.6rem;
  display: inline-block;
}
.page-template-page-solutions #business .row aside .content ul li a:hover {
  font-weight: 700;
}
.page-template-page-solutions #business .row aside .content ul li a.active {
  font-weight: 700;
  border-bottom-color: #1A2EE2;
}
.page-template-page-solutions #business .row article {
  flex: 1;
}
.page-template-page-solutions #business .row article .post {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  padding: 5rem 0 3rem 0;
  position: relative;
}
.page-template-page-solutions #business .row article .post .anchor {
  position: absolute;
  top: -5rem;
}
.page-template-page-solutions #business .row article .post .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 5rem 0;
}
.page-template-page-solutions #business .row article .post .head .img {
  width: 21.4rem;
  height: 13.8rem;
  padding-right: 5rem;
}
.page-template-page-solutions #business .row article .post .head .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-solutions #business .row article .post .head h2 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: left;
  margin: 0;
  max-width: 57.5rem;
}
.page-template-page-solutions #business .row article .post .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  margin: 0 -2rem;
}
.page-template-page-solutions #business .row article .post .box .single {
  flex: 1 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2rem;
  margin-bottom: 6rem;
}
.page-template-page-solutions #business .row article .post .box .single .ico {
  flex: 1 0 4.1rem;
  max-width: 4.1rem;
  margin-right: 1.4rem;
}
.page-template-page-solutions #business .row article .post .box .single .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #0a0a0a;
  text-align: left;
  max-width: 33rem;
  margin: 0;
}
.page-template-page-solutions #business .row article .post .box .single .text ul {
  list-style: none;
  margin: 1.5rem -1rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  max-width: 33rem;
}
.page-template-page-solutions #business .row article .post .box .single .text ul li {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 1rem 1.2rem 1rem;
  max-width: 15.5rem;
  font-family: acumin-pro, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #5a5a5a;
  padding-left: 2rem ;
  background-image: url("../img/mark.png");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: top left;
}
.page-template-page-solutions #business .row article .post:last-of-type {
  border-bottom: none;
}
/* company */
.page-template-page-company #hero {
  position: relative;
}
.page-template-page-company #hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-company #hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-company #hero .content {
  background-color: rgba(43, 170, 255, 0.8);
  width: 100%;
  height: 98.5rem;
  position: relative;
}
.page-template-page-company #hero .content .row {
  display: flex;
  align-items: center;
}
.page-template-page-company #hero .content .row .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-company #hero .content .row .txt h1 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #fff;
  text-align: left;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 1rem 1.5rem;
  max-width: 9rem;
}
.page-template-page-company #hero .content .row .txt h2 {
  font-family: Amplitude, sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 4.3rem;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: left;
  margin: 4rem 0 2rem 0;
  max-width: 44rem;
}
.page-template-page-company #hero .content .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #fff;
  text-align: left;
  max-width: 42rem;
  margin: 0;
}
.page-template-page-company #retailai {
  background: #fbfaff url('../img/bg-retail.jpg') no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 20rem 0 25rem 0;
}
.page-template-page-company #retailai .row {
  max-width: 116rem;
  display: flex;
  justify-content: space-between;
}
.page-template-page-company #retailai .row .image {
  flex: 1 0 42%;
  max-width: 42%;
  padding-right: 8rem;
}
.page-template-page-company #retailai .row .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 24rem;
  filter: drop-shadow(0, 1.2rem, 3.7rem, #ffffff);
}
.page-template-page-company #retailai .row .container {
  flex: 1 0 58%;
  max-width: 58%;
}
.page-template-page-company #retailai .row .container h2 {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #0A0A0A;
  background: rgba(26, 46, 226, 0.05);
  padding: 0.6rem 1.4rem;
  border-radius: 0.3rem;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.page-template-page-company #retailai .row .container h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4.2rem;
  line-height: 4.8rem;
  color: #1A2EE2;
  margin: 2rem 0 3rem 0;
  font-weight: 700;
}
.page-template-page-company #retailai .row .container .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.7rem;
}
.page-template-page-company #retailai .row .container .flex .post {
  padding: 0 2.7rem 0 6rem;
  background: url('../img/mark-turq.png') no-repeat 2.7rem 0.5rem;
  background-size: 1.5rem auto;
  margin: 0 0 2rem 0;
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-company #retailai .row .container .flex .post h4 {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #5A5A5A;
  margin: 0;
}
.page-template-page-company #retailai .row .container .flex .post p {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #5A5A5A;
  margin: 0;
}
.page-template-page-company #assets {
  padding: 0 0 13rem 0;
}
.page-template-page-company #assets .row {
  max-width: 126rem;
}
.page-template-page-company #assets .row .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -12.5rem -2rem 0 -2rem;
  background: #fff;
  box-shadow: 0 4rem 8rem -3.3rem rgba(26, 46, 226, 0.09);
  padding: 5rem 3rem 0 3rem;
}
.page-template-page-company #assets .row .container .box {
  flex: 1 0 20%;
  max-width: 20%;
  padding: 0 2rem;
  margin: 0 0 3.5rem 0;
}
.page-template-page-company #assets .row .container .box h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #1a2ee2;
  text-align: left;
  margin: 1.5rem 0 1.5rem 0;
}
.page-template-page-company #assets .row .container .box p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #5a5a5a;
  text-align: left;
  margin: 0;
}
.page-template-page-company #leadership {
  padding: 2rem 0 10.5rem 0;
}
.page-template-page-company #leadership .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: -0.02em;
  color: #171721;
  text-align: center;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-company #leadership .row .sub {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  color: #171721;
  text-align: center;
  margin: 0 auto ;
  max-width: 70rem;
}
.page-template-page-company #leadership .row .container {
  margin: 6rem -1.7rem 0 -1.7rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-template-page-company #leadership .row .container .person {
  flex: 1 0 33.33%;
  display: flex;
  flex-direction: column;
  max-width: 33.33%;
  padding: 1.5rem 1.7rem;
  position: relative;
}
.page-template-page-company #leadership .row .container .person .img {
  max-width: 35.8rem;
  flex: 1 0 19rem;
  max-height: 19rem;
  height: 19rem;
  padding: 1rem 1rem 0 1rem;
  background-color: #f6f6f6;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page-template-page-company #leadership .row .container .person .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.page-template-page-company #leadership .row .container .person .text {
  max-width: 35.8rem;
  flex: 1;
  background: #fff;
  box-shadow: 0 2px 6px -3px rgba(23, 23, 23, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.page-template-page-company #leadership .row .container .person .text h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #171721;
  text-align: center;
  margin: 2.5rem auto 0 auto ;
}
.page-template-page-company #leadership .row .container .person .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #62636b;
  text-align: center;
  margin: 0.5rem auto 2rem auto ;
}
.page-template-page-company #leadership .row .container a.person:hover .text h3 {
  text-decoration: underline;
}
.page-template-page-company #sheet {
  padding-bottom: 14rem;
}
.page-template-page-company #sheet .row {
  max-width: 76rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4rem 4rem -1.1rem rgba(0, 0, 0, 0.28);
}
.page-template-page-company #sheet .row .text {
  padding: 3rem 4.5rem ;
}
.page-template-page-company #sheet .row .text h3 {
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
  color: #1f1f28;
  margin: 0 auto 1.5rem auto;
  background-image: url("../img/bn.png");
  background-repeat: no-repeat;
  background-size: 5.2rem 8rem;
  background-position: center top;
  padding-top: 10rem;
}
.page-template-page-company #sheet .row .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto 3.5rem auto;
  color: #383838;
  text-align: center;
  max-width: 52rem;
}
.page-template-page-company #sheet .row .text a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 0 auto ;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1.4rem 1.5rem;
  background: #ff853a;
  border-radius: 3px;
  border: 1px solid #ff853a;
  transition: all .3s;
}
.page-template-page-company #sheet .row .text a:hover {
  color: #ff853a;
  background: #fff;
}
/* planogram compliance */
.page-template-page-planogram-compliance #hero {
  max-width: 100%;
  height: 53.6rem;
  position: relative;
}
.page-template-page-planogram-compliance #hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-planogram-compliance #hero video + video {
  opacity: 20%;
}
.page-template-page-planogram-compliance #hero .bg {
  background: linear-gradient(45deg, rgba(35, 28, 232, 0.8), rgba(43, 170, 255, 0.8));
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-page-planogram-compliance #hero .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-planogram-compliance #hero .row h1 {
  font-family: Amplitude, sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 5.1rem;
  text-align: center;
  color: #fff;
  letter-spacing: -0.8px;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-planogram-compliance #hero .row strong {
  color: #00ffcf;
  font-weight: 500;
}
.page-template-page-planogram-compliance #hero .row p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 auto ;
  color: #fff;
  text-align: center;
  max-width: 49rem;
}
.page-template-page-planogram-compliance #planogram {
  background: #fbfbfb;
  max-width: 100%;
}
.page-template-page-planogram-compliance #planogram .row {
  max-width: 100%;
}
.page-template-page-planogram-compliance #planogram .row .container {
  display: flex;
  justify-content: space-between;
}
.page-template-page-planogram-compliance #planogram .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 01.5rem;
}
.page-template-page-planogram-compliance #planogram .row .container .box .pic {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #231cc8;
  margin: 5rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page-template-page-planogram-compliance #planogram .row .container .box .pic .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.page-template-page-planogram-compliance #planogram .row .container .box .pic img {
  position: relative;
  z-index: 2;
}
.page-template-page-planogram-compliance #planogram .row .container .box .text {
  margin: 3rem auto 5rem auto ;
}
.page-template-page-planogram-compliance #planogram .row .container .box .text h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 auto 0.8rem auto;
  color: #171721;
  text-align: center;
}
.page-template-page-planogram-compliance #planogram .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0 auto 1.6rem auto;
  color: #62636b;
  text-align: center;
  max-width: 35rem;
}
.page-template-page-planogram-compliance #planogram .row .container .box .text a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 auto ;
  color: #2baaff;
  text-align: center;
  transition: all .3s;
}
.page-template-page-planogram-compliance #planogram .row .container .box .text a:hover {
  text-decoration: underline;
}
.page-template-page-planogram-compliance #planogram .row .container .box:nth-of-type(1) .pic .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 6rem;
}
.page-template-page-planogram-compliance #planogram .row .container .box:nth-of-type(2) {
  border-left: 9px solid #fff;
  border-right: 9px solid #fff;
}
.page-template-page-planogram-compliance #planogram .row .container .box:nth-of-type(3) .pic .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 6rem;
  left: 0;
}
.page-template-page-planogram-compliance #problem .bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 6rem 0 23rem 0;
  position: relative;
}
.page-template-page-planogram-compliance #problem .bg .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-align: center;
  color: #818185;
  margin: 9.6rem auto 1rem auto;
  text-transform: uppercase;
}
.page-template-page-planogram-compliance #problem .bg .row p {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
  color: #171721;
  margin: 0 auto 2.5rem auto;
  letter-spacing: -0.02em;
  max-width: 71rem;
}
.page-template-page-planogram-compliance #problem .bg .row .container {
  margin: 20rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 125rem;
}
.page-template-page-planogram-compliance #problem .bg .row .container .space {
  padding: 0 1.5rem;
  flex: 1 0 33.33%;
  max-width: 33.33%;
}
.page-template-page-planogram-compliance #problem .bg .row .container .space .box {
  height: 100%;
  background: rgba(255, 255, 255, 0.66);
  padding: 1rem;
}
.page-template-page-planogram-compliance #problem .bg .row .container .space .box .content {
  height: 100%;
  background: #fff;
  border: 1px solid #90daff;
  padding: 6rem 3rem 4.5rem 3rem;
  box-shadow: 0 4px 16px -9px #ccd3dc, 0 59px 40px -8px rgba(159, 173, 191, 0.35);
}
.page-template-page-planogram-compliance #problem .bg .row .container .space .box .content h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 8rem;
  line-height: 8rem;
  margin: 0 auto 2.5rem auto;
  color: #231ce8;
  text-align: center;
  font-weight: 700;
}
.page-template-page-planogram-compliance #problem .bg .row .container .space .box .content strong {
  font-size: 6rem;
}
.page-template-page-planogram-compliance #problem .bg .row .container .space .box .content h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 auto;
  color: #4f5c65;
  text-align: center;
  font-weight: 300;
}
.page-template-page-planogram-compliance #state {
  padding: 7rem 0 21rem 0;
  background: #fbfbfb;
}
.page-template-page-planogram-compliance #state .row .txt h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
  color: #171721;
  margin: 0 auto 2.5rem auto;
  letter-spacing: -0.02em;
  max-width: 79rem;
}
.page-template-page-planogram-compliance #state .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 auto;
  color: #4f5c65;
  text-align: center;
  font-weight: 300;
  max-width: 80rem;
}
.page-template-page-planogram-compliance #state .row .container {
  padding-top: 20rem;
  display: flex;
  justify-content: space-between;
  margin: 0 -6rem;
  align-items: flex-start;
}
.page-template-page-planogram-compliance #state .row .container .single {
  flex: 1 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0 6rem;
}
.page-template-page-planogram-compliance #state .row .container .single .photo {
  max-width: 47rem;
  height: 29rem;
}
.page-template-page-planogram-compliance #state .row .container .single .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-planogram-compliance #state .row .container .single .content {
  padding: 2.5rem 0 1.5rem 0;
  max-width: 47rem;
  background: #fff;
}
.page-template-page-planogram-compliance #state .row .container .single .content h3 {
  font-family: Amplitude, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: #171721;
  margin: 0 auto 1rem auto;
  letter-spacing: -0.02em;
}
.page-template-page-planogram-compliance #state .row .container .single .content p {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 auto;
  color: #4f5c65;
  text-align: center;
  font-weight: 300;
}
.page-template-page-planogram-compliance #buttons {
  padding: 10rem 0 6rem 0;
}
.page-template-page-planogram-compliance #buttons .row .container {
  display: flex;
  justify-content: space-between;
}
.page-template-page-planogram-compliance #buttons .row .container .box {
  flex: 1 0 50%;
  max-width: 50%;
  margin: 0 auto;
}
.page-template-page-planogram-compliance #buttons .row .container .box .ico {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #231cc8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-planogram-compliance #buttons .row .container .box .ico .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.page-template-page-planogram-compliance #buttons .row .container .box .ico img {
  position: relative;
  z-index: 2;
}
.page-template-page-planogram-compliance #buttons .row .container .box .text {
  margin: 3rem auto 6rem auto;
}
.page-template-page-planogram-compliance #buttons .row .container .box .text h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  color: #171721;
  margin: 0 auto 2rem auto;
  letter-spacing: -0.02em;
  max-width: 44rem;
}
.page-template-page-planogram-compliance #buttons .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0 auto;
  color: #171721;
  text-align: center;
  font-weight: 300;
  max-width: 42rem;
}
.page-template-page-planogram-compliance #buttons .row .container .box a {
  display: inline-block;
  margin: 4rem auto 0 auto;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 1.4rem 2rem;
  background: linear-gradient(90deg, #1929d6 0%, #4aa1f3 100%);
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid transparent;
}
.page-template-page-planogram-compliance #buttons .row .container .box a:hover {
  color: #1929d6;
  background: #fff;
  border: 1px solid #1929d6;
}
.page-template-page-planogram-compliance #buttons .row .container .box:nth-of-type(1) .ico {
  border-right: 2px solid #f9f9f9;
}
.page-template-page-planogram-compliance #buttons .row .container .box:nth-of-type(1) .ico .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -6rem;
}
.page-template-page-planogram-compliance #analytics {
  position: relative;
  z-index: 2;
}
.page-template-page-planogram-compliance #analytics video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-planogram-compliance #analytics .bg {
  background-color: rgba(43, 170, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 10rem 0;
  position: relative;
}
.page-template-page-planogram-compliance #analytics .bg .row {
  max-width: 72rem;
}
.page-template-page-planogram-compliance #analytics .bg .row h2 {
  max-width: 60rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.7rem;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-planogram-compliance #analytics .bg .row .container {
  display: flex;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 -1rem;
}
.page-template-page-planogram-compliance #analytics .bg .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-planogram-compliance #analytics .bg .row .container .box .ico {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-planogram-compliance #analytics .bg .row .container .box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-planogram-compliance #analytics .bg .row .container .box .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-planogram-compliance #analytics .bg .row .container .box .text h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #00ffcf;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-template-page-planogram-compliance #analytics .bg .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 23rem;
  text-transform: uppercase;
}
.page-template-page-planogram-compliance #demo {
  background: #fbfbfb;
  padding: 12.5rem 0 17rem 0;
}
.page-template-page-planogram-compliance #demo .row .txt {
  max-width: 65rem;
  margin: 0 auto;
}
.page-template-page-planogram-compliance #demo .row .txt a {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-align: center;
  color: #1a2ee2;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  background: #e9e9f8;
  border-radius: 2px;
  transition: all .3s ;
}
.page-template-page-planogram-compliance #demo .row .txt a:hover {
  color: #e9e9f8;
  background: #1a2ee2 ;
}
.page-template-page-planogram-compliance #demo .row .txt h2 {
  max-width: 64rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #1f1f28;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-planogram-compliance #demo .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #383838;
  margin: 0 auto 4.5rem auto;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont {
  padding: 3rem 1rem 0 1rem;
  margin: 0 auto;
  max-width: 42rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-response-msg {
  margin: 7rem 0;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-response-msg h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: center;
  margin: 1.5rem 0;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-response-msg p {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #0a0a0a;
  margin: 1.5rem 0;
  text-align: center;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-response-msg p a {
  color: inherit;
  text-decoration: underline;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-response-msg p a:hover {
  text-decoration: none;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-fields-required {
  display: none;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content {
  padding: 0;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1;
  padding-right: 1.5rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 1 0 16rem;
  max-width: 16rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-field-label {
  margin: 0;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-input-limit {
  margin: 0;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content label {
  display: none;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content input[type="text"],
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content input[type="tel"],
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content input[type="number"],
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content input[type="email"] {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1.5rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content select {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content textarea {
  background: #fff;
  border: 1px solid #969ca8;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 14rem;
  border-radius: .5rem;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content input[type="button"] {
  font-size: 1.5rem;
  height: 5rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  max-width: 21rem;
  border: 1px solid #1a2ee2;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #1a2ee2;
  border-radius: .5rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content input[type="button"]:hover {
  background: #fff;
  color: #1a2ee2;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field {
  border-color: #969ca8 !important;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
.page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content .nf-error .nf-error-msg {
  font-size: 1.4rem;
  color: #f00;
  margin-top: 0.5rem;
  text-align: left;
}
.page-template-page-planogram-compliance #demo .row .nf-after-form-content .nf-error-msg {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.page-template-page-planogram-compliance #demo .row .last {
  margin: 3rem auto 0 auto;
}
.page-template-page-planogram-compliance #demo .row .last p {
  margin: 0 auto;
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #383838;
}
.page-template-page-planogram-compliance #demo .row .last p a {
  color: #1a2ee2;
  transition: all .3s;
}
.page-template-page-planogram-compliance #demo .row .last p a:hover {
  text-decoration: underline;
}
/* out of stock */
.page-template-page-out-of-stock #hero {
  max-width: 100%;
  height: 53.6rem;
  position: relative;
}
.page-template-page-out-of-stock #hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-out-of-stock #hero video + video {
  opacity: 20%;
}
.page-template-page-out-of-stock #hero .bg {
  background: linear-gradient(45deg, rgba(35, 28, 232, 0.8), rgba(43, 170, 255, 0.8));
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-page-out-of-stock #hero .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-out-of-stock #hero .row h1 {
  font-family: Amplitude, sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 5.1rem;
  text-align: center;
  color: #fff;
  letter-spacing: -0.8px;
  margin: 0 auto 2.5rem auto;
  max-width: 60rem;
}
.page-template-page-out-of-stock #hero .row strong {
  color: #00ffcf;
  font-weight: 500;
}
.page-template-page-out-of-stock #hero .row p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 auto ;
  color: #fff;
  text-align: center;
  max-width: 49rem;
}
.page-template-page-out-of-stock #retailers {
  background: #fbfbfb;
  max-width: 100%;
}
.page-template-page-out-of-stock #retailers .row {
  max-width: 100%;
}
.page-template-page-out-of-stock #retailers .row .container {
  display: flex;
  justify-content: space-between;
}
.page-template-page-out-of-stock #retailers .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-out-of-stock #retailers .row .container .box .pic {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #231cc8;
  margin: 5rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page-template-page-out-of-stock #retailers .row .container .box .pic .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.page-template-page-out-of-stock #retailers .row .container .box .pic img {
  position: relative;
  z-index: 2;
}
.page-template-page-out-of-stock #retailers .row .container .box .text {
  margin: 3rem auto 5rem auto ;
  padding: 0 2rem;
}
.page-template-page-out-of-stock #retailers .row .container .box .text h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 auto 0.8rem auto;
  color: #171721;
  text-align: center;
}
.page-template-page-out-of-stock #retailers .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0 auto 1.6rem auto;
  color: #62636b;
  text-align: center;
  max-width: 35rem;
}
.page-template-page-out-of-stock #retailers .row .container .box .text a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 auto ;
  color: #2baaff;
  text-align: center;
  transition: all .3s;
}
.page-template-page-out-of-stock #retailers .row .container .box .text a:hover {
  text-decoration: underline;
}
.page-template-page-out-of-stock #retailers .row .container .box:nth-of-type(1) .pic .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 6rem;
}
.page-template-page-out-of-stock #retailers .row .container .box:nth-of-type(2) {
  border-left: 9px solid #fff;
  border-right: 9px solid #fff;
}
.page-template-page-out-of-stock #retailers .row .container .box:nth-of-type(3) .pic .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 6rem;
  left: 0;
}
.page-template-page-out-of-stock #experience .bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 9rem 0 9rem 0;
  position: relative;
}
.page-template-page-out-of-stock #experience .bg .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 1rem auto;
  text-transform: uppercase;
}
.page-template-page-out-of-stock #experience .bg .row p {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 2.5rem auto;
  letter-spacing: -0.02em;
  max-width: 73rem;
}
.page-template-page-out-of-stock #experience .bg .row .container {
  margin: 9rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 125rem;
}
.page-template-page-out-of-stock #experience .bg .row .container .space {
  padding: 0 1.5rem;
  flex: 1 0 33.33%;
  max-width: 33.33%;
}
.page-template-page-out-of-stock #experience .bg .row .container .space .box {
  height: 100%;
  background: rgba(255, 255, 255, 0.66);
  padding: 1rem;
}
.page-template-page-out-of-stock #experience .bg .row .container .space .box .content {
  height: 100%;
  background: #fff;
  border: 1px solid #90daff;
  padding: 3.5rem 3rem 4.5rem 3rem;
  box-shadow: 0 4px 16px -9px #ccd3dc, 0 59px 40px -8px rgba(159, 173, 191, 0.35);
}
.page-template-page-out-of-stock #experience .bg .row .container .space .box .content h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 8rem;
  line-height: 8rem;
  margin: 0 auto 1.5rem auto;
  color: #231ce8;
  text-align: center;
  font-weight: 700;
}
.page-template-page-out-of-stock #experience .bg .row .container .space .box .content h3 strong {
  font-size: 6rem;
}
.page-template-page-out-of-stock #experience .bg .row .container .space .box .content p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 auto;
  color: #4f5c65;
  text-align: center;
  font-weight: 300;
}
.page-template-page-out-of-stock #shelf {
  padding: 10rem 0 8rem 0;
  background: #fbfbfb;
}
.page-template-page-out-of-stock #shelf .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-out-of-stock #shelf .row .photo {
  padding: 0 3rem 0 1.5rem;
  flex: 1 0 56%;
  max-width: 56%;
}
.page-template-page-out-of-stock #shelf .row .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-out-of-stock #shelf .row .text {
  padding: 0 1.5rem 0 3rem;
  flex: 1 0 44%;
  max-width: 44%;
}
.page-template-page-out-of-stock #shelf .row .text h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: left;
  color: #171721;
  margin: 0 0 3rem 0;
  letter-spacing: -0.02em;
  max-width: 43rem;
}
.page-template-page-out-of-stock #shelf .row .text .flex .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3rem;
}
.page-template-page-out-of-stock #shelf .row .text .flex .box .ico {
  flex: 1 0 6.5rem;
  max-width: 6.5rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-out-of-stock #shelf .row .text .flex .box .txt h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 auto;
  color: #171721;
  text-align: left;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.page-template-page-out-of-stock #shelf .row .text .flex .box .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 ;
  color: #4f5c65;
  text-align: left;
  font-weight: 300;
  max-width: 34rem;
}
.page-template-page-out-of-stock #buttons {
  padding: 10rem 0 6rem 0;
}
.page-template-page-out-of-stock #buttons .row .container {
  display: flex;
  justify-content: space-between;
}
.page-template-page-out-of-stock #buttons .row .container .box {
  flex: 1 0 50%;
  max-width: 50%;
  margin: 0 auto;
}
.page-template-page-out-of-stock #buttons .row .container .box .ico {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #231cc8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-out-of-stock #buttons .row .container .box .ico img {
  position: relative;
  z-index: 2;
}
.page-template-page-out-of-stock #buttons .row .container .box .ico .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.page-template-page-out-of-stock #buttons .row .container .box .text {
  margin: 3rem auto 6rem auto;
}
.page-template-page-out-of-stock #buttons .row .container .box .text h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  color: #171721;
  margin: 0 auto 2rem auto;
  letter-spacing: -0.02em;
  max-width: 44rem;
}
.page-template-page-out-of-stock #buttons .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0 auto;
  color: #171721;
  text-align: center;
  font-weight: 300;
  max-width: 42rem;
}
.page-template-page-out-of-stock #buttons .row .container .box a {
  display: inline-block;
  margin: 4rem auto 0 auto;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 1.4rem 2rem;
  background: linear-gradient(90deg, #1929d6 0%, #4aa1f3 100%);
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid transparent;
}
.page-template-page-out-of-stock #buttons .row .container .box a:hover {
  color: #1929d6;
  background: #fff;
  border: 1px solid #1929d6;
}
.page-template-page-out-of-stock #buttons .row .container .box:nth-of-type(1) {
  border-right: 2px solid #f9f9f9;
}
.page-template-page-out-of-stock #buttons .row .container .box:nth-of-type(1) .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -6rem;
}
.page-template-page-out-of-stock #analytics {
  position: relative;
  z-index: 2;
}
.page-template-page-out-of-stock #analytics video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-out-of-stock #analytics .bg {
  background-color: rgba(43, 170, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 10rem 0;
  position: relative;
}
.page-template-page-out-of-stock #analytics .bg .row {
  max-width: 72rem;
}
.page-template-page-out-of-stock #analytics .bg .row h2 {
  max-width: 60rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.7rem;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-out-of-stock #analytics .bg .row .container {
  display: flex;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 -1rem;
}
.page-template-page-out-of-stock #analytics .bg .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-out-of-stock #analytics .bg .row .container .box .ico {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-out-of-stock #analytics .bg .row .container .box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-out-of-stock #analytics .bg .row .container .box .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-out-of-stock #analytics .bg .row .container .box .text h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #00ffcf;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-template-page-out-of-stock #analytics .bg .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 23rem;
  text-transform: uppercase;
}
.page-template-page-out-of-stock #demo {
  background: #fbfbfb;
  padding: 10rem 0 17rem 0;
}
.page-template-page-out-of-stock #demo .row .txt {
  max-width: 65rem;
  margin: 0 auto;
}
.page-template-page-out-of-stock #demo .row .txt a {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-align: center;
  color: #1a2ee2;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  background: #e9e9f8;
  border-radius: 2px;
  transition: all .3s ;
}
.page-template-page-out-of-stock #demo .row .txt a:hover {
  color: #e9e9f8;
  background: #1a2ee2 ;
}
.page-template-page-out-of-stock #demo .row .txt h2 {
  max-width: 64rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #1f1f28;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-out-of-stock #demo .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #383838;
  margin: 0 auto 4.5rem auto;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont {
  padding: 3rem 1rem 0 1rem;
  margin: 0 auto;
  max-width: 42rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-response-msg {
  margin: 7rem 0;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-response-msg h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: center;
  margin: 1.5rem 0;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-response-msg p {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #0a0a0a;
  margin: 1.5rem 0;
  text-align: center;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-response-msg p a {
  color: inherit;
  text-decoration: underline;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-response-msg p a:hover {
  text-decoration: none;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-fields-required {
  display: none;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content {
  padding: 0;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1;
  padding-right: 1.5rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 1 0 16rem;
  max-width: 16rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-field-label {
  margin: 0;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-input-limit {
  margin: 0;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content label {
  display: none;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content input[type="text"],
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content input[type="tel"],
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content input[type="number"],
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content input[type="email"] {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1.5rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content select {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content textarea {
  background: #fff;
  border: 1px solid #969ca8;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 14rem;
  border-radius: .5rem;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content input[type="button"] {
  font-size: 1.5rem;
  height: 5rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  max-width: 21rem;
  border: 1px solid #1a2ee2;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #1a2ee2;
  border-radius: .5rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content input[type="button"]:hover {
  background: #fff;
  color: #1a2ee2;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field {
  border-color: #969ca8 !important;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
.page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content .nf-error .nf-error-msg {
  font-size: 1.4rem;
  color: #f00;
  margin-top: 0.5rem;
  text-align: left;
}
.page-template-page-out-of-stock #demo .row .nf-after-form-content .nf-error-msg {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.page-template-page-out-of-stock #demo .row .last {
  margin: 10rem auto 0 auto;
}
.page-template-page-out-of-stock #demo .row .last p {
  margin: 0 auto;
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #383838;
}
.page-template-page-out-of-stock #demo .row .last p a {
  color: #1a2ee2;
  transition: all .3s;
}
.page-template-page-out-of-stock #demo .row .last p a:hover {
  text-decoration: underline;
}
/* product pricing */
.page-template-page-product-pricing #hero {
  max-width: 100%;
  height: 53.6rem;
  position: relative;
}
.page-template-page-product-pricing #hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-product-pricing #hero video + video {
  opacity: 20%;
}
.page-template-page-product-pricing #hero .bg {
  background: linear-gradient(45deg, rgba(35, 28, 232, 0.8), rgba(43, 170, 255, 0.8));
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-page-product-pricing #hero .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-product-pricing #hero .row h1 {
  font-family: Amplitude, sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 5.1rem;
  text-align: center;
  color: #fff;
  letter-spacing: -0.8px;
  margin: 0 auto 2.5rem auto;
  max-width: 66rem;
}
.page-template-page-product-pricing #hero .row strong {
  color: #00ffcf;
  font-weight: 500;
}
.page-template-page-product-pricing #hero .row p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 auto ;
  color: #fff;
  text-align: center;
  max-width: 49rem;
}
.page-template-page-product-pricing #customer {
  padding: 12rem 0 4.5rem 0;
}
.page-template-page-product-pricing #customer .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-product-pricing #customer .row .flex .pic {
  flex: 1 0 46%;
  max-width: 46%;
  padding: 0 3rem;
  width: 48rem;
  height: 58rem;
}
.page-template-page-product-pricing #customer .row .flex .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-product-pricing #customer .row .flex .txt {
  flex: 1 0 54%;
  max-width: 54%;
  padding: 0 3rem;
}
.page-template-page-product-pricing #customer .row .flex .txt .head h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: left;
  color: #171721;
  margin: 0 0 3rem 0;
  letter-spacing: -0.02em;
  max-width: 55rem;
}
.page-template-page-product-pricing #customer .row .flex .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0;
  color: #171721;
  text-align: left;
  font-weight: 300;
  max-width: 52rem;
}
.page-template-page-product-pricing #customer .row .flex .txt .post {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-product-pricing #customer .row .flex .txt .post .no {
  flex: 1 0 6rem;
  width: 6.5rem;
  height: 6rem;
  border-radius: 50%;
  background: #231cc8;
  font-family: acumin-pro, sans-serif;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
}
.page-template-page-product-pricing #customer .row .flex .txt .post .right {
  padding-left: 2rem;
}
.page-template-page-product-pricing #customer .row .flex .txt .post .right p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0 0 2rem 0;
  color: #171721;
  text-align: left;
  font-weight: 300;
  max-width: 52rem;
}
.page-template-page-product-pricing #customer .row .flex .txt .post .right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-page-product-pricing #customer .row .flex .txt .post .right ul li {
  flex: 1 0 50%;
  max-width: 50%;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.3rem;
  text-align: left;
  color: #4f5c65;
  margin: 0 0 1rem 0;
  padding-left: 2.5rem;
  background-image: url('../img/mark.png');
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: left top 0.5rem;
  max-width: 23rem;
}
.page-template-page-product-pricing #provider {
  padding: 13rem 0 12rem 0;
  background: #f9f9f9;
}
.page-template-page-product-pricing #provider .row h2 {
  font-family: Amplitude, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: left;
  color: #171721;
  margin: 0 0 3rem 0;
  letter-spacing: -0.02em;
}
.page-template-page-product-pricing #provider .row .container {
  margin: 6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-page-product-pricing #provider .row .container .box {
  flex: 1 0 50%;
  max-width: 50%;
  margin: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-product-pricing #provider .row .container .box .ico {
  flex: 1 0 12rem;
  max-width: 12rem;
  height: 12rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-product-pricing #provider .row .container .box .txt {
  flex: 1 0 45rem;
  max-width: 45rem;
  padding: 0 3rem;
}
.page-template-page-product-pricing #provider .row .container .box .txt h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 1rem 0;
  color: #171721;
  text-align: left;
  font-weight: 700;
  max-width: 38rem;
}
.page-template-page-product-pricing #provider .row .container .box .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.3rem;
  text-align: left;
  color: #4f5c65;
  margin: 0;
  max-width: 32rem;
}
.page-template-page-product-pricing #provider .row .container .box .txt a {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: left;
  color: #2baaff;
  transition: all .3s;
  margin-top: 2rem;
}
.page-template-page-product-pricing #provider .row .container .box .txt a:hover {
  text-decoration: underline;
}
.page-template-page-product-pricing #buttons {
  padding: 10rem 0 6rem 0;
}
.page-template-page-product-pricing #buttons .row .container {
  display: flex;
  justify-content: space-between;
}
.page-template-page-product-pricing #buttons .row .container .box {
  flex: 1 0 50%;
  max-width: 50%;
  margin: 0 auto;
}
.page-template-page-product-pricing #buttons .row .container .box .ico {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #231cc8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page-template-page-product-pricing #buttons .row .container .box .ico img {
  position: relative;
  z-index: 2;
}
.page-template-page-product-pricing #buttons .row .container .box .ico .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.page-template-page-product-pricing #buttons .row .container .box .text {
  margin: 3rem auto 6rem auto;
}
.page-template-page-product-pricing #buttons .row .container .box .text h2 {
  font-family: Amplitude, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  color: #171721;
  margin: 0 auto 2rem auto;
  letter-spacing: -0.02em;
  max-width: 44rem;
}
.page-template-page-product-pricing #buttons .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0 auto;
  color: #171721;
  text-align: center;
  font-weight: 300;
  max-width: 41rem;
}
.page-template-page-product-pricing #buttons .row .container .box a {
  display: inline-block;
  margin: 4rem auto 0 auto;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 1.4rem 2rem;
  background: linear-gradient(90deg, #1929d6 0%, #4aa1f3 100%);
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid transparent;
}
.page-template-page-product-pricing #buttons .row .container .box a:hover {
  color: #1929d6;
  background: #fff;
  border: 1px solid #1929d6;
}
.page-template-page-product-pricing #buttons .row .container .box:nth-of-type(1) {
  border-right: 2px solid #f9f9f9;
}
.page-template-page-product-pricing #buttons .row .container .box:nth-of-type(1) .circle {
  width: inherit;
  height: inherit;
  background: #2baaff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -6rem;
}
.page-template-page-product-pricing #analytics {
  position: relative;
  z-index: 2;
}
.page-template-page-product-pricing #analytics video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-product-pricing #analytics .bg {
  background-color: rgba(43, 170, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8rem 0 10rem 0;
  position: relative;
}
.page-template-page-product-pricing #analytics .bg .row {
  max-width: 72rem;
}
.page-template-page-product-pricing #analytics .bg .row h2 {
  max-width: 60rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.7rem;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-product-pricing #analytics .bg .row .container {
  display: flex;
  justify-content: space-between;
  max-width: 66rem;
  margin: 0 -1rem;
}
.page-template-page-product-pricing #analytics .bg .row .container .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-product-pricing #analytics .bg .row .container .box .ico {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-product-pricing #analytics .bg .row .container .box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-product-pricing #analytics .bg .row .container .box .text {
  display: flex;
  flex-direction: column;
}
.page-template-page-product-pricing #analytics .bg .row .container .box .text h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #00ffcf;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-template-page-product-pricing #analytics .bg .row .container .box .text p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 23rem;
  text-transform: uppercase;
}
.page-template-page-product-pricing #demo {
  background: #fbfbfb;
  padding: 10rem 0 17rem 0;
}
.page-template-page-product-pricing #demo .row .txt {
  max-width: 65rem;
  margin: 0 auto;
}
.page-template-page-product-pricing #demo .row .txt a {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-align: center;
  color: #1a2ee2;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  background: #e9e9f8;
  border-radius: 2px;
  transition: all .3s ;
}
.page-template-page-product-pricing #demo .row .txt a:hover {
  color: #e9e9f8;
  background: #1a2ee2 ;
}
.page-template-page-product-pricing #demo .row .txt h2 {
  max-width: 64rem;
  font-family: Amplitude, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #1f1f28;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-product-pricing #demo .row .txt p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #383838;
  margin: 0 auto 4.5rem auto;
}
.page-template-page-product-pricing #demo .row .nf-form-cont {
  padding: 3rem 1rem 0 1rem;
  margin: 0 auto;
  max-width: 42rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-response-msg {
  margin: 7rem 0;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-response-msg h3 {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.3rem;
  color: #0a0a0a;
  text-align: center;
  margin: 1.5rem 0;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-response-msg p {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #0a0a0a;
  margin: 1.5rem 0;
  text-align: center;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-response-msg p a {
  color: inherit;
  text-decoration: underline;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-response-msg p a:hover {
  text-decoration: none;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-fields-required {
  display: none;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content {
  padding: 0;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1;
  padding-right: 1.5rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 1 0 16rem;
  max-width: 16rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-field-label {
  margin: 0;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-input-limit {
  margin: 0;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content label {
  display: none;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content input[type="text"],
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content input[type="tel"],
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content input[type="number"],
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content input[type="email"] {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1.5rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content select {
  background: #fff;
  border: 1px solid #969ca8;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 5rem;
  border-radius: .5rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content textarea {
  background: #fff;
  border: 1px solid #969ca8;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 1.5rem;
  color: #183D87;
  height: 14rem;
  border-radius: .5rem;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content input[type="button"] {
  font-size: 1.5rem;
  height: 5rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  max-width: 21rem;
  border: 1px solid #1a2ee2;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #1a2ee2;
  border-radius: .5rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content input[type="button"]:hover {
  background: #fff;
  color: #1a2ee2;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-pass .ninja-forms-field {
  border-color: #969ca8 !important;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
.page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content .nf-error .nf-error-msg {
  font-size: 1.4rem;
  color: #f00;
  margin-top: 0.5rem;
  text-align: left;
}
.page-template-page-product-pricing #demo .row .nf-after-form-content .nf-error-msg {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.page-template-page-product-pricing #demo .row .last {
  margin: 10rem auto 0 auto;
}
.page-template-page-product-pricing #demo .row .last p {
  margin: 0 auto;
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #383838;
}
.page-template-page-product-pricing #demo .row .last p a {
  color: #1a2ee2;
  transition: all .3s;
}
.page-template-page-product-pricing #demo .row .last p a:hover {
  text-decoration: underline;
}
/* footer */
footer#footer {
  position: relative;
  z-index: 2;
  background: #0e02a1;
  background: linear-gradient(270deg, #0e02a1 0%, #16152b 100%);
  padding: 5rem 0 1.5rem 0;
}
footer#footer .row {
  max-width: 106rem;
}
footer#footer .row .logo {
  width: 12.8rem;
  height: 3.8rem;
}
footer#footer .row .logo a {
  display: block;
  width: inherit;
  height: inherit;
  background-image: url("../img/bnwhite.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer#footer .row .menu {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 7.5rem 0;
}
footer#footer .row .menu #footerMenu {
  flex: 1;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li {
  margin: 0;
  padding: 0 3rem 0 0;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li a {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  font-weight: 700;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li a:hover {
  text-decoration: underline;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li ul.sub-menu li {
  margin: .4rem 0;
}
footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li ul.sub-menu li a {
  font-weight: 300;
}
footer#footer .row .menu #socialMenu {
  flex: 1 0 15.5rem;
  max-width: 15.5rem;
  margin-left: 6rem;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul {
  list-style: none;
  margin: 0 -0.3rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li {
  margin: 0;
  padding: 0 .3rem;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #21a5ff 0%, #1a14e7 100%);
  border: 1px solid #35AEFF;
  overflow: hidden;
  transition: all .3s;
  text-indent: -999rem;
  position: relative;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a:hover {
  background: linear-gradient(90deg, #21a5ff 0%, #1a14e7 100%);
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a[href*="facebook"]:after {
  background-image: url('../img/social-facebook.svg');
  background-size: auto 1.1rem;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a[href*="twitter"]:after {
  background-image: url('../img/social-twitter.svg');
  background-size: 1.1rem auto;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a[href*="instagram"]:after {
  background-image: url('../img/social-instagram.svg');
  background-size: 1.1rem auto;
}
footer#footer .row .menu #socialMenu .menu-social-menu-container > ul > li a[href*="linked"]:after {
  background-image: url('../img/social-linked.svg');
  background-size: 1.1rem auto;
}
footer#footer .row p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
/* 404 */
.error404 header#head {
  background: linear-gradient(41deg, #0179ef 0%, #101e72 100%);
}
.error404 #p404 {
  padding: 30vh 0 30vh 0;
}
.error404 #p404 p {
  margin: 0;
  text-align: center;
}
.error404 #p404 p:nth-of-type(1) {
  font-family: Amplitude, sans-serif;
  font-size: 12rem;
  line-height: 8rem;
  font-weight: 700;
}
.error404 #p404 p:nth-of-type(2) {
  font-family: Amplitude, sans-serif;
  font-size: 4rem;
  line-height: 5rem;
}
/* misc */
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
img.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.hidden {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
/* rwd */
@media only screen and (max-height: 750px) {
  .page-template-page-solutions #business .row aside .content {
    padding: 1.5rem 3rem;
  }
  .page-template-page-solutions #business .row aside .content h2 {
    line-height: 2.2rem;
  }
  .page-template-page-solutions #business .row aside .content ul {
    margin: 2rem 0 0 0;
  }
  .page-template-page-solutions #business .row aside .content ul li {
    padding: .5rem 0;
  }
}
@media only screen and (max-width: 1130px) {
  .page-template-page-home #hero .content {
    background-position: center;
  }
  .page-template-page-planogram-compliance #state {
    padding: 7rem 0 14rem 0;
  }
  .page-template-page-planogram-compliance #state .row .container {
    padding-top: 12rem;
    margin: 0 -3rem;
  }
  .page-template-page-planogram-compliance #state .row .container .single {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1070px) {
  .page-template-page-solutions #business .row aside {
    padding: 0 4rem 0 0;
    flex: 1 0 35rem;
    max-width: 35rem;
  }
  .page-template-page-solutions #business .row article .post .head .img {
    width: 18rem;
    height: 11rem;
    padding-right: 3rem;
  }
  .page-template-page-solutions #business .row article .post .head h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .page-template-page-solutions #business .row article .post .box .single .text ul li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-page-platform #capture .flex {
    justify-content: center;
  }
  .page-template-page-platform #capture .flex .box {
    flex: 1 0 50%;
    max-width: 50%;
    margin-bottom: 4rem;
  }
  .page-template-page-product-pricing #customer .row .flex .txt {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .head h2 {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .post .right ul li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .post .no {
    width: 4rem;
    height: 4rem;
    flex: 1 0 4rem;
    font-size: 2.5rem;
    padding-top: 0;
  }
  .page-template-page-product-pricing #customer .row .flex .pic {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-product-pricing #provider {
    padding: 8rem 0 ;
  }
  .page-template-page-product-pricing #provider .row h2 {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .page-template-page-product-pricing #provider .row .container {
    margin: 6rem -2rem 0 -2rem;
  }
  .page-template-page-product-pricing #provider .row .container .box {
    flex-direction: column;
    padding: 0 2rem;
  }
  .page-template-page-product-pricing #provider .row .container .box .ico {
    flex: auto ;
    width: 8rem;
    max-height: 8rem;
  }
  .page-template-page-product-pricing #provider .row .container .box .txt {
    flex: 1;
    max-width: 45rem;
    padding: 0;
    margin-top: 1rem;
  }
  .page-template-page-product-pricing #provider .row .container .box .txt p {
    max-width: 38rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .txt p {
    font-size: 4.4rem;
    line-height: 5rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .container {
    margin: 6rem auto 0 auto;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content {
    padding: 2.5rem 2rem 3.5rem 2rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content h3 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content h3 strong {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .page-template-page-out-of-stock #shelf .row .text {
    padding: 0 1.5rem;
  }
  .page-template-page-out-of-stock #shelf .row .text h2 {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 1020px) {
  .page-template-page-home #hero .content .row .img {
    width: 47rem;
  }
}
@media only screen and (max-width: 1000px) {
  .page-template-page-home #insight .bg #squares .bg .row {
    padding: 0 1rem;
  }
  .page-template-page-home #insight .bg #squares .bg .row .container {
    padding: 0 .6rem;
  }
  .page-template-page-home #insight .bg #squares .bg .row .container .box .content {
    padding: 2.5rem 1rem;
  }
  .page-template-page-home #insight .bg #squares .bg .row .container .box .content h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .page-template-page-careers #openings .careers .positions {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .single-careers #careerBody .row aside {
    flex: 1 0 28rem;
    max-width: 28rem;
  }
  .single-careers #careerBody .row section {
    flex: 1;
    max-width: 100%;
  }
  .page-template-page-platform #insight .bg #squares .bg .row {
    padding: 0 1rem;
  }
  .page-template-page-platform #insight .bg #squares .bg .row .container {
    padding: 0 .6rem;
  }
  .page-template-page-platform #insight .bg #squares .bg .row .container .box .content {
    padding: 2.5rem 1rem;
  }
  .page-template-page-platform #insight .bg #squares .bg .row .container .box .content h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .page-template-page-company #assets .row .container .box {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .page-template-page-product-pricing #buttons {
    padding: 7rem 0 5rem 0;
  }
  .page-template-page-product-pricing #buttons .row .container {
    margin: 0 -2rem;
    align-items: stretch;
  }
  .page-template-page-product-pricing #buttons .row .container .box {
    padding: 0 2rem;
  }
  .page-template-page-product-pricing #buttons .row .container .box .ico {
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-product-pricing #buttons .row .container .box .text {
    margin: 2rem auto 5rem auto;
  }
  .page-template-page-product-pricing #buttons .row .container .box .text h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    max-width: 37rem;
  }
  .page-template-page-out-of-stock #buttons {
    padding: 7rem 0 5rem 0;
  }
  .page-template-page-out-of-stock #buttons .row .container {
    margin: 0 -2rem;
    align-items: stretch;
  }
  .page-template-page-out-of-stock #buttons .row .container .box {
    padding: 0 2rem;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .ico {
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .text {
    margin: 2rem auto 5rem auto;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .text h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    max-width: 37rem;
  }
  .page-template-page-planogram-compliance #problem .bg {
    padding: 0 0 16rem 0;
  }
  .page-template-page-planogram-compliance #problem .bg .row .txt p {
    font-size: 4.4rem;
    line-height: 5rem;
    max-width: 60rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container {
    margin-top: 14rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space .box .content {
    padding: 2.5rem 3rem 3rem 3rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space .box .content h3 {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space .box .content strong {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .page-template-page-planogram-compliance #buttons {
    padding: 7rem 0 5rem 0;
  }
  .page-template-page-planogram-compliance #buttons .row .container {
    margin: 0 -2rem;
    align-items: stretch;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box {
    padding: 0 2rem;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .ico {
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .text {
    margin: 2rem auto 5rem auto;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .text h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    max-width: 37rem;
  }
  .page-template-page-planogram-compliance #state {
    padding: 7rem 0 10rem 0;
  }
  .page-template-page-planogram-compliance #state .row .txt h2 {
    font-size: 4.6rem;
    line-height: 5rem;
  }
  .page-template-page-planogram-compliance #state .row .container {
    padding-top: 8rem;
    margin: 0 -3rem;
  }
  .page-template-page-planogram-compliance #state .row .container .single {
    padding: 0 3rem;
  }
  .page-template-page-planogram-compliance #state .row .container .single .photo {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-page-home #hero .content {
    padding: 18rem 0 0 0;
    height: auto;
  }
  .page-template-page-home #hero .content .row {
    display: block;
  }
  .page-template-page-home #hero .content .row .txt {
    margin: 0 auto;
    max-width: 100%;
  }
  .page-template-page-home #hero .content .row .img {
    position: relative;
    right: auto;
    left: auto;
    bottom: -5rem;
    height: 58rem;
    margin: 0 auto -8rem auto;
  }
  .page-template-page-home #hero .content.desktop {
    display: none;
  }
  .page-template-page-home #hero .content.tablet {
    display: block;
  }
  .page-template-page-solutions #hero .content {
    padding: 10rem 0 8rem 0;
    height: auto;
  }
  .page-template-page-solutions #hero .content .row {
    flex-direction: column;
  }
  .page-template-page-solutions #hero .content .row .txt {
    margin: 0 auto;
    order: 2;
    flex: auto;
  }
  .page-template-page-solutions #hero .content .row .img {
    margin: -6rem 0 -14rem 0;
    width: 100%;
    max-width: 100%;
    order: 1;
    flex: auto;
  }
  .page-template-page-solutions #hero .content .row .img img {
    position: static;
  }
  .page-template-page-solutions #business .row aside {
    display: none;
  }
  .page-template-page-solutions #business .row article .post .box .single .text ul li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-platform #shopper .row .txt {
    padding-right: 0;
  }
  .page-template-page-planogram-compliance #state {
    padding: 7rem 0 10rem 0;
  }
  .page-template-page-planogram-compliance #state .row .txt h2 {
    font-size: 4.6rem;
    line-height: 5rem;
  }
  .page-template-page-planogram-compliance #state .row .container {
    padding-top: 6rem;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-planogram-compliance #state .row .container .single {
    padding: 0 ;
    margin: 0 auto 4rem auto;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-planogram-compliance #state .row .container .single .photo {
    height: auto;
    margin: 0 auto;
  }
  .page-template-page-planogram-compliance #state .row .container .single .content {
    margin: 0 auto;
    max-width: 47rem;
    padding: 0 6rem 1.5rem 6rem;
  }
  .page-template-page-planogram-compliance #state .row .container .single .content h3 {
    margin: 1rem auto 0 auto;
  }
}
@media only screen and (min-width: 881px) {
  header#head nav {
    display: block !important;
  }
}
@media only screen and (max-width: 880px) {
  header#head .row #mainMenu {
    position: fixed;
    display: none;
    margin: 0;
    right: -31rem;
    top: 0;
    width: 30rem;
    height: 100vh;
    box-sizing: border-box;
    background: #213675;
    z-index: 100;
    overflow-y: auto;
    transition: all .3s;
  }
  header#head .row #mainMenu > div.scroll {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 7rem 0 4rem 3rem;
    overflow: hidden;
  }
  header#head .row #mainMenu > div.scroll .content {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 4rem;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul {
    display: block;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li {
    padding: 0;
    height: auto;
    margin: 3rem 0;
    text-align: left;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 600;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li a:after,
  header#head .row #mainMenu .menu-main-menu-container > ul > li a:before {
    display: none;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > a {
    background-image: none;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu {
    display: block;
    position: static;
    padding: 0;
    background: none;
    max-width: 100%;
    box-shadow: none;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu li {
    margin: 1rem 0 1rem 2rem;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu li a {
    font-size: 1.6rem;
    line-height: 2.0rem;
    color: #fff;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu li a:hover {
    color: #fff;
  }
  header#head .row #mainMenu .menu-main-menu-container > ul > li:last-of-type {
    margin-top: 5rem;
  }
  #mobileTrigger {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .page-template-page-platform #how .row .container .single .pic {
    padding-right: 4rem;
  }
  .page-template-page-platform #how .row .container .single .text {
    padding-left: 4rem;
  }
  .page-template-page-out-of-stock #retailers .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-out-of-stock #retailers .row .container .box {
    flex: 1 0 100% ;
    max-width: 100%;
  }
  .page-template-page-out-of-stock #retailers .row .container .box .pic {
    margin: 3.5rem auto 0 auto;
  }
  .page-template-page-out-of-stock #retailers .row .container .box .text {
    margin: 2rem auto;
  }
  .page-template-page-out-of-stock #retailers .row .container .box .text p {
    max-width: 44rem;
  }
  .page-template-page-out-of-stock #retailers .row .container .box:nth-of-type(2) {
    border: none;
  }
  .page-template-page-out-of-stock #experience .bg {
    padding: 7rem 0;
  }
  .page-template-page-out-of-stock #experience .bg .row .txt p {
    font-size: 4rem;
    line-height: 4.6rem;
    max-width: 68rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .container {
    margin: 5rem auto 0 auto;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content {
    padding: 2rem 2rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content h3 strong {
    font-size: 3rem;
    line-height: 3rem;
  }
  .page-template-page-out-of-stock #shelf .row {
    flex-wrap: wrap;
  }
  .page-template-page-out-of-stock #shelf .row .text {
    padding: 0 ;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 4rem auto 0 auto;
  }
  .page-template-page-out-of-stock #shelf .row .text h2 {
    font-size: 4rem;
    line-height: 4.6rem;
    max-width: 70rem;
  }
  .page-template-page-out-of-stock #shelf .row .text .flex .box .txt p {
    max-width: 100%;
  }
  .page-template-page-out-of-stock #shelf .row .photo {
    flex: 1 0 100%;
    max-width: 70%;
    padding: 0 ;
    margin: 0 auto;
  }
  .page-template-page-planogram-compliance #planogram .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-planogram-compliance #planogram .row .container .box {
    flex: 1 0 100% ;
    max-width: 100%;
  }
  .page-template-page-planogram-compliance #planogram .row .container .box .pic {
    margin: 3.5rem auto 0 auto;
  }
  .page-template-page-planogram-compliance #planogram .row .container .box .text {
    margin: 2rem auto;
  }
  .page-template-page-planogram-compliance #planogram .row .container .box .text p {
    max-width: 44rem;
  }
  .page-template-page-planogram-compliance #planogram .row .container .box:nth-of-type(2) {
    border: none;
  }
  .page-template-page-planogram-compliance #problem .bg {
    padding: 0 0 13rem 0;
  }
  .page-template-page-planogram-compliance #problem .bg .row .txt h2 {
    margin-top: 6rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .txt p {
    font-size: 4rem;
    line-height: 5rem;
    max-width: 60rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container {
    margin-top: 10rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space .box .content {
    padding: 2rem 2rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space .box .content h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space .box .content strong {
    font-size: 3rem;
    line-height: 3rem;
  }
  .page-template-page-planogram-compliance #state .row .txt h2 {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .page-template-page-company #retailai {
    background-size: 90rem auto;
  }
  .page-template-page-company #retailai .row .container .flex .post {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  footer#footer .row .menu {
    flex-wrap: wrap;
    margin: 5rem 0 5rem 0;
  }
  footer#footer .row .menu #footerMenu {
    flex: 1 0 100%;
    max-width: 100%;
  }
  footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul {
    flex-wrap: nowrap;
    margin: 0 -2rem;
  }
  footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li {
    padding: 0 2rem;
  }
  footer#footer .row .menu #socialMenu {
    margin: 5rem 0 0 0;
    flex: 1 0 17rem;
    max-width: 17rem;
  }
  .page-template-page-home #hero {
    height: auto;
  }
  .page-template-page-home #hero .content {
    padding: 18rem 0 5rem 0;
    height: auto;
  }
  .page-template-page-home #hero .content .row {
    display: block;
  }
  .page-template-page-home #hero .content .row .txt {
    margin: 0 auto;
    max-width: 100%;
  }
  .page-template-page-home #hero .content .row .img {
    margin: 0 auto -13rem auto;
  }
  .page-template-page-company #assets .row .container .box {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .page-template-page-company #assets .row .container .box h2 {
    font-size: 2.4rem;
  }
  .page-template-page-company #leadership {
    padding-bottom: 6.5rem;
  }
  .page-template-page-company #leadership .row h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .page-template-page-company #leadership .row .sub {
    font-size: 1.6rem;
    line-height: 2.0rem;
    max-width: 51rem;
  }
  .page-template-page-company #leadership .row .container {
    margin: 4rem -1.7rem 0 -1.7rem;
  }
  .page-template-page-company #leadership .row .container .person .text h3 {
    margin: 1.5rem auto 0 auto;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .page-template-page-company #leadership .row .container .person .text p {
    margin-bottom: 1.5rem;
  }
  .page-template-page-platform #shopper .row {
    flex-direction: column;
  }
  .page-template-page-platform #shopper .row .txt {
    flex: auto;
    max-width: 100%;
    padding-right: 0;
  }
  .page-template-page-platform #shopper .row .txt h2 {
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .page-template-page-platform #shopper .row .txt p {
    max-width: 100%;
  }
  .page-template-page-platform #shopper .row .scheme {
    padding-left: 0;
    margin-top: 2rem;
    flex: auto;
    max-width: 40rem;
  }
  .page-template-page-platform #onboarding .row {
    flex-direction: column;
  }
  .page-template-page-platform #onboarding .row .txt {
    flex: auto;
    max-width: 100%;
    order: 1;
    padding-left: 0;
  }
  .page-template-page-platform #onboarding .row .txt h2 {
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .page-template-page-platform #onboarding .row .txt p {
    max-width: 100%;
  }
  .page-template-page-platform #onboarding .row .scheme {
    order: 2;
    padding-right: 0;
    margin-top: 2rem;
    flex: auto;
    max-width: 40rem;
  }
  .page-template-page-product-pricing #customer {
    padding: 8rem 0 4.5rem 0;
  }
  .page-template-page-product-pricing #customer .row .flex {
    flex-direction: column;
  }
  .page-template-page-product-pricing #customer .row .flex .txt {
    flex: 1 ;
    max-width: 100%;
    padding: 0;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .head h2 {
    font-size: 4.4rem;
    line-height: 6rem;
    max-width: 67rem;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .post .right {
    max-width: 100%;
    flex: 1 ;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .post .right p {
    max-width: 66rem;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .post .right ul li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .post .no {
    max-width: 4rem;
    height: 4rem;
    flex: 1 0 4rem;
    font-size: 2.5rem;
    padding-top: 0;
  }
  .page-template-page-product-pricing #customer .row .flex .pic {
    flex: 1 ;
    max-width: 100%;
    margin: 0 auto 4rem auto;
  }
  .page-template-page-product-pricing #provider {
    padding: 6rem 0 2rem 0;
  }
  .page-template-page-product-pricing #provider .row h2 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
  .page-template-page-product-pricing #provider .row .container {
    margin: 2rem -2rem 0 -2rem;
  }
  .page-template-page-product-pricing #provider .row .container .box {
    margin: 2rem 0;
  }
  .page-template-page-product-pricing #buttons {
    padding: 6rem 0 ;
  }
  .page-template-page-product-pricing #buttons .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-product-pricing #buttons .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 6rem;
  }
  .page-template-page-product-pricing #buttons .row .container .box .ico {
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-product-pricing #buttons .row .container .box .text {
    margin: 2rem auto 3rem auto;
  }
  .page-template-page-product-pricing #buttons .row .container .box .text h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    max-width: 37rem;
  }
  .page-template-page-product-pricing #buttons .row .container .box .text p {
    max-width: 45rem;
  }
  .page-template-page-product-pricing #buttons .row .container .box:nth-of-type(1) {
    border-right: none;
  }
  .page-template-page-out-of-stock #buttons {
    padding: 6rem 0 ;
  }
  .page-template-page-out-of-stock #buttons .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-out-of-stock #buttons .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 6rem;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .ico {
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .text {
    margin: 2rem auto 3rem auto;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .text h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    max-width: 37rem;
  }
  .page-template-page-out-of-stock #buttons .row .container .box .text p {
    max-width: 45rem;
  }
  .page-template-page-out-of-stock #buttons .row .container .box:nth-of-type(1) {
    border-right: none;
  }
  .page-template-page-planogram-compliance #buttons {
    padding: 6rem 0 ;
  }
  .page-template-page-planogram-compliance #buttons .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 6rem;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .ico {
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .text {
    margin: 2rem auto 3rem auto;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .text h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    max-width: 37rem;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box .text p {
    max-width: 45rem;
  }
  .page-template-page-planogram-compliance #buttons .row .container .box:nth-of-type(1) {
    border-right: none;
  }
  .page-template-page-planogram-compliance #problem .bg .row .txt p {
    font-size: 4rem;
    line-height: 4.6rem;
    max-width: 60rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container {
    margin: 10rem auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space {
    flex: 1 0 100%;
    max-width: 38rem;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 770px) {
  .row {
    padding: 0 1.5rem;
  }
  #demoForm .nf-form-cont,
  #contactForm .nf-form-cont,
  #datasheetForm .nf-form-cont {
    padding: 4rem 2rem;
  }
  .page-template-page-home #analytics .bg .row h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .page-template-page-home #insight .bg #squares .bg .row {
    flex-wrap: wrap;
  }
  .page-template-page-home #insight .bg #squares .bg .row .container {
    flex: 1 0 50%;
    max-width: 50%;
    margin: 1rem 0;
  }
  .page-template-page-home #insight .bg #sheet .row {
    margin: 0 1.5rem;
  }
  .page-template-page-home #insight .bg #intro .row h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    max-width: 54rem;
  }
  .page-template-page-platform #analytics .bg .row h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .page-template-page-platform #insight .bg #squares .bg .row {
    flex-wrap: wrap;
  }
  .page-template-page-platform #insight .bg #squares .bg .row .container {
    flex: 1 0 50%;
    max-width: 50%;
    margin: 1rem 0;
  }
  .page-template-page-platform #insight .bg #sheet .row {
    margin: 0 1.5rem;
  }
  .page-template-page-platform #insight .bg #intro .row h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    max-width: 54rem;
  }
  .page-template-page-company #sheet .row {
    margin: 0 1.5rem;
  }
  .page-template-page-company #assets .row .container {
    margin: -12.5rem 0 0 0;
  }
  .page-template-page-out-of-stock #experience .bg .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space {
    flex: 1 0 100%;
    max-width: 38rem;
    margin: 2rem auto;
  }
  .page-template-page-out-of-stock #experience .bg .row .container .space .box .content {
    padding: 3rem 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .single-careers #careerBody .row {
    flex-wrap: wrap;
  }
  .single-careers #careerBody .row section {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .single-careers #careerBody .row aside {
    flex: 1 0 100%;
    max-width: 40rem;
    margin-top: 10rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-page-solutions #business .row aside {
    display: none;
  }
  .page-template-page-solutions #business .row article .post .box .single .text ul li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-careers #openings .careers .positions {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-platform #ai .content .row .txt h1 {
    font-size: 4.8rem;
    line-height: 5rem;
  }
  .page-template-page-platform #how .row .container .single .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .page-template-page-platform #how .row .container .single .text ul li {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .page-template-page-platform #capture h2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
    max-width: 56rem;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-home #field .fixed .flex header {
    margin-top: 12rem;
  }
  .page-template-page-home #field .fixed .flex header .para {
    max-width: 100%;
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .page-template-page-platform #why .row h2 {
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-platform #why .row .flex {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .page-template-page-platform #why .row .flex .box {
    flex: auto;
    max-width: 40rem;
    margin: 2rem 0;
  }
  .page-template-page-platform #why .row .flex .box .content .ico {
    margin: 0 auto 2.5rem auto;
  }
  .page-template-page-platform #why .row .flex .box .content h3 {
    text-align: center;
  }
  .page-template-page-platform #why .row .flex .box .content p {
    text-align: center;
  }
  .page-template-page-product-pricing #analytics .bg .row h2 {
    font-size: 3rem;
    line-height: 4.4rem;
    max-width: 50rem;
  }
  .page-template-page-product-pricing #analytics .bg .row .container .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-product-pricing #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .page-template-page-planogram-compliance #analytics .bg .row h2 {
    font-size: 3rem;
    line-height: 4.4rem;
    max-width: 50rem;
  }
  .page-template-page-planogram-compliance #analytics .bg .row .container .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-planogram-compliance #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .page-template-page-out-of-stock #analytics .bg .row h2 {
    font-size: 3rem;
    line-height: 4.4rem;
    max-width: 50rem;
  }
  .page-template-page-out-of-stock #analytics .bg .row .container .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-out-of-stock #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .page-template-page-company #hero .content {
    height: 75rem;
  }
}
@media only screen and (max-width: 600px) {
  #demoForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field,
  #contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field,
  #datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
    flex: 1 0 100%;
    max-width: 100%;
  }
  #demoForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  #contactForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  #datasheetForm .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-home #hero .content .row .txt h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  .page-template-page-home #field .fixed .flex header .para {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-home #analytics .bg .row h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .page-template-page-home #analytics .bg .row .container .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-home #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 0 0 0.5rem 0;
  }
  .page-template-page-home #analytics .bg .row .container .box .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .page-template-page-home #insight .bg #intro .row h2 {
    font-size: 3.0rem;
    line-height: 3.4rem;
    max-width: 44rem;
  }
  .page-template-page-solutions #hero .content .row .txt h1 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .page-template-page-platform #analytics .bg .row h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .page-template-page-platform #analytics .bg .row .container .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-platform #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 0 0 0.5rem 0;
  }
  .page-template-page-platform #analytics .bg .row .container .box .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .page-template-page-platform #insight .bg #intro .row h2 {
    font-size: 3.0rem;
    line-height: 3.4rem;
    max-width: 44rem;
  }
  .page-template-page-platform #how .row h2 {
    font-size: 4.8rem;
    line-height: 5rem;
  }
  .page-template-page-company #hero .content .row .txt h2 {
    font-size: 3.8rem;
    line-height: 4.0rem;
    max-width: 40rem;
  }
  .page-template-page-company #retailai {
    padding: 12rem 0 25rem 0;
  }
  .page-template-page-company #retailai .row {
    display: block;
  }
  .page-template-page-company #retailai .row .image {
    padding-right: 0;
    margin: 0 0 4rem 0;
  }
  .page-template-page-company #retailai .row .image img {
    width: 100%;
    height: auto;
    object-fit: unset;
    max-width: 11rem;
  }
  .page-template-page-company #retailai .row .container {
    max-width: 100%;
  }
  .page-template-page-company #retailai .row .container .flex .post {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-company #leadership {
    padding: 2rem 0 6rem 0;
  }
  .page-template-page-company #leadership .row h2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  .page-template-page-company #leadership .row .container .person {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-product-pricing #hero .row h1 {
    font-size: 3.6rem;
    line-height: 4.1rem;
  }
  .page-template-page-product-pricing #customer {
    padding: 6rem 0 4.5rem 0;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .head h2 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
  .page-template-page-product-pricing #provider .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 2rem 0 3rem 0;
  }
  .page-template-page-product-pricing #provider .row .container .box .txt p {
    max-width: 41rem;
  }
  .page-template-page-product-pricing #demo {
    padding: 8rem 0 10rem 0;
  }
  .page-template-page-product-pricing #demo .row .txt h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .page-template-page-out-of-stock #hero .row h1 {
    font-size: 3.6rem;
    line-height: 4.1rem;
  }
  .page-template-page-out-of-stock #retailers {
    padding-top: 3rem;
  }
  .page-template-page-out-of-stock #retailers .row .container .box .pic {
    margin: 3rem auto 0 auto;
    width: 10rem;
    height: 10rem;
  }
  .page-template-page-out-of-stock #retailers .row .container .box .text {
    margin: 2rem auto;
  }
  .page-template-page-out-of-stock #retailers .row .container .box .text p {
    max-width: 44rem;
  }
}
@media only screen and (max-width: 570px) {
  footer#footer .row .logo {
    margin: 0 auto;
  }
  footer#footer .row p {
    text-align: center;
  }
  footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer#footer .row .menu #footerMenu .menu-footer-menu-container > ul > li {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 2rem 0;
  }
  footer#footer .row .menu #socialMenu {
    margin: 5rem auto 0 auto;
  }
  .page-template-page-home #insight .bg #sheet .row .text {
    padding: 3rem 2rem 3rem 2rem;
  }
  .page-template-page-platform #insight .bg #sheet .row .text {
    padding: 3rem 2rem 3rem 2rem;
  }
  .page-template-page-company #sheet .row .text {
    padding: 3rem 2rem 3rem 2rem;
  }
  .page-template-page-company #assets .row .container .box {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-solutions #business .row aside {
    display: none;
  }
  .page-template-page-solutions #business .row article .post .box {
    padding-bottom: 0;
  }
  .page-template-page-solutions #business .row article .post .box .single {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-solutions #business .row article .post .box .single .text p,
  .page-template-page-solutions #business .row article .post .box .single .text ul {
    max-width: 100%;
  }
  .page-template-page-solutions #business .row article .post .box .single .text ul li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .single-careers #hero .row h1 {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
  .single-careers #careerBody .row section .application .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .single-careers #careerBody .row section .application .nf-form-cont .nf-form-content input[type="button"] {
    font-size: 1.8rem;
  }
  .single-careers #careerBody .row section p,
  .single-careers #careerBody .row section ul li,
  .single-careers #careerBody .row section ol li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .page-template-page-home #analytics .bg {
    background-image: none !important;
  }
  .page-template-page-platform #analytics .bg {
    background-image: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-page-home #hero .content .row .img {
    position: relative;
    right: auto;
    left: auto;
    bottom: -5rem;
    height: auto;
    width: auto;
    margin: 0 auto -5rem auto;
  }
  .page-template-page-home #hero .content .row .img img {
    width: 100%;
    height: auto;
    object-fit: unset;
    max-width: 35rem;
    margin: 0 auto;
    display: block;
  }
  .page-template-page-home #hero .content.tablet {
    display: none;
  }
  .page-template-page-home #hero .content.mobile {
    display: block;
  }
  .page-template-page-home #field {
    height: auto;
    padding-bottom: 6rem;
  }
  .page-template-page-home #field .fixed {
    position: static;
    height: auto;
  }
  .page-template-page-home #field .fixed .flex header {
    margin-top: 0;
  }
  .page-template-page-home #field .fixed .flex .cont .slides {
    position: static;
  }
  .page-template-page-home #field .fixed .flex .cont .slides .slide {
    position: static;
    opacity: 1 !important;
    margin: 4rem 0;
  }
  .page-template-page-home #field .fixed .flex .cont ul.nav {
    display: none;
  }
  .page-template-page-home #field .fixed .bgs {
    display: none;
  }
  .page-template-page-careers #openings .careers .positions {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .single-careers #careerBody .row section .application .nf-form-cont .nf-response-msg p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .page-template-page-platform #how .row .container {
    padding-left: 2rem;
    justify-content: flex-start;
  }
  .page-template-page-platform #how .row .container .line {
    left: 0;
  }
  .page-template-page-platform #how .row .container .single {
    flex-direction: column;
    align-items: flex-start;
    margin: 4rem 0 4rem 0;
  }
  .page-template-page-platform #how .row .container .single .pic {
    padding-right: 0;
    flex: auto;
    max-width: 30rem;
    margin: 0 0 2rem 0;
  }
  .page-template-page-platform #how .row .container .single .pic:after {
    left: -2.5rem;
    right: auto;
  }
  .page-template-page-platform #how .row .container .single .text {
    padding-left: 0;
    flex: auto;
    max-width: 100%;
  }
  .page-template-page-platform #capture h2 {
    font-size: 3.8rem;
    line-height: 4rem;
    max-width: 56rem;
    margin: 0 auto 2rem auto;
  }
  .page-template-page-platform #capture p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .page-template-page-platform #capture .flex {
    justify-content: center;
  }
  .page-template-page-platform #capture .flex .box {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-platform #capture .flex .box:nth-of-type(even) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  .page-template-page-home #hero .content .row .txt h1 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .page-template-page-home #field .fixed .flex header h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .page-template-page-home #field .fixed .flex header .para {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .page-template-page-home #field .fixed .flex .cont .slides .container .box {
    padding: 2.5rem 2.5rem;
  }
  .page-template-page-home #analytics .bg .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-home #analytics .bg .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 2rem 0;
  }
  .page-template-page-home #analytics .bg .row .container .box .text p {
    margin: 0 auto;
  }
  .page-template-page-home #insight .bg #intro .row h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .page-template-page-home #insight .bg #intro .row h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .page-template-page-home #insight .bg #squares .bg .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-home #insight .bg #squares .bg .row .container {
    flex: 1 0 100%;
    max-width: 30rem;
  }
  .page-template-page-home #insight .bg #squares .bg .row .container:nth-of-type(even) .box {
    top: auto;
  }
  .page-template-page-home #insight .bg #sheet .row .text h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-home #insight .bg #sheet .row .text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .page-template-page-solutions #hero .content .row .img {
    margin: -3rem 0 -10rem 0;
  }
  .page-template-page-solutions #hero .content .row .txt h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-platform #analytics .bg .row .container {
    flex-wrap: wrap;
  }
  .page-template-page-platform #analytics .bg .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 2rem 0;
  }
  .page-template-page-platform #analytics .bg .row .container .box .text p {
    margin: 0 auto;
  }
  .page-template-page-platform #insight .bg #intro .row h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .page-template-page-platform #insight .bg #intro .row h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .page-template-page-platform #insight .bg #squares .bg .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-platform #insight .bg #squares .bg .row .container {
    flex: 1 0 100%;
    max-width: 30rem;
  }
  .page-template-page-platform #insight .bg #squares .bg .row .container:nth-of-type(even) .box {
    top: auto;
  }
  .page-template-page-platform #insight .bg #sheet .row .text h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-platform #insight .bg #sheet .row .text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .page-template-page-company #sheet .row .text h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-company #sheet .row .text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .page-template-page-company #hero .content .row .txt h2 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
  .page-template-page-company #assets .row .container .box {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .page-template-page-company #leadership .row h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .page-template-page-company #leadership .row .container {
    justify-content: center;
    margin-top: 3rem;
  }
  .page-template-page-company #leadership .row .container .person {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    max-width: 30rem;
  }
  .page-template-page-company #retailai .row .container h3 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .page-template-page-company #retailai .row .container .flex .post {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-platform #ai .content .row .txt h1 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .page-template-page-platform #ai .content .row .txt p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .page-template-page-product-pricing #hero .row h1 {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .page-template-page-product-pricing #customer .row .flex .txt .head h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-product-pricing #provider .row h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-product-pricing #analytics .bg {
    padding: 7rem 0 ;
  }
  .page-template-page-product-pricing #analytics .bg .row h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-product-pricing #analytics .bg .row .container {
    flex-direction: column;
  }
  .page-template-page-product-pricing #analytics .bg .row .container .box {
    flex: 1;
    margin: 2rem auto 3rem auto;
    max-width: 100%;
  }
  .page-template-page-product-pricing #analytics .bg .row .container .box .ico {
    width: 5rem;
    height: 5rem;
  }
  .page-template-page-product-pricing #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .page-template-page-product-pricing #demo {
    padding: 8rem 0 10rem 0;
  }
  .page-template-page-product-pricing #demo .row .txt h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-out-of-stock #hero .row h1 {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .txt p {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .page-template-page-out-of-stock #experience .bg .row .txt .container .space .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-out-of-stock #shelf .row {
    flex-wrap: wrap;
  }
  .page-template-page-out-of-stock #shelf .row .text {
    margin: 3rem auto 0 auto;
  }
  .page-template-page-out-of-stock #shelf .row .text h2 {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .page-template-page-out-of-stock #shelf .row .photo {
    max-width: 40rem;
  }
  .page-template-page-out-of-stock #analytics .bg {
    padding: 7rem 0 ;
  }
  .page-template-page-out-of-stock #analytics .bg .row h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-out-of-stock #analytics .bg .row .container {
    flex-direction: column;
  }
  .page-template-page-out-of-stock #analytics .bg .row .container .box {
    flex: 1;
    margin: 2rem auto 3rem auto;
    max-width: 100%;
  }
  .page-template-page-out-of-stock #analytics .bg .row .container .box .ico {
    width: 5rem;
    height: 5rem;
  }
  .page-template-page-out-of-stock #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .page-template-page-out-of-stock #demo {
    padding: 8rem 0 10rem 0;
  }
  .page-template-page-out-of-stock #demo .row .txt h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-planogram-compliance #hero .row h1 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .page-template-page-planogram-compliance #problem .bg {
    padding: 0 0 9rem 0;
  }
  .page-template-page-planogram-compliance #problem .bg .row .txt p {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container {
    margin: 10rem auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-planogram-compliance #problem .bg .row .container .space {
    flex: 1 0 100%;
    max-width: 38rem;
    margin: 2rem 0;
  }
  .page-template-page-planogram-compliance #state {
    padding: 7rem 0 ;
  }
  .page-template-page-planogram-compliance #state .row .txt h2 {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
  .page-template-page-planogram-compliance #state .row .container .single {
    margin: 0 auto 5rem auto;
  }
  .page-template-page-planogram-compliance #state .row .container .single .content p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .page-template-page-planogram-compliance #analytics .bg {
    padding: 7rem 0 ;
  }
  .page-template-page-planogram-compliance #analytics .bg .row h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-planogram-compliance #analytics .bg .row .container {
    flex-direction: column;
  }
  .page-template-page-planogram-compliance #analytics .bg .row .container .box {
    flex: 1;
    margin: 2rem auto 3rem auto;
    max-width: 100%;
  }
  .page-template-page-planogram-compliance #analytics .bg .row .container .box .ico {
    width: 5rem;
    height: 5rem;
  }
  .page-template-page-planogram-compliance #analytics .bg .row .container .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .page-template-page-planogram-compliance #demo {
    padding: 8rem 0 10rem 0;
  }
  .page-template-page-planogram-compliance #demo .row .txt h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-page-solutions #business .row article .post .head {
    display: block;
  }
  .page-template-page-solutions #business .row article .post .head .img {
    padding-right: 0;
    width: auto;
    height: auto;
    margin: 0 0 2rem 0;
  }
  .page-template-page-solutions #business .row article .post .head .img img {
    height: 10rem;
    width: auto;
    object-fit: unset;
  }
  .page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content nf-fields-wrap,
  .page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content nf-fields-wrap,
  .page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content nf-fields-wrap {
    flex-direction: column;
    align-items: center;
  }
  .page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  .page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  .page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 1rem;
    flex: auto;
    width: 100%;
  }
  .page-template-page-planogram-compliance #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) input,
  .page-template-page-product-pricing #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) input,
  .page-template-page-out-of-stock #demo .row .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) input {
    text-align: center;
  }
  .error404 #p404 p:nth-of-type(1) {
    font-size: 8rem;
    line-height: 6rem;
  }
  .error404 #p404 p:nth-of-type(2) {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 360px) {
  .page-template-page-solutions #business .row article .post .box .single .text ul li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-platform #shopper .row .txt h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-platform #onboarding .row .txt h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-platform #why .row h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-page-platform #how .row h2 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .page-template-page-platform #capture h2 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
